body {
	font-family: Arial, Helvetica, sans-serif;
	background: center;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
	position:absolute; 
	background:   url("../img/standards/pagebackground.gif") no-repeat;
    left:50%; 
    top:50%;
	width:1000px;
	height:650px;
    margin-left:-500px; 
    margin-top:-319px;
	text-align:left; 
	padding: 0px;
}

#logo {
	position:absolute;
	left:30px;
	top:40px;
	font-size:13px;
	line-height:18px;
}

a:link #logogrey, a:visited #logogrey {
	color: #6F6F6F;
}

#subnav {
	position:absolute;
	left:30px;
	bottom:50px;
	width:245px;
	height:auto;
	font-size: 12px;
}

#subnav a:link, #subnav a:visited, #subnav a:active {
	text-decoration: none;
	color: #666;
}

#subnav a:hover {
	text-decoration: none;
	color: #000000;
}

#nav {
	position:absolute;
	left:0px;
	top:110px;
	width:275px;
	height:75px;
	font-size: 12px;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #383838;
}

#nav .menutitle, #nav .menutitleaktiv {
	cursor:pointer;
	color:#000000;
	font-weight:bold;
	width: 195px;
	line-height:20px;
	padding:0px 0px 0px 30px;
	margin-bottom: 2px;
}

#nav .menutitleaktiv, #nav .submenuaktiv {
	background:  url("../img/standards/active-bullet.gif") no-repeat 0px 0px;
}
#nav .submenu, #nav .submenuaktiv {
	color: #666;
	cursor:pointer;
	width:195px;
	line-height:20px;
	margin-bottom: 0px;
	padding:0px 0px 0px 30px;
}
#nav .submenu a:link, #nav .submenu a:visited {
	color: #666;
}

#nav .submenu a:hover, #nav .submenu a:active {
	color: #000000;
}

#content {
	position:absolute;
	left:334px;
	top:45px;
	background-color: #ffffff;
	height:572px;
	width:660px;
	font-size: 11px;
	overflow: hidden;
	color: #666;
}
#content table {
	float: left;
	font-size: 11px;
	color: #666;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	border: none;
}
#content table strong, #content table b {
	color: #000000;
	font-weight: normal;
}
#reflist {
	position: absolute;
	bottom: 20px;
	right:0px;
	height: 420px;
	width: 660px;
	overflow: auto;
	visibility: visible;
	font-size: 11px;
	color: #666;
}
#imprint {
	position:absolute;
	bottom: 0px;
	right: 4px;
	font-size: 10px;
	color: #999;
}
#site_lang {
	position:absolute;
	bottom: 0px;
	left: 4px;
	font-size: 10px;
	color: #999;
}

#imprint a,
#site_lang a {
	text-decoration: none;
	color: #999;
}
#imprint a:hover,
#site_lang a:hover {
	text-decoration: none;
	color: #000000;
}
.formeingabe {
	background: #F2F2F2;
	border: none;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	margin: 2px 0px 2px 0px;
}
