html, body {
	height: 100%;
}

body {
	font: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #222222;
	background: #000000;
	margin: 0px;
	padding: 0px 0px 0px;
	text-align:justify;
	heigh: 100%;
}

/********* ALLGEMEIN *********/
/********* Hintergrundbild ***/
#desktop {
   position:absolute;
   top:0px;
   left:0px;
   margin:0px;
   padding:0px;
   width:100%;
   height:100%;
   z-index:0;
   background-color: #111111;
}

#desktop_picture {
   position:absolute;
   top:0px;
   left:0px;
   margin:0px;
   padding:0px;
   width:100%;
   height:100%;
   border:none;
   z-index:2;
}


a {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #ff6666;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

img {
	border: none;
}

ul {
	list-style-type: square;
	margin-top:0px;
	margin-left: 17px;
	padding-left: 0px;
}

li {
	margin-bottom:10px;
}


p {
	padding: 0px 0px 15px;
	margin: 0px;
}

h1 {
	margin: 0px 0px 2px;
	border-bottom: 1px solid #444444;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
}

h2 {
	color: #444444;
	margin: 0px 0px 2px;
	border-bottom: 1px solid #999999;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
}

form {
	margin:0px;
	padding:0px;
}

#page {
	margin: 0px auto;
	margin-top: 0px;
	width: 990px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #eeedee url(/images/bg_content.jpg) no-repeat;
	position:relative;
	min-height: 100%; /* Fuer moderne Browser */
  	height: auto !important; /* Fuer moderne Browser */
 	height: 100%; /* Fuer IE */
}

/* header area */
#header {
	background: #ffffff url(/images/header_neutral.jpg);
	height: 154px;
	position: relative;
}

#logo {
	position: relative;
	padding-top: 12px;
	padding-left: 22px;
	float:left;
}

#nav {
	list-style: none;
	margin: 0px; 
	padding:0px;
	position: absolute;
	left:11px;
	bottom: 0px;
	top: 121px;
}

#nav li {
	float: left;
	margin-left:11px;	
}

#nav .nav01 a{
	color: #555555;
	text-decoration: none;
	background: #eeeeee url(/images/nav_bg.gif) repeat-x;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 5px 15px 4px 15px;
	font-size:14px;
	text-transform:uppercase;
	font-strech: expanded;
	font-family: "Trebuchet MS";
	display: block;
}

#nav .nav01 a:hover {
	color: #FFFFFF;
	background: #db0403 url(/images/nav_bg_active.gif) repeat-x;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;


}

#nav .nav01_active a, #nav .nav01_active a:visited{
	color:#FFFFFF;
	background: #db0403 url(/images/nav_bg_active.gif) repeat-x;
	font-strech: expanded;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;

}

/* subnav */

#subnav {
	list-style: none;
	margin: 0px; 
	padding-left: 22px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 179px;
	text-align:left;
}

#subnav li {
	list-style: none;
	border-bottom: 1px dotted #aaaaaa;
	width: 154px;
	padding: 7px 0px 3px 0px;

}

#subnav02 li {
	border-bottom:none;
	margin-left: -10px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:3px;
	padding-bottom:2px;
}

a.subnav{
	color: #cc0000;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

a.subnav:hover {
	color: #444444;
}

.subnav_active, a.subnav_active:link, a.subnav_active:hover, a.subnav_active:visited, a.subnav_active:active {
	color: #444444;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

a.subnav02{
	color: #cc0000;
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

a.subnav02:hover {
	color: #444444;
}

.subnav02_active, a.subnav02_active:link, a.subnav02_active:hover, a.subnav02_active:visited, a.subnav02_active:active {
	color: #444444;
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/* news */

#news {
	margin-top: 26px;
	margin-left: 750px;
	margin-right: 20px;
	position: absolute;
}

#news_content {
	font-size: 12px;
	line-height:1.4;
	color:#222222;
	border:1px solid #d2c9c9;
	text-align:left;	
	padding: 6px;
	width: 198px; 
	background-color:#F2F2F2;
}

/* content area */

#content {
	padding-top: 0px;
	margin: 0px;
	width: 990px;
	overflow: hidden;
	min-height: 100%; /* Fuer moderne Browser */
  	height: auto !important; /* Fuer moderne Browser */
 	height: 100%; /* Fuer IE */}

.post {
	clear:both;
	padding-top: 22px;
	margin: 0px;
	padding-right: 282px;
	text-align: left;
}
 
.post-content {
	clear: both;
	padding-top: 0px;
	font-size:13px;
	line-height:1.4;
	margin-bottom: 22px;	
	padding-left: 209px;
}

.post-content-home {
	clear: both;
	padding-top: 0px;
	font-size:13px;
	line-height:1.4;
	margin-bottom: 22px;
	padding-left:26px;
}


/* footer */

#footer {
	position: absolute;
	left:0px;
	bottom: 0px;
	height:22px;
	border-top: 1px dotted #cae04d;
	width:990px;
	background-color: #cc0000;
	color:#ffffff;
	font-size:13px;
	line-height:22px;
	text-align:center;
	background: #ff0000 url(/images/footer.jpg) repeat-x;
	font-weight: bold;
}

#footer a, #footer a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	font-size:13px;
}

#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}

#footer hr {
display: none;
}

/********* HEADER **************/
/********* Metanavigation ******/
#metanav {
	float:right;
	text-decoration: none;
	font-weight:normal;
	font-size: 12px;
	color: #222222;
	padding-top:3px;
	margin-right: 19px;


}

a.metanav, a.metanav:link, a.metanav:visited {
	text-decoration: none;	
	color:#222222;
	font-weight:normal;
	margin-right:5px;
	margin-left:5px;
	
	
}

a.metanav:hover, a.metanav:active {
	color:#222222;
	font-weight:normal;
	margin-right:5px;
	margin-left:5px;
}

a.metanav_selected, a.metanav_selected:link, a.metanav_selected:visited {
	color:#222222;
	font-weight:bold;
	margin-right:5px;
	margin-left:5px;
	text-decoration:none;
}

a.metanav_selected:hover, a.metanav_selected:active {
	color:#222222;
	font-weight:bold;
	margin-right:5px;
	margin-left:5px;
}

