@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%
}

p {
	font-size:12px;
	padding:4px 0 4px 0;
}
h1 {
	font-size:18px;
	padding:0 0 8px 0;
}
h2 {
	font-size:16px;
	padding:8px 0 8px 0;
}
h3 {
	font-size:14px;
}
h4,h5,h6 {
	font-size:12px;
	font-weight:bold;
}

html {
	heigth:100%;
	margin:auto;
	text-align:center;
}

a {
	color:#003366;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:white;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	heigth:100%;
	background-image:url(/Layout/bluebg.jpg);
	background-repeat:repeat-x;
}

#container {
	width: 800px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, kÃ¶nnen Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	/*background: #c8dfb0;*/
	background-color:#94ce6c;
	margin: 0 auto; /* Durch automatische RÃ¤nder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element Ã¼berschrieben. */
	height:100%;
}
#header {
	background: #DDDDDD; 
	padding: 0 10px 0 0px;
	height:217px;
	background-image:url(/Layout/headerBg.jpg);
	background-repeat:no-repeat; 
}
#logos {
	position:relative;
	top:0;
	left:-83px;
	width:20px;
}
#header h1 {
	margin: 0; 
	padding: 10px 0;
	display:none;
	visibility:hidden;
}
#mainContent {
	padding: 0 20px 20px 50px; 
	/*background: #c8dfb0;*/
	background-color:#94ce6c;
	
}

#navi {
	
	width:250px;
	float:left;
	padding:0px 0 0 0;
	z-index:100;
}
#navi ul {
	margin-bottom:20px;
}

#navi li {
	list-style-image:url(/Layout/pfeil.png);
	margin:3px 0 3px 20px;
}
#navi li a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#navi li a:hover {

	text-decoration:underline;
}

#searchform {
	padding:5px 0 0 0;
	/*border:1px solid #CCCCCC;*/
	width:200px;
	margin:5px 0 20px 0;

}
#searchform #submit {
	margin:4px 0 0 0;
}

#pageContent {
	
	padding:0 0 0 260px;
}

#footer {
	padding: 0 10px; 
	background:#94ce6c;
	background-image:url(/Layout/kommenSie.png);
	background-repeat:no-repeat;
	background-position:right;
	height:60px;
	float:none;
	clear:both;
}
#subfooter p , #subfooter a{
	margin: 0; 
	font-size:10px;
	color:#006633;
	text-decoration:none;
}
#subfooter {
	background:#94ce6c;
	padding: 0 0px;
	text-align:center;
}

/* Veranstaltungen */
td {
	padding:2px;

}

td.monthbar {
	font-weight:bold;
	color:white;

}
td.nomatch {
	font-weight:bold;
	color:white;
	font-size:14px;
	padding-bottom:200px;
	padding-top:100px;


}
td.date {
	padding-right:10px;
	padding-left:5px;
	width:90px;
}
a.title {
	font-size:14px;
}
.curPageLinkClass {
	font-weight:bold;
	color:white;

}
.detailtitle {
	font-weight:bold;
	font-size:14px;
}

#partnertable td{
	text-align:center;
	vertical-align:top;
	padding-top:25px;
}
#partnertable img{
	margin-top:5px;
}

.warning {
	font-weight:bold;
	color:#FF0000;

}
