body, html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000;
}
:focus {
	outline: 0;
}
h1 {
	margin-bottom: 10px;
}
#wrapper {
	position: relative;
    height: 100%;
	width: 1024px;
	margin: 0 auto;
}
#main {
	width: 1024px;
	height: 768px;
	margin-top: 5px;
	border: 2px solid #FFF;
	z-index: 1;
}
#navi {
	position: absolute;
	top: 29px;
	left: 70px;
}
#navi ul {
	padding: 0;
	margin: 0;
}
#navi li {
	float: left;
	list-style: none;
	width: 116px;
	height: 26px;
	margin-right: 4px;
}
#navi a {
	display: block;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	text-shadow: 0px 0px 3px #000;
	background: url(/img/naviback_off.png) 0 0 no-repeat;
}
#navi a:hover {
	background: url(/img/naviback_on.png) 0 0 no-repeat;
}
li#selectedlng {
	width: 26px;
	height: 26px;
}
#selectedlng a {
	display: block;
	width: 26px;
	height: 26px;
	background: none;
}
#selectedlng a.de {
	background: url(/img/de.png) 0 0 no-repeat;
}
#selectedlng a.en {
	background: url(/img/en.png) 0 0 no-repeat;
}
#selectedlng a.fr {
	background: url(/img/fr.png) 0 0 no-repeat;
}
#selectedlng a.nl {
	background: url(/img/nl.png) 0 0 no-repeat;
}
#lngselect {
	display: none;
	position: absolute;
	top: 63px;
	left: 70px;
	width: 80px;
	height: 310px;
	z-index: 101;
}
#lngselect ul {
	padding: 0;
	margin: 0;
}
#lngselect li {
	list-style: none;
	margin-bottom: 4px;
}
#lngselect a {
	display: block;
	width: 73px;
	height: 73px;
}
#lngselect .lngde {
	background: url(/img/lng_de_off.png) 0 0 no-repeat;
}
#lngselect .lngen {
	background: url(/img/lng_en_off.png) 0 0 no-repeat;
}
#lngselect .lngfr {
	background: url(/img/lng_fr_off.png) 0 0 no-repeat;
}
#lngselect .lngnl {
	background: url(/img/lng_nl_off.png) 0 0 no-repeat;
}
#lngselect .lngde:hover {
	background: url(/img/lng_de_on.png) 0 0 no-repeat;
}
#lngselect .lngen:hover {
	background: url(/img/lng_en_on.png) 0 0 no-repeat;
}
#lngselect .lngfr:hover {
	background: url(/img/lng_fr_on.png) 0 0 no-repeat;
}
#lngselect .lngnl:hover {
	background: url(/img/lng_nl_on.png) 0 0 no-repeat;
}
#page {
	display: none;
	position: absolute;
	top: 145px;
	left: 96px;
	width: 832px;
	height: 551px;
	background: url(/img/page.png) 0 0 no-repeat;
	z-index: 100;
}
#pageview {
	position: absolute;
	top: 145px;
	left: 96px;
	width: 832px;
	height: 551px;
	background: url(/img/page.png) 0 0 no-repeat;
	z-index: 100;
}
.closepage {
	position: absolute;
	top: 0px;
	left: 733px;
	width: 86px;
	height: 25px;
	background: url(/img/closebutton_off.png) 0 0 no-repeat;
}
.closepageview {
	position: absolute;
	top: 0px;
	left: 733px;
	width: 86px;
	height: 25px;
	background: url(/img/closebutton_off.png) 0 0 no-repeat;
}
#content {
	position: absolute;
	top: 49px;
	left: 14px;
	width: 783px;
	height: 468px;
	overflow: auto;
	padding: 10px;
}
#content td {
	vertical-align: top;
	font-size: 13px;
}
#userlogin {
	margin: 20px;
	border: 3px solid #999;
	width: 400px;
	background-color: #FFFFFF;
	text-align: center;
}
#userlogin img {
	margin-top: 20px;
}
#userlogin small {
	display: block;
	width: 100%;
	text-align: left;
	margin: 20px;
}
#userlogin form {
	display: block;
	width: 100%;
	text-align: left;
	margin: 20px;
}
#userlogin label {
	font-weight: bold;
	color: #990000;
}
#userlogin input {
	width: 250px;
}
#userlogin span {
	font-weight: bold;
	display: block;
	color: #CC0000;
	margin-bottom: 10px;
}
.contact {
	margin-left: 30px;
}
.contact td {
	text-align: left;
	vertical-align: top;
}
.contact td strong {
	font-size: 16px;
}
.contact td p {
	font-size: 16px;
	line-height: 24px;
}
.contact td h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.contact td a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.contact td a:hover {
	color: #990000;
	text-decoration: underline;
}
.details {
	border: 1px solid #CCC;
	padding: 35px;
	width: 300px;
	background: url(/img/rose_zeichnung.gif) right no-repeat;
}
.details img {
	margin-bottom: -2px;
	margin-right: 5px;
}
.content img {
	border: none;
}
a.cimg img {
	border: 1px solid #CCC;
}
a.cimg img:hover {
	border: 1px solid #990000;
}
.ex {
	margin-left: 30px;
}
.ex td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 15px;
}
.ex td strong {
	font-size: 15px;
}
.ex td p {
	font-size: 15px;
	line-height: 24px;
}
.ex td h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.ex td h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
.exdetails {
	border: 1px solid #CCC;
	padding: 25px;
	width: 400px;
	background: url(/img/rose_zeichnung.gif) right no-repeat;
}
.exdetails img {
	margin-bottom: -2px;
	margin-right: 5px;
}
.eximg img {
	border: none;
}
a.eximg img {
	border: 1px solid #CCC;
}
a.eximg img:hover {
	border: 1px solid #990000;
}
.items a {
	display: inline-table;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #990000;
	padding: 2px 6px 2px 6px;
	border: 1px solid #ccc;
}
.noitems {
	display: inline-table;
	text-align: center;
	font-weight: bold;
	color: #999;
	background-color: #FFF;
	padding: 2px 6px 2px 6px;
	border: 1px solid #ccc;
}
#glossary {
	margin-top: 20px;
}
