/***************************************************************************
* @Copyright by Mo 2009
***************************************************************************/
body{
	margin: 25px;
	font-family: helvetica, verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	line-height: 175%;
}
h1, h2, h3, h4, h5, h6{ color: #bd4c00; }

#wrapper{
	margin: 10px auto;
	width: 998px;
}

#header{
	width: 998px;
	height: 80px;
	background: #7fa8d3 url(gfx/schnarchen-header.png) no-repeat;
	color: #FFF;
	font-size: 25px;
	margin-bottom: 15px;
}

#logo{
	width: 97%;
	text-align: right;
	padding: 0px 6px;
	letter-spacing: 1px;
}

#logo .headline{
	font-size: 150%;
	padding-top: 20px;
}
#right, #menu, #footer{ background:#b5d2f1; }
#right span, #menu span{ padding:5px; }

#right{
	float: right;
	width: 200px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	/*font-size: 90%;*/
}
	
#menu{
	float: left;
	width: 200px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

* html #menu{ /*IE 6 only */
w\idth: 192px; /*Box model bug: 180px minus all left and right paddings for #menu */
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#menu li {
border-bottom: 1px dashed #394D00;
margin: 0;
}

#menu li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #002073;
	color: #bd4c00;
	text-decoration: none;
	width: 100%;
}
#menu ul.subbox li a{
	padding-left:12px;
	border-left: 14px solid #002073;
}

html>body #menu li a{ /*Non IE6 width*/
width: auto;
}

#menu li a:hover{
	border-left: 10px solid #002073;
	background-color: #FFF;/*#99CC00;*/
	color: #000;
} 

.active{
	border-left: 10px solid #394D00;
	background-color: #99CC00;
	color: #fff;
}

#menu li.active a{
	border-left: none;
	color: #fff;
}

#content{
	float: left;
	width: 580px;
	padding:0px 5px 0px 10px;
}

#content h1{
	letter-spacing: 2px;
	padding: 6px 0px;
	margin-top: -5px;
}
h1 + p{ font-weight: 900; font-size:+1; }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{ font-size: 15px;}

blockquote{
	padding-left: 10px;
	font-style: italic;
	border-left: 8px solid #A0D900;
	background-color: #E8E8E8;
}
	
a:active, a:visited, a:link{
	color: #bd4c00;
	text-decoration: none;
}

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

#footer{
	float: left;
	width: 998px;
	text-align:center;
	color:# /*#4D6600;*/
	margin-top: 10px;
	margin-bottom: 15px;
}

#footer p{
	text-align: right;
	letter-spacing: 2px;
	padding-right: 8px;
}