body	{
	margin: 0px;
	padding: 0px;
	background:url("../pics/bgv.gif") #e5e5e5;
	background-repeat: repeat-x;	
}

/* Headerframe {{{ */

#headerframe	{
	margin: 0px;
	margin-left: 180px;
	padding: 0px;
	width: 600px;
	height: 90px;
	background:#00008c;
	font-size: 13px;
}

	#headerframe ul 	{
		margin: 0px;
		padding: 0px;
		display: inline;
	}

	#headerframe li 	{
		margin: 0px;
		margin-right: 10px;
		padding: 0px;
		display: inline;
	}

	#headerframe a	{
	
			color: #fff;
			text-decoration:none;
	}

	#headerframe a:hover	{
	
			color:  #e41b5b;
			text-decoration:none;
	}

	#headerframe img {
		margin: 0px;
		padding: 0px;
	}
	#headerframe #pfeil {
		margin-left: 10px;
	}

/* }}} */

/* Sideframe {{{ */

#sideframe	{
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	background: #e5e5e5;
	height: 300px;
	width: 180px;
	float: left;
}


	#sideframe #navi	{
		margin: 0px;
		padding: 0px;
		padding-top: 5px;
		padding-bottom: 30px;
		background: #336cb5;
		border-bottom: 2px solid #fff;
		border-top: 10px solid #00008c;
		color: #fff;
		font-size: 13px;

	}
		#sideframe #navi ul {
			list-style-type: none; 
			margin: 0px;
			margin-left: 28px;
			padding: 0px;
		}
		
		#sideframe #navi li {
			list-style-image:url("../pics/navpfeil.gif");
			margin: 0px;
			padding: 0px;
			padding-bottom: 5px;
			margin-top: 5px;
			border-bottom: 2px dotted #fff;
		}
		
		#sideframe #navi li ul li{
			list-style-image:url("../pics/navpfeil.gif");
			margin: 0px;
			padding: 0px;
			margin-top: 5px;
			border-bottom: none;
			margin-left: -12px;
		}




		#sideframe #navi #select {
			list-style-image:url("../pics/navpfeil-hover.gif");
			margin: 0px;
			padding: 0px;
			padding-bottom: 5px;
			margin-top: 5px;
			border-bottom: 2px dotted #fff;
		}


		#sideframe #navi li #select {
			list-style-image:url("../pics/navpfeil-hover.gif");
			margin: 0px;
			padding: 0px;
			padding-bottom: 5px;
			margin-top: 5px;
			margin-left: -12px;
			border-bottom: none;
		}

		#sideframe #navi a {
			color: #fff;
			text-decoration:none;
		}

		#sideframe #navi a:hover {
			color: #00008c;
		}

	#sideframe #suchbox	{
		margin: 0px;
		padding: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #ccc;
		border-bottom: 2px solid #fff;
		font-size: 80%;

	}


		#sideframe #suchbox p	{
			margin: 0px;
			margin-left: 10px;
			margin-right: 10px;
		}

	#sideframe #infobox	{
		margin: 0px;
		padding: 0px;
	}

	#sideframe #infobox #head	{
		margin: 0px;
		padding: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		background: #e41b5b;
	}

		#sideframe #infobox #head h3	{
			margin: 0px;
			margin-left: 10px;
			padding: 0px;
			font-size: 100%;
			color: #fff;
		}


		#sideframe #infobox .sidebox	{
			margin: 0px;
			margin-top: 10px;
			padding-bottom: 10px;
			padding-left: 10px;
			color: #000;
			border-bottom: 2px dotted #000;
			font-size: 80%;
		}


		#sideframe #infobox .sidebox a	{
			text-decoration:none;
			color: #00008c;
		}
		#sideframe #infobox .sidebox a:hover	{
			text-decoration:none;
			color: #e41b5b;
		}
		#sideframe #infobox p {
			margin-top: 0px;
		}

/* }}} */

/* Contentframe {{{ */

#contentframe	{
	margin: 0px;
	float:left;
	padding: 0px;
	background: #e5edf6;
	width: 600px;
	border: 2px solid #fff;
	border-bottom: 2px solid #fff;
	min-height:800px;
	height:auto !important;  /* für moderne Browser */
	height:800px;  /*für den IE */
	
}

#contentframe #conttext {
	margin: 15px;
	padding: 0px;
	line-height: 150%;
	font-size: 90%;
	clear:both;
}

#contentframe #teaserboxen {
	background:url("../pics/teaser-bgh.gif") #ccdaed;
	background-repeat: repeat-y;	
	margin-bottom: 20px;
	padding: 0px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
		clear:both;
}

	#contentframe #teaserboxen .teaserbox {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		width: 170px;
		font-size: 80%;
		float: left;
		border-bottom: 2px solid #fff;
	}

	#contentframe #teaserboxen .teaserbox a {
		text-decoration:none;
		color: #00008c;
	}
	#contentframe #teaserboxen .teaserbox a:hover {
		text-decoration:none;
		color: #e41b5b;
	}

	#contentframe #teaserboxen .teaserbox img {
		margin-top: 3px;
		border: none;
	}
	#contentframe #teaserboxen .teaserbox p {
		margin: 0px;
		padding: 0px;
		border: none;
	}

	#contentframe #teaserheader {
		clear:both;
		padding: 0px;
		margin: 0px;
		background: #ccdaed;
		width: 0px;
		overflow:hidden;
	}

	#contentframe #teaserfooter {
		clear:both;
		padding: 15px;
		margin: 0px;
		background: #ccdaed;
		text-align: right;		
		border-top: 2px solid #fff;
	}



	#contentframe #teaserfooter img{
		border: none;
		margin-right: 5px;
	}

	#contentframe #teaserfooter a {
		border: none;
		text-decoration:none;
		color: #00008c;
		font-size: 12px;
	}

/* }}} */



.feiertag {
		background: #ccdaed;
		margin-top: 5px;
		margin-bottom: 5px;
		vertical-align:baseline;
	}
.feiertag .datum {
		background: #ccdaed;
		padding: 10px;
		float:left;
		width: 100px;
	}
.feiertag .termine {
		padding:10px;
		padding-top: 14px;
		margin-left: 120px;
		background: #fff;
		min-height:18px;
		height:auto !important;  /* für moderne Browser */
		height:18px;  /*für den IE */
		text-align:left;	
	}

.feiertag .termine ul {
		padding:0px;
		margin: 0px;
		color: #000;
		margin-left: 10px;
	}
.feiertag .termine ul li {
		color: #000;
		padding-bottom: 10px;
	}

.feiertag .termine ul li b {
		color: #00008c;
	}


.wochentag {
		background: #e5e5e5;
		margin-top: 5px;
		margin-bottom: 5px;
		vertical-align:baseline;
	}
.wochentag .datum {
		background: #e5e5e5;
		padding: 10px;
		float:left;
		width: 100px;
	}
.wochentag .termine {
		padding:10px;
		margin-left: 120px;
		background: #fff;
		min-height:18px;
		height:auto !important;  /* für moderne Browser */
		height:18px;  /*für den IE */
		text-align:left;	
		
	}
.wochentag .termine ul {
		padding:0px;
		margin: 0px;
		color: #000;
		margin-left: 10px;
	}
.wochentag .termine ul li {
		color: #000;
		padding-bottom: 10px;
	}

.wochentag .termine ul li b {
		color: #00008c;
	}

.error {
    border: 1px solid red;
}
