html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	background-color: #990000;
	background-color: #000;
	font-family: Arial;
	font-size: 12px; 
} 
 
#pagewidth{ 
	width:998px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background: url(images/site_bg.png) no-repeat top left #990000;  
} 

#header{
	 position:relative; 
	 height:296px; 
	 width:100%;
} 
 
#leftcol{
	width:298px; 
	float:left; 
	position:relative; 
}
 
#twocols{
	width:700px; 
	float:right; 
	position:relative; 
}
 
#rightcol{
	width:210px; 
	float:right; 
	position:relative; 
}
 
#maincol{ 
	float: left; 
	display:inline; 
	position: relative; 
	width:490px; 
	color: #FFFFFF;
}

a {
	color: #ffe003;
	text-decoration: none;
}

a:hover {
	color: #ffe003;
	text-decoration: underline;
}
/********************************************/
/* Styles for Header */
/********************************************/
#logo {
	width: 334px;
	height: 182px;
	float: left;
	margin: 20px 0 0 43px;
}

#dino_schaedel {
	width: 420px;
	height: 296px;
	float: right;
}

#logo a img {
	border: none;
}
/********************************************/
/* Styles for LeftCol/Navigation */
/********************************************/
#navigation {
	width: 229px;
	background: url(images/nav_bg.png);
	margin-left: 43px;
	margin-top: -1px;
	height: 500px;
}

#nav_list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	margin-left: 25px;
}

#nav_list li {
	border-bottom: 1px solid #000000;
	width: 174px;
	padding: 5px 0 5px 12px;
}

#nav_list li a {
	text-decoration: none;
	color: #000000;
}

#nav_list li a:hover {
	font-weight: bold;
	color: #990000;
}

#nav_list .current_page_item a {
	font-weight: bold;
	color: #990000;
}

#nav_list .current_page_ancestor a {
	font-weight: bold;
	color: #990000;
}
/********************************************/
/* Styles for LeftCol/Sub-Navigation */
/********************************************/
#nav_list li ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
}

#nav_list li ul li {
	border: none;
	padding: 0;
	margin: 3px 0px;
	text-transform: none;
}

#nav_list .current_page_item ul li a {
	font-weight: normal;
	color: #000000;
}

#nav_list .current_page_ancestor ul li a {
	font-weight: normal;
	color: #000000;
}

#nav_list .current_page_ancestor ul .current_page_item a {
	color: #990000;
}

#nav_list li ul li a:hover {
	color: #990000;
}
/********************************************/
/* Styles for RightCol/Aktuelles */
/********************************************/
#rightcol img {
	margin-left: 40px;
	margin-top: 50px;
}

#rightcol ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 220px;
	color: #FFFFFF;
	margin-left: 40px;
}

#rightcol ul li h2 {
	font-size: 12px;
	color: #ffe003;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

#rightcol ul li a {
	font-size: 12px;
	color: #ffe003;
	text-decoration: none;
}

#rightcol ul li a:hover {
	text-decoration: underline;
}

#rightcol ul li {
	margin-bottom: 10px;
}

#rightcol hr {
	background-color: #000000;
	color: #000000;
	border: 0;
	height: 1px; 
}
/********************************************/
/* Styles for Footer */
/********************************************/
#maincol #footer {
	float: left;
	text-align: left;
	width: 490px;
	border-top: 1px solid #ffe003;
	margin-top: 25px;
	padding-top: 5px;
}

#maincol #footer a {
	color: #ffe003;
	text-decoration: none;
	font-size: 10px;
	margin-right: 20px;
}

#maincol #footer a:hover {
	text-decoration: underline;
}
/********************************************/
/* Styles for Maincol/Content */
/********************************************/
#maincol h1 {
	padding: 0;
	margin: 0;
	color: #000000;
	text-transform: uppercase;
	font-size: 16px;
	background: url(images/site_head.png)left bottom repeat-x;
	padding: 5px 0px 5px 37px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

#maincol img {
	float: left;
	width: 202px;
	margin-right: 20px;
	margin-top: 15px;
	border:none;
}

#maincol .content {
	width: 268px;
	float: right;
	
}

#maincol .content hr {
	border-style:none;
	height:1px;
	background-color:#000000;
	margin-bottom: 10px;
}


/********************************************/
/* Styles for RedBG/Leftcol */
/********************************************/
#red_bg {
	height: 18px;
	width:998px; 
	position: absolute;
	top: 640px;
	background: url(images/footer_bg.png) #990000;
}
 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
html, body{ 
	background-color: #FFF;
} 
#pagewidth {
	background-color: #FFF;
	color: #000;
}
#footer {
	display: none;
}
}
}
