html, body {
margin:0px; 
padding:0px; 
height:101%;
}

html, body {
font-family:verdana; 
font-size:12px;
background:#B9B9B0 url(img/hintergrund.jpg) top left repeat-x;
color:#ECEFD7;
}


#main {
position:absolute;
left:50%;
width: 866px;
margin-left:-433px; /* halbe Breite */
margin-top:35px;
}

#header {position:relative; left:0; top:0; width:866px; height:166px; background-image:url(img/header.jpg);}

#wrapper {
	position:relative;
	display:block;
	background:#43433D;
	background-image : url(img/bg_content.gif);
	background-repeat : repeat-y;
	overflow:visible;
	/* minimale Höhe erzwingen (auch für IE) */
	min-height:430px;
	height:auto !important;
	/* für moderne Browser */
	height:430px;
	/*für den IE */
}

#left {float:left; position:relative; width:173px; margin-left:0px; display:inline; }
#right {float:right; position:relative; width:1px; margin-right:-1px; display:inline;}


#footer {position:relative; width:866px; height:47px; background-image:url(img/footer.jpg);}

.clear {clear:both;height:1px;overflow:hidden;}

#content {margin-left: 175px; padding-left:25px; padding-top:35px; padding-right:25px; }

#left img {margin-top:10px; margin-left:13px; margin-bottom:20px;}

#left a:link {text-decoration: none; font-weight:bold; color: #ff9900;}
#left a:visited {text-decoration: none; font-weight:bold; color: #ff9900;}

#left li, #left ul {
           margin: 0px;
           padding: 0px;
           list-style: none;

        display: block;
		 /*
   		min-height:20px;
		height:auto !important; /* für moderne Browser */
		/*height:20px;		*/ /*für den IE */

		line-height:14px;
        padding-bottom: 3px;
        padding-top: 3px;
        margin-top: 1px;
        margin-bottom: 1px; 
        font-size: 11px;
        text-decoration: none;
        background-color: #993333;
		text-align: left;
		margin-left:15px;	

}

#left .menu-sibling, #left .menu-current {
        display: block;
		 /*
   		min-height:20px;
		height:auto !important; /* für moderne Browser */
		/*height:20px;		*/ /*für den IE */

		line-height:14px;
        padding-bottom: 3px;
        padding-top: 3px;
        margin-top: 1px;
        margin-bottom: 10px; 
        font-size: 11px;
        text-decoration: none;
        background-color: #993333;
		text-align: left;
		margin-left:0;
		padding-left:8px;				
}


#left  .menu-current {
	color: #ffffff;
	background-color: #cc6666;
}


#left  ul ul li .menu-sibling, #left ul ul li .menu-current {
		color: #3A3A38;
        background-color: #F0F0A4;
		padding-left: 20px;
}

#left ul ul li .menu-current, #left ul li .menu-current {
	color: #ffffff;
	background-color: #cc6666;
}



#left  ul ul li .menu-sibling:hover {
		color: #000000;
}

#left .menu-sibling:hover   {
		color: #FFFFFF;
}


#right {
	margin-top:50px;
}

#right #right_content{
	border:2px solid #CCCC33;
	margin-left:10px;
	margin-right:10px;
	padding:5px;
}


h1 {
	margin:0px; padding:0px;
	color: #8F9183;
	font-size: 18px;
	font-weight:bold;
	margin-bottom:10px;
}

#right #right_content h1{
	margin:0px; padding:0px;
	color: #9F9F06;
	font-size: 14px;
	font-weight:bold;
}

#right #right_content p {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	
}

img {
border: 0 none;
}

#content a:link {text-decoration: underline; font-weight:bold; color: #CBCDBE;}
#content a:visited {text-decoration: underline; font-weight:bold; color: #CBCDBE;}
#content a:hover {text-decoration: underline; font-weight:bold; color: #FFFFFF;}
#content a:active {text-decoration: underline; font-weight:bold; color: #CBCDBE;}

#right a:link {text-decoration: underline; font-weight:bold; color: #9F9F06;}
#right a:visited {text-decoration: underline; font-weight:bold; color: #9F9F06;}
#right a:hover {text-decoration: underline; font-weight:bold; color: #000000;}
#right a:active {text-decoration: underline; font-weight:bold; color: #9F9F06;}
