body {
	background: #1c60a5 url(img/bg-highlight.gif) no-repeat top center;
	_text-align:center;

}
p {
	color: #036;
	line-height: 150%;
	padding-right: 15px;
}

.home {
	/*background: #fff url(img/home_icon.jpg) no-repeat middle right;*/
}
.suche {
	/*background: #fff url(./img/mediensuche_icon.jpg) no-repeat top right; */
}
.medientips {
	/*background: #fff url('img/medientip_icon.jpg') no-repeat center right;*/
}
.info {
	/*background: #fff url(img/info_icon.jpg) no-repeat top right;*/
}
ul#navlist{
	list-style-type: none;
	margin-left: 5px;
	
}



.navlink:link{text-decoration: none; color: #b1433e;}
.navlink:visited{text-decoration: none;  color: #b1433e;}
.navlink:active{text-decoration: none;  color: #b1433e;}
.navlink:hover{text-decoration: none;  color: #e58e8b;}
 
ul#navlist li{
	_display: inline-block;
	_width: 100%;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
	padding-top: 5px;

	}
ul#navlist_sub{
	list-style-type: none;
	margin-bottom: 0px;

}
ul#navlist_sub li{
	_display: inline-block;
	-width: 100%;
	padding-left: 0px;
	font-weight: normal;
	margin-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	border: 0px;
}

#footer p{
	background: #fff;
	color: #555;
	margin-bottom: 5px;
	text-align: center;
}
#footer {
	margin-top:10px;
}

#oeffnungszeiten {
	background: #ffc30b;
	margin-left: 5px;
	padding: 5px;
	-moz-border-radius: 12px;
}
#oeffnungszeiten h4 {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
#oeffnungszeiten table {
margin-left: 10px;
	width: 90%;
}

#maincontent h2 {
	border-bottom: 1px solid #036;
	font-size: 1.5em;
}
.newstitle {

	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #555;

	padding-bottom: 5px;
}
.newsdate {
	font-size: 11px;
	font-weight: normal;
	color: gray;
	margin-bottom: 10px;
	}

#header{
	background: #fff;
	height: 120px;
}


 #maincontent img{
	
	float:left;
	margin: 20px;
 
 }
 
#main_medtip img{
	margin: 5px 15px 5px 10px;
}
#main_medtip p{
	margin-right: 10px;
	padding-right: 10px;
	padding-top: 5px;
	background-image: url(img/listbg.gif);
	background-repeat: repeat-x;
}
#medtip_container p{
	background: none;
}
#medtip_container {
	background: url(img/bibi.jpg) no-repeat top left;
}
.medtipTitle{
	font-size: 14px;
	padding-top:20px;
}
.medtipTable{
	background-image: url(img/listbg.gif);
	background-repeat: repeat-x;
	
	width: 670px;
}
.medtipTable td.tdImage{


	vertical-align: top;
	width: 190px;
}
.medtipTable td.tdDescription{
	vertical-align: top;
	width: auto;
	padding-right: 15px;
	}
 .adminTable td{
	padding: 0 0.5em;
 }
 .adminTable tr.odd td{
	background-color: #eee;
}

.subtitle {
	font-size: 14px;
	color: #b1433e;
}
.notification {
	background-color: #b1433e;
	border: 1px solid black;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	margin-right: 20px;
}
.container_12 {
	background: #fff;
	margin-top: 40px;
	margin-bottom: 20px;
	border: 2px solid #003366;
	_text-align:left;

}