/* Standart-CSS für www.fmg-lengnau*/
/* Wichtige Farben

Hintergrundgrün= #00FF40



*/


html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li {
margin: 0;
padding: 0;
font-family: Verdana, Arial, sans-serif; font-size: 101%;
text-decoration: none;
}


/* Allgemeine Formatierungen werden gesetzt */



img {
	border: 0;
}


P, ul { font-style: normal; font-weight: normal; font-size: 0.7em;
     	line-height: 1.0em; font-family: "Verdana", "Arial"; color: blue 
}



H1 { font-size: 2.0em; line-height: 1.5em;
     font-family: "Benguiat Bk BT", "Verdana"; color: green; 
}


H2 { font-style: italic; font-weight: bolder; font-size: 1.0em;
     line-height: 1.0em; font-family: "Verdana", "Arial"; 
}


H3 { font-weight: bold; font-size: 0.9em; line-height: 1.1em;
     font-family: "Verdana", "Arial"; color: teal; background: #FFFF80;
}


H4 { font-weight: small; font-style: small; font-size: 0.75em; letter-spacing: 0.05em; line-height: 1.0em;
     font-family: "Verdana", "Arial";
}

H5 { font-style: oblique; font-weight: normal; font-size: 0.65em; line-height: 1.0em; font-family: "Arial";
	; }


H6 { font-style: normal; font-weight: bold; font-size: 0.75em;
     line-height: 1.0em ; 
     font-family: "Arial"; color:black; }


/*  Sektionsweite Formatierungen  */

/*Header*/

#header {
	border: opx;
}

/* Ende Header */



/* Seitenaufbau */

BODY
{
	position:absolute;
	background-color: green;	
	background-image: url("bilder/hintergrund_bg.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: 10%;
	background-position-y: 5%;

}


html, body, textarea {
	top:0; left:0; right:0;
	height: 100%;
	margin:0;
	padding:0;
	width: 100%;
	overflow:hidden;
	scrollbar-base-color: default;
	scrollbar-face-color: snow;
	scrollbar-track-color: snow;
	scrollbar-arrow-color: snow;
	scrollbar-3dlight-color: snow;
	scrollbar-darkshadow-color: snow;	
	scrollbar-highlight-color: snow;	
	scrollbar-shadow-color: snow;	
		
}


#titelcontainer {
	position: fixed;
	align: right;
	top: 1%;
	right: 13px;
	left: 50%;  
	height: 60px;
	z-index: 4;
/*	background-color: blue;  */
}



#grundcontainer {
	position: fixed;	
	width: 63%;
	height:70%; 
	margin-top: 12%;
	margin-left: 19%;
	margin-right: 15%
	margin-bottom: 5%;
	padding: 5px;
	background-color: with;
	overflow: auto;
	scrollbar-base-color: withe;
	z-index: 2;

}



#newscontainer {
	position: absolute;	
	width: 13%;
	height:70%; 
	right:13px;
	margin-top: 15%;
	margin-left: 85%;
	right:13px;
	margin-bottom:5%;
	padding: 1%;
/*background-color: red; */
	overflow: auto;
	z-index: 3;

}

#countercontainer {
	position: absolute;
	width: 200px;
	height: 60px;
	margin-left: 5%;
	bottom: 10%;
	background-color: with;
	Z-INDEX: 4;
}


/* menuecontainer */

#kasten {  
	position: fixed;	
	width: 110px;
	height:30%; 
	margin-top: 3%;
	margin-left: 3%;
	margin-bottom:5%;
	padding: 1%;
/*	background-color: red;  */
	font-size: 1.3ex;
	border: 0px solid black;
	overflow: none;
	z-index: 3;
}


#footer_container {
	position: fixed;
	bottom: 0; left: 0; right: 0;
	text-align: center;
	margin:0;
	height: 2em;
	z-index: 4;
}


#footer {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	text-align: center;
	background-color: #FFFF80;
	z-index: 4;	
}



/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */

* html,  * html body {
	overflow: hidden;
	bottom: 0;
	height: 100%;
}

* html #titelcontainer {
	position: absolute;
	margin: 0%;
	margin-left: 13px;
}

* html #kasten {
	position: absolute;
}

* html #grundcontainer   {
	position: absolute;
}

* html #footer_container {
	position: absolute;
	bottom: 0px; top: 96%;
	}

* html #footer {
	position: static;
}

/* Navigationsleiste  */

#kasten a {
	color: yellow;
	background-color: transparent;
	font-weight: small;
	padding-left: 2px;
	display:block; 
	border: 0px solid black;
}

#kasten a:active {
	color: red;
	background-color: withe;

}

#kasten a:visited {
	color: yellow;
	background-color: withe;
}

#kasten a:hover {
	color: blue;
	background-color: yellow;
	width: 100%;
	padding-left: 2px;
	border-right: red 3px dashed;
}

#kasten a .info {
	display: none;
}


#kasten a .info {
	color: yellow;
	display: inline;
	background-color: withe;
	border: 0px solid black;
	padding-left: 2px;
	text-align: right;
}
