@charset "utf-8";
/* CSS Document */

a.menu_geschlossen

{ display : block;
text-align : left;
width : 130px; 
background-color: #CCCCCC;
color:#000000}

a.menu_offen 

{ display : block;
text-align : left;
width : 130px; 
background-color:#336633;
color:#FFFFCC;}

a.untermenu 

{ display : block;
text-align : left;
width : 130px; 
background-color:#FFFFFF;}


body {
font : 78.5%/1.3em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color : #4c4c4c;
padding : 5px 15px 15px;
}
div.box {
text-align : center;
color : #000066;
padding : 4px;
background: #FFFFFF !important ;
border : outset #cccccc;
border-width : thin;
margin : 0 0 0 0;
}
* {
margin : 0;
padding : 0;
}
#wrapper {
background: url(../bilder/bgr.jpg) !important ;
border : 3px solid #ccc;
max-width : 1200px;
min-width : 760px;
min-height : 480px;
margin : 0 auto 0;
height : auto !important ;
height : 480px;
background-repeat : repeat;
background-position : center top;
background-image : url(../bilder/bgr.jpg);
}
* html #wrapper {
max-width : 1200px;
min-width : 760px;
}
#innerwrapper {
margin : 1px;
min-height : 480px;
height : auto !important ;
height : 480px;
}
#subheader {
margin-top : -20px;
float : right;
text-align : right;
}
#wrapper #innerwrapper #content hr {
background-color : #fff;
color : #ffffff;
border : 1px inset;
height : 1px;
margin-top : -5px;
margin-bottom : 15px;
}
#header h1 {
font : 200% Georgia;
text-align : center;
color : #ffdf00;
padding : 2px 2px 2px 2px;
margin : 0 0 0 0;
height : 90px;
text-align : left;
}
#wrapper #innerwrapper #content h5 {
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
height : 15px;
color : #003333;
}
#header h1 a {
color : #ffffff;
font-weight : bolder;
padding-left : 90px;
padding-top : 30px;
font-size : 24px;
}
#header h1 a:hover {
color : #0000cc;
}
#header h2 {
font : 150% Georgia;
font-weight : normal;
color : #0099ff;
padding : 1px 0 10px 15px;
border : none;
}
#content h1 {
font : 250% Georgia;
color:#FF0066;

}
#header a {
font-style : normal;
text-decoration : underline;
padding-right : 5px;
color : #ffffff;
font-size : 12px;
font-weight : bold;
}

#header {
background: #000000;
background-repeat : no-repeat;
background-position : left top;
background-image : url(../bilder/test.jpg)
}
#sidebar {
width : 150px;
float : left;
color : #666;
padding-left : 5px;
padding-top : 30px;
padding-bottom : 20px;
margin-bottom : 30px;
}

#sidebarright {
width : 120px;
float : right;
padding-top : 40px;
padding-left : 20px;
padding-right : 5px;
}

#content {
	margin : 10px 160px 0 130px;
	padding-left : 5%;
	padding-top : 20px;
	padding-right : 10px;
	padding-bottom : 10px;
	font-size : 90%;
	line-height : 20px;
	text-align : justify;
	height: auto;
}

#footer {
clear : both;
border-top : 1px solid #eee;
padding : 2px;
height : 80px;
text-align : center;
}

