@charset "ISO-8859-1";
@media screen and (min-width:1430px) {
/* Begin of Document */
body {
	overflow:scroll;
}
#headline {
	background-image: url(../img/style/headline_trans.png);
	background-position: top;
	width: 990px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	font-size: 24pt;
}
#head {
	background-color: silver;
	width: 990px;
	height: 80px;
	margin: 5px auto 0;
}
#nav {
	background-image: url(../img/style/nav.png);
	width: 990px;
	height: 27px;
	margin: 5px auto 0;
	font: 16pt 'Calibri'; 	
}
#content {
	position: relative;
	width: 1400px;
	height: auto;
	margin: 5px auto 0;
}
#foot {
	background-color: #CCC;
	width: 200px;
	height: 37px; 
	position: absolute;
	left: 1200px;
	text-align: center;
	padding-top: 5px;
}
#changes {
	background-color: #CCC;
	width: 195px;
	height: 70px; 
	position: absolute;
	left: 1200px;
	top: 47px;
	padding-top: 5px;
	padding-left: 5px;
}
#anchors {
	background-color: #CCC;
	width: 200px;
	height: 200px;
	position:absolute;
	right: 1200px;
}
#main {
	background-color: #DDD;
	width: 990px;
	min-height: 200px;
	margin: 0 auto;	
	text-align: justify;
}
#hinweis {
	width: 974px;
	position:relative;
	background-color: #FEA;
	padding: 5px;
	margin: 5px auto 5px;
	font-size: 13pt;
	border: 3px dotted red;
}
#footer {
	width: 990px;
	margin: 0 auto;
	text-align: center;
	position:relative;
	top: 5px;
}
.text {
	padding: 5px;
}
#main div.text {
	padding: 10pt;
}
.text p {
	padding-top: 4pt;
	padding-bottom: 4pt;
}
/* End of Primary Blocktypes */
#anchors ul li {
	color: #333;
}
#nav ul {
	list-style-type: none;
	margin:0;
	width: 100%;
}
.menu {
	text-align: center; 
}
.menu li {
	float: left;
	position: relative;
	width: 141px;       
}
.menu li ul {
	z-index:1;
	display: none; 
	position: absolute;
}
.menu li:hover ul {
	display: block;
}   
.menu li a {
	background-image: url(../img/style/nav.png);
	display: block;           
	text-decoration: none;
	color: black;
}
.menu li a:hover {
	background-image: none;
	color: white;   	
}
.menu li a:focus {
	background-image: none;
	color: white;    
}
.menu li ul li a {
	background-image: url(../img/style/trans.png);
}
.menu li ul li a:hover {
	background-image: url(../img/style/trans_hl.png);
	color: #770;		
	font-weight: bold;
}
/* End of Document */
}