body{
	background: #123680;
	margin-top: 10px;
	font-family: Verdana, Tahoma, Arial, Helevetica, sans-serif;
	font-size: 11px;
}
a:link, a:visited, a:hover, a:active{
	color: #123680;
}
td{
	font-size: 11px;
	line-height: 1.5em;
}
h1{
	font-size: 24px;
	font-weight: normal;
	color: #123680;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
h2{
    font-size: 16px;
    font-weight: normal;
    color: #123680;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}
h3{
	font-size: 12px;
	font-weight: bold;
	color: #123680;
	margin: 0px;
	padding: 0px;
}
h3.divider{
	display: block;
	width: 100%;
	border-top: 2px dotted #CCC;
	margin-bottom: 10px;
	padding-top: 5px;
}
td.divider{
	height: 6px;
	background-image: url(../img/dotline.gif);
	background-repeat: repeat-x;
}
p{
	margin-top: 0px;
	padding-top: 0px;
}
ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li{
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	padding-left: 1.2em;
}
select{
	font-size: 10px;
	border: 1px solid #888;
	background: #FFF;
	background: url(../img/bg_input.gif);
	background-repeat: repeat-x;
}
option{
	background: #FFF;
}
/* main styles */
.container{
	height: 100%;
}
.footer{
	background: url(../img/footer.gif);
	background-repeat: no-repeat;
}
.copyright{
	color: #FFF;
	font-size: 10px;
}
/* text styles */
.mini{
	font-size: 10px;
}
.error{
	color: #C00;
}
.grey{
	color: #888;
}
/* form styles */
.inputtext{
	font-size: 10px;
	border: 1px solid #888;
	background: url(../img/bg_input.gif);
	background-repeat: repeat-x;
}
.textarea{
	font-size: 11px;
	border: 1px solid #888;
	background: url(../img/bg_input.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Arial, Helevetica, sans-serif;
}
.button{
	font-size: 10px;
	border: 1px solid #888;
	background: url(../img/bg_input.gif);
	background-repeat: repeat-x;
}
.button100px{
	font-size: 10px;
	width: 100px;
	border: 1px solid #888;
	background: url(../img/bg_input.gif);
	background-repeat: repeat-x;
}

/* navigation */
.navicontainer{
	padding-left: 10px;
}
.navicontainer{
	padding-left: 10px;
}
a:link.navilink,  a:visited.navilink {
	font-size: 12px;
	color: #888;
	text-decoration: none;
}
a:hover.navilink,  a:active.navilink {
	font-weight: bold;
}
a:link.stupids,  a:visited.stupids, a:hover.stupids,  a:active.stupids {
	font-size: 12px;
	color: #EFB400;
	text-decoration: none;
	font-weight: bold; 
}
a:link.navilinkact, a:visited.navilinkact{
	font-size: 12px;
	font-weight: bold;
	color: #123680;
	text-decoration: none;
}
a:hover.navilinkact, a:active.navilinkact {
	color: #888;
}
/* login box */
.loginboxcontainer{
	margin-top: 20px;
	padding-left: 10px;
}
.login{
	font-size: 10px;
	width: 100px;
	border: 1px solid #888;
	background: url(../img/bg_input.gif);
	background-repeat: repeat-x;
}
.buttonweiter{
	width:14px;
	height:10px;
}
/* geburtstage */
.geburtstagecontainer{
	margin-top: 20px;
	padding-left: 10px;
}
/* wetter */
.wettercontainer{
	padding-left: 4px;
}
/* schueler */
.schwitchschueler{
	width: 150px;
}
.angabenunsicher{
	color: #888;
}
/* rte */
.rtehelpline{
	border: 0px;
	color: #888;
}
/* forum */
.quote{
	display: block;
	border: 2px dotted #CCC;
	padding-left: 10px;
	padding-right: 10px;
}
.quotehead{
	display: block;
	color: #888;
}
/* abstimmung */
#termine{
	position: relative;
	width: 578px;
	height: 200px;
	background-color: #EEE;
	background-image: url(../img/bg_termine.gif);
	background-repeat: repeat-x;	
}
.termine{
	width: 102px;
	position: absolute;
	bottom: 0px;
	background-color: #123680;
	overflow: hidden;
	background-image: url(../img/bg_balken.gif);
	background-repeat: repeat-x;
}
.details{
	position: absolute;
	bottom: 20px;
	width: 102px;
	text-align: center;
	font-weight: bold;
}
.details.back{
	color: #000;
}
.details.front{
	color: #FFF;
}
#controls{
	position: relative;
	margin: 10px 0px;
	width: 578px;
	height: 30px;
}
#labels{
	position: relative;
	margin: 10px 0px;
	width: 578px;
	height: 14px;
}
.controls, .labels{
	top: 0px;
	position: absolute;
	width: 102px;
}
.labels{
	font-weight: bold;
	font-size: 14px;
}
#termin1, .details1, #controls1, #label1{
	left: 34px;
}
#termin2, .details2, #controls2, #label2{
	left: 102px;
}
#termin3, .details3, #controls3, #label3{
	left: 238px;
}
#termin4, .details4, #controls4, #label4{
	left: 374px;
}
.gallery img{
	float: left;
	margin: 0px 17px 17px 0px;
}