@import url(content_schule.css);

input {
	/* Eingabefelder */
	border: 1px #ffffd0;
	background-color: #ffffd0;;
	width:100px;
}


body, html {
	/* Seitenhintergrund  */
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font: normal 100.01% Arial, Helvetica, Verdana, sans-serif;
	position:relative;
	/* background: url(../img/bg2.gif) repeat-y;
 	der letzte eintrag gewinnt */
	background: #ffffd0;
}
/*
#content .cols .rightcolumn {
	margin:0 0 0 2px; padding:0; 
	width:2px;
*/
#header {
	/* Menu-oben*/
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 1000px;
	height: 85px;
	background: #ffffff; 
}

#logo {
	position: absolute;
	right: 0px;
	top: 22px;
	width: 266px;
	height: 71px;
	z-index:1;
}

#topmenu {
	position: absolute;
	left: 20px;
	bottom: 7px;
}

#header2 {
	/* oben unterhalb des Logos */
	position: absolute;
	z-index: 5;
	left: 0;
	top: 85px;
	width: 1000px;
	height: 150px;
	background: #008000;
	/* background: #ffa41c; */
}

#content-wrapper {
	/* ober- und unterhalb des Hauptinhalts */
	position: absolute;
	top: 295px;
	left: 280px;
	width: 620px;
	background: #ffffd0;
}

#rootline a {
/* Anzeige "wo bin ich gerade" */
	text-decoration: none;
	font-size: 20px;
}

#content {
	/* Haupt-Inhalt*/
	position: relative;
	top: 20px;
	background: #ffffd0;
}


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

#topmenu li {
	float: left;
	display: block;
	position: relative;
	top: 4px;
	color: #000000;
	padding: 0 10px 0 0;
	font: normal 16px Verdana,Arial,Helvetica,sans-serif;
}

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

#topmenu li a:hover {
	color: red;
}

#topmenu li.ACT {
	/* aktuell ausgewaehlter Menupunkt im Menu oben */
	font-size: 20px;
	position: relative;
	font-weight: bold;
	top: 0px;
}

#left {
	/* linkes Menu */
  	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 210px;
	height: 150%;
	background: #008000;
}

#leftmenu {
	/* Abstand des Menu: von oben ;0;0;von links */
	margin: 280px 0 0 10px;
}

#leftmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftmenu li {
	text-decoration: none;
	font: normal 13px Arial, Helvetica, Verdana, sans-serif;
	/* Einrueckung des Textes oben;von rechts;unten;20 px von links */
	padding: 3px 0 3px 15px;
}

#leftmenu  li a {
	text-decoration: none;
}

#leftmenu li a:hover {
	/* Farbe beim uebers linke Menu drueberfahren mit der Maus */
	color: red;
}

#leftmenu li a {
 	/* Schriftfarbe des linken Menu */
	color: #ffffd0;
}

#leftmenu li.ACT,
#leftmenu li.CUR {
	/* aktuell ausgewaehlter Menupunkt im Menu links */
	/*background: url(../img/leftmenu-bg_schule.gif) no-repeat;*/
	font-weight: bold;
	/*color: #000000;*/
/* Eintraege weiter unten ueberschreiben welche weiter oben (z.B. hier das Bild) */
	background: #004000;
}

#left-languagemenu {
	margin-bottom:10px;
}

#search {
	position: relative;
	left: 25px;
	top: 25px;
}

#header-image img {
	/* Bild für Feld unterhalb des Logo */
	border-right: 1px solid white;
}

#header-text {
	/* Text im Feld unterhalb des Logo */
	position: absolute;
	bottom: 20px;
	right: 35px;
	font: normal 30px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffd0;
	text-align: right;
}


#copyright {
	/* Copyright unten rechts */
	/* Abstand vom Text */
	margin-top:40px;
	/* Abstand vom Frame-Rand */
	padding: 50px 0 0 250px;
	clear: both;
	font: normal 9px Arial,Helvetica,Verdana,sana-serif;
}

#copyright a {
	color: #999999;
	text-decoration:none;
}


.formfield	{
	font: normal 11px Arial,Helvetica,Verdana,sana-serif;
	color: #999999;
	margin-top:5px;
	margin-left:25px;
}
