/* LAYOUT - main body of page */
body, html {
	background-color: #7e8481;
	SCROLLBAR-FACE-COLOR: #fb7806;
	SCROLLBAR-HIGHLIGHT-COLOR:#fb851f; 
	SCROLLBAR-SHADOW-COLOR: #fd9134;
	SCROLLBAR-ARROW-COLOR: #FFF; 
	scrollbar-track-color: #ffac5b; 
	}
div#wrap {
width: 808px;
margin: 0 auto;
position:relative;
height:auto;
background:#fff  url(images/page_shadow.gif) repeat-y;
}
div#top_page{
display:block;
width: 808px;
height:30px;
background:#fff url(images/top_page.gif) no-repeat;
}	
div#bottom_page{
margin:0 auto;
padding:0;
display:block;
width: 808px;
height:30px;
background:#fff url(images/bottom_page.gif) no-repeat;

}
/* GENERAL */
img {border:none} 



/* LAYOUT - HEADER */
div#header { 
display: block;
margin:0 auto;
padding:0;
background:url(images/header2.jpg) bottom no-repeat;
width:780px;
height:230px;
border-bottom:18px solid #fb7501;
}
	div#header #logo{
		position:absolute;
		top:20px;
		left:20px;
		width: 300px;
		height: 95px;
		color: #ea3b06;
		font-family:"Myriad", "Trebuchet MS";
		font-size:24px;
		font-weight:bold;
		border:0px;
		background: transparent url(images/logo.jpg) left no-repeat;
		padding-left:100px;
		line-height: 80px;
	}
	div#header #top_lamp{
		position:absolute;
		top:120px;
		left:14px;
		width:780px;
		height:18px;
		background:#fb7501 url(images/top_feuerw.jpg) 682px no-repeat;
		}
	
		ul#menu
		{
		position:absolute;
		top: 83px;
		left:200px;
		margin:0 auto;
		padding: 0;
		width: 600px;
		height: 37px;
		list-style:none;
		}
		ul#menu li
		{
		position:relative;
		float: left;
		height: 37px;
		width:73px;
		background: url(images/button_off.jpg) no-repeat;
		text-align:center;
		}
		ul#menu li.active
		{
		background: url(images/button_on.jpg) no-repeat;
		text-align:center;
		color:#fff;
		}
		ul#menu li.active a
		{
		color:#fff;
		}

		ul#menu li a
		{
		display: block;
		float: left;
		font-family:Verdana, Tahoma;
		font-size:10px;
		font-weight: bold;
		color: #d46402;
		text-decoration: none;
		width:73px;
		height:37px;
		text-align:center;
		padding-top:12px;
		}
		ul#menu li a:hover
		{
		text-decoration:none;
		background: url(images/button_on.jpg) no-repeat;
		width:73px;
		height:37px;
		text-align:center;
		color:#FFF;
		}
div#sidebar{
	position:absolute;
	top:279px;
	left: 15px;
	width: 194px;
	min-height:520px;
	background-color:#eaebeb;
	border:0px;
	border-collapse: collapse;
}	
	div#sidebar #top_sidebar{
		background: #fff url(images/header_sidebar.jpg) no-repeat;
		width:194px;
		height:22px;
		font-family:Verdana, Tahoma;
		font-size:10px;
		font-weight:bold;
		color:#fff;
		line-height:22px;
		text-indent:10px;
		}
	div#sidebar #main_sidebar{
		font-family:Verdana, Tahoma;
		font-size:10px;
		padding:0px 10px 10px;
		}
div#sidebar #main_sidebar li{ margin-left: 3em; list-style-type: circle; }

div#sidebar #main_sidebar li a{ 
color:black ; 
font-family: Verdana, Tahoma; 
font-size:11px; 
 }

div#sidebar #main_sidebar li a:hover{ 
color: red; 
list-style-type: circle;

 }

div#sidebar #main_sidebar p.text_sidebar{
		text-align:justify;
		}
div#sidebar #main_sidebar p.more{
		text-align:right;
		}
div#sidebar {
		text-decoration:none;
        height: 11px;
		}

	div#sidebar #main_sidebar p.more a{ color:#d46402; text-decoration:none; list-style-type: circle; }
	div#sidebar #main_sidebar p.more a:hover{
		text-decoration:underline;
		}
div#content {
	margin:0 auto;
	margin-left:230px;
	padding:0;
	min-height:520px;
	width:540px;
	color:#000000;
	font-family: Verdana, Tahoma, Arial;
	font:Tahoma, Verdana, Arial;
	font-size:11px;
	background-color:#FFFFFF;
	}
	div#content h1{
		font-family:Verdana, Tahoma;
		font-size:12px;
		font-weight:bold;
		padding:0;
		margin:0;
		text-align:left;
		line-height:20px;
        padding-top: 2em;
		}
div#content a{
		color:#d46402;
		text-decoration:none;
		}
		div#content a:hover{
		text-decoration:underline;
		}
	div#content div.code{
	padding:10px 10px 10px 10px;
	background:#f4f5f5 url(images/code.gif) repeat-x;
	border-top:1px solid #d8d9d9;
	border-bottom:1px solid #dfe1e1;
	}			
div#footer {
margin:0 30px;
padding:0;
text-align:center;
font-family:Verdana, Tahoma;
 font-size:10px;
 font-style:normal;
 color:#cfc;
 
 }
div#footer a{
	color:#848486;
	text-decoration:none;
	}
div#footer a:hover{
	color:#000;
	}
div#footer a.activated{
	color:#d46402;
	text-decoration:none;
	}	
div#author {
	position:relative;
	margin:0 auto;
	background-color: transparent;
	font-family:Verdana, Tahoma, Arial;
	font-size:10px;
	font-weight:normal;
	color:#fff;
	line-height:12px;
	text-align:left;
	}
div#author a{
	color:#a9a8a8;
	margin-left:240px !important; margin-left:100px;
	}			 					