body {
	background-color: #ffffff;
	font-size: 12px;
	color:#333333;
	padding:00px;
	margin:0px;
	border:0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
}


a:link {color:#007dc2}     /* unvisited link */
a:visited {color: #007dc2}  /* visited link */
a:hover {color: #007dc2}   /* mouse over link */
a:active {color: #007dc2}   /* selected link */

#inhalt {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 860px;
	background-color: #ffffff;
	background-image: url(/bilder/menu_bg.gif);
	background-repeat: repeat-y;
}
#header {
	height: 160px;
	width:850px;
	background-image: url(/bilder/logo.gif);
	background-repeat: no-repeat;
}
.border {
	border: 1px solid #7fbee0;
}
.noborder{
	border: 0px;
}
.bilder_normal {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7fbee0;
	border-bottom-color: #7fbee0;
	border-left-color: #7fbee0;
	height: 94px;
	width: 94px;
	float: left;
	padding:0px;
	margin: 0px;
}
.bilder_ende {
	height: 94px;
	width: 94px;
	border-top: 1px solid #7fbee0;
	border-right: 1px solid #7fbee0;
	border-bottom: 1px solid #7fbee0;
	border-left: 1px solid #7fbee0;
	float: left;
	padding:0px;
	margin: 0px;
}
#blubberblasen {
	top: 220px;
	position: absolute;
	
}
/* -----------------Inhalt--------------------- */
#content {
padding: 0px;
margin-left: 220px;
margin-right: 20px;
margin-top: 170px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 198px;
margin: 50px 20px 0px 0px;
padding: 0px;
text-align: right;
}
.navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}

.menu a:link, .menu a:visited{
padding-right: 25px;
padding-bottom: 2px;
height: 19px;
background-image: url(/bilder/menu_no_select.gif);
background-repeat: no-repeat;
background-position: right;
font-size: 14px;
font-weight: bold;
color: #000000;
}
.submenu a:link, .submenu a:visited{
padding-right: 25px;
padding-bottom: 2px;
height: 19px;
background-image: url(/bilder/menu_no_select.gif);
background-repeat: no-repeat;
background-position: right;
font-size: 12px;
font-weight: bold;
color: #007dc2;
}
.cur_1{
padding-right: 25px;
padding-bottom: 2px;
height: 19px;
background-image: url(/bilder/menu_select.gif);
background-repeat: no-repeat;
background-position: right;
font-size: 14px;
font-weight: bold;
color: #000000;

}
.cur_2{
padding-right: 25px;
padding-bottom: 2px;
height: 19px;
background-image: url(/bilder/menu_select.gif);
background-repeat: no-repeat;
background-position: right;
font-size: 12px;
font-weight: bold;
color: #007dc2;
}

.navlist li a {
	
	font-weight: bold;
	
	font-style:normal;
	text-decoration: none;
	}
hr{
background-color:#007dc2; /* Mozilla 1.4 */
color:#007dc2; /* IE 6 */
border: #007dc2; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}



table{

font-size: 12px;
color:#333333;
}	

.veranstalter{
margin: 10px 10px 0px 0px;
font-size: 14px;
color: #007dc2;

}

h5{
font-size: 16px;
color: #007dc2;
font-weight: bold;
}

.linke_spalte{
	
	width: 50%;
	float: left;
	margin: 10px;
	padding: 0px;

 }
 
.rechte_spalte{

	margin: 10px;
	padding: 0px;
	
	
 }