/* css-file by wonders and sign */
/* Stand 04.2007 */
/* Colors: */


/* Basics */
* {
	margin: 0;
	padding:0;
}
body {
	height: 100%;
	min-height:100%;
	min-width:980px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	color: #777;
}
ul, li {
	list-style: none;
}
img {
	border:0;
	margin:0;
	padding:0;
}


/* Klassen */
.noe {
	display: none;
}
.gruen {	
	font-size:20px;
	color: #147700;
}
.rot {
	font-size:20px;
	color: #c30303;
}
.gelb {
	font-size:20px;
	color: #ffe400;
}
.centre {
	margin: 0 auto; 
	text-align: center;
	padding:0;
	margin:0;
}
.rahmen {
	margin: 12px 5px 0 5px;
	padding: 10px;
	border: 1px solid #eee;
	background-color: #fff;
	border-bottom: 1px solid #aaa;
}
.left {
	text-align:left;
	margin:0;
	padding:0;
}
.current_dates{
color:#2aa9e5;
}

/* text */
p {
	margin: 0;
	padding:1em;
	text-align: justify;
	font-size: 1em;
}
h1, h2, h3, h4, h5 {
	text-align: center;
}
h1 {
	font-size: 1.4em;
	color:#2aa9e5;
	margin-bottom: 12px;
}
h2 {
	font-size: 1.2em;
}
h3 {
	margin: 12px 0 10px 0;
	color:#2aa9e5;
	font-size: 1.2em;
}
h4{
	font-size: 1.1em;
}
h5 {
	margin: 23px 0 0 0;
	font-size: 1.0em;
}
a {
	text-decoration: none;
	color:#777;
}
a:hover {
	text-decoration: none;
	color:#2aa9e5;
}

/* ids */
#head {
	height: 324px;
	width: 980px;
	margin: 0 auto;
	text-align: center;
	background: transparent url(bilder/header.jpg) no-repeat top left;
}
#head p {
	text-align:right;
	margin:0;
	padding:0;
}
#inhalt {
	width:980px;
	height: 100%;
	margin: 0 auto;
	text-align:center;
	background: transparent url(bilder/blattbg.jpg) repeat-y top center;
}
#mitte {
	float: left;
	width: 453px;
	padding-bottom:60px;
}
#mitte ul{
	margin: 12px 0 30px 20px;
	padding: 0;
	text-align: left;
}
#mitte li{
	margin:0;
	padding:0;
	font-weight: bold;
	line-height: 1.6em;
}
#mitte ol{
	margin: 12px 0 60px 20px;
	padding: 0;
	text-align: left;
}
#mitte li.num{
	margin:0 0 0 5px;
	padding:0;
	font-weight: normal;
	line-height: 1.6em;
	list-style: decimal outside;
	font-size: 0.9em;
}
#links {
	float: left;
	height: 275px;
	width: 255px;
	margin:0;
	padding:0;
	background: transparent url(bilder/navi.jpg) no-repeat top center;	
	text-align:left;
}
#rechts {
	float: left;
	width:272px;
	height: 298px;
	background: transparent url(bilder/bild.jpg) no-repeat top center;	
	text-align:left;
}
#links ul{
	margin: 0;
	padding:0;
	line-height: 0;
	font-size:0;
}
#links li, li a{
	margin:0;
	padding:0;
	line-height: 0;
	font-size:0;
}
#rechts p{
	margin: 0;
	padding:0;
}
#footer{
	height: 65px;
	clear: both;
	position: relative;
	bottom: 0;
	background: transparent url(bilder/blattunten.jpg) no-repeat top center;
}
#footer p{
	margin:0;
	padding: 10px 1.4em 0 0;
	text-align: center;
	color: #777;
}
#footer a{
	margin:0;
	padding: 0 0 0 0;
	text-align: center;
	color: #777;
	text-decoration: none;
}
#footer a:hover{
	color: #2aa9e5;
}
#ende p {
	width: 100%;
	margin: 0;
	padding: 0;
	background:transparent;
	text-align: right;
}
#ende a {
	margin: 0 10px 0 0;
}