html, body {
	font-size: 13px;	
	line-height: 140%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color:#333300;
	
	padding:0;
	margin:0;
	/*overflow:hidden;*/
}


a {color: color:#658407;	}
a:visited {color:#658407;	}
a:hover {color: #333300;}
a:active { color:#333300;}

.navi a:link {BACKGROUND: none; COLOR: #658407; TEXT-DECORATION: underline}
.navi a:visited       {BACKGROUND: none; COLOR: #658407; TEXT-DECORATION: none}
.navi a:hover         {BACKGROUND: none; COLOR: #333300;TEXT-DECORATION: none}
.navi a:active        {BACKGROUND: none; COLOR: #333300; TEXT-DECORATION: none}

.blocks a:link {BACKGROUND: none; COLOR: #658407; TEXT-DECORATION: none}
.blocks a:visited       {BACKGROUND: none; COLOR: #658407; TEXT-DECORATION: none}
.blocks a:hover         {BACKGROUND: none; COLOR: #333300;TEXT-DECORATION: none}
.blocks a:active        {BACKGROUND: none; COLOR: #333300; TEXT-DECORATION: none}

tiny {
	font-size: 7px; 
	
 }


h1 {
	font-size: 17px; 
	font-weight: bold;
	margin:0;
	padding: 10px 0px 10px 0;
	color:#658407;	
 }

h2 {
	font-size: 16px;
	font-weight: bold;
	color:#0086CB;	
	margin:0;
	padding: 10px 0px 3px 0;
}

/*p {
  margin: 0 0 2em 0 !important;
}*/



/* ----------container zentriert das layout-------------- */

#container {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0px solid;
	border-color: #333333;
	background:transparent url(/templates/waldorf/img/header_bg.jpg) repeat-x;
}
.schule {
	background-color: #8a8cff;
	margin: 0;
	padding: 0;
	border: 0px solid;
	border-color: #333333;
}

/* ----------banner for logo-------------- */
#banner {
	position:relative;
	margin:0;
	padding:0px 0 0px 0;
	height: 140px;
	color: #333333; 
	background:transparent url(/templates/waldorf/img/header.jpg) no-repeat;  
}
#banner p{
	text-align: right;
	margin:0;
	padding: 0px 0px 0 0px;
	
}
#mainnavi {
	margin:0px;
	padding: 0px;
	
	
}

#mainnavi p{
	
}


 #scroll {
	background-color: #ffffff;
	
	/*overflow:auto;
	height:480px;*/

}


/* -----------------Inhalt--------------------- */
#content {
	
	background-color: #ffffff;
	color:#564b47;
	padding: 10px 10px 10px 30px;
	margin: 10px 0px 0px 181px;
	margin-left:181px;
	border-left: 1px solid;
	border-left-color: #c9c9cb;
}

 #block_Login

.formbox {
  width: 120px;
 
}



/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 10px;
	color:#564b47;
	background-color: #ffffff;
}



/* -----------footer--------------------------- */
#footer {
	clear: left;
	padding: 0;
	margin: 0;
	
	
	
	}


/* fonts and colors */
/*hr {
width:200px;
 color:yellow;
  height:1px;
  margin-left:0;
  text-align:center; }*/
  
 

/* images */
img {
border:none;
}




/* CSS Anpassungen für das Dynamic Menü Chrome */


.chromestyle{
width: 100%;
font-weight: bold;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 80%;
/*background: #FFFFFF; Hintergrund der Navigationsleiste*/
padding: 8px 0 0px 60px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
/*background: url(../../../modules/DynamicMenu/images/pfeil.gif) left center no-repeat;*/
display: inline;

}

.chromestyle ul li a{
color:#245105;	
padding: 4px 10px;
margin: 0 0 0 5px;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #658407;

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 14px;
line-height:18px;
z-index:100;
color: #316909;
background-color: #ffca00;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#3e3d40,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 15px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
/*background: url(../../../modules/DynamicMenu/images/pfeil.gif) left center no-repeat;*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Farbe im Menü bei Mouse Over*/
background-color: #FFFFFF;
color: #658407;
}
