@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	min-height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFB3;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000;
}

a {
	color: #0099FF;
}

div#page {
	width: 1000px;
	margin: auto;
	height: auto;
	min-height: 100%;
	background-color: #FFFF66;
}

div#header {
	
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 259px;
	margin-bottom: 20px;
}

div#menue {
	width: 550px;
	margin-left: 440px;
}

ul#mainmenu {
	padding: 0px;
	margin: 0px;
}

.mainmenu_li {
	list-style: none;
	float: left;
}

.mainmenu_link {
	color: #ACC314;
	text-transform: uppercase;
	text-decoration: none;
}

.mainmenu_link_active {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

div#submenu {
	width: 180px;
}

ul#submenu {
	margin: 0px;
	padding: 0px;
}

.submenu_li {
	background-color: #4C4C4C;
	list-style: none;
	padding: 5px;
	margin-bottom: 10px;
}

ul#submenu_l2 {
	margin: 0px;
	padding: 0px;
}

.submenu_link {
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

.submenu_link_active {
	color: #ACC314 !important;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

div#content_container {
	padding: 0px 20px 0px 20px;
}

div#submenu_container {
	width: 180px;
	float: left;
	background-color: #ACC314;
}
	

div#footer {
	font-size: 10px;
	text-align: right;
	border-top: 1px #ACC314 solid;
	margin-top: 10px;
	padding-top: 10px;
	width: 800px;
	margin-left: 145px;
}

h1 {
	color: #0099FF;
	font-size: 15px;
	font-weight: bold;
}

.news_teaser {
	border-bottom: 1px #ACC314 solid;
}

.news_date {
	font-size: 10px;
	color: #ACC314;
}

.news_bild {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.news_bu {
	font-size: 10px;
	color: #ACC314;
}
	
	
/* RTE */

.align-right				{ text-align: right; }
.align-left					{ text-align: left; }
.align-center				{ text-align: center;}
.align-justify				{ text-align: justify; }
.indent						{ margin-left: 20px; }

table p						{ margin: 0px; }

/* Startseite */

div#startseite_aerzte {
	background-color: #ACC314;
	width: 345px;
	float: left;
}

div#startseite_aerzte h1 {
	background-color: #4C4C4C;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	text-transform: uppercase;
}

div#startseite_aerzte a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

div#startseite_aerzte a:hover {
	background-color: #4C4C4C !important;
	color: #FFF;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

div#startseite_aerzte_content {
	color: #fff;
}

.startseite_aerzte_fachbereich {
	border-bottom: 1px #fff solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.startseite_aerzte_fachbereich_name {
	color: #4C4C4C;
	font-size: 12px;
	padding-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.startseite_aerzte_arzt {
	width: 60%;
	padding-left: 10px;
	float: left;
}

.startseite_aerzte_telefon {
	width: 29%;
	float: right;
	padding-right: 10px;
	text-align: right; 
}

div#startseite_news {
	width: 435px;
	float: left;
	margin-left: 20px;
}

.clear {
	clear:both;
	margin:0px;
	width:100%;
	height:0px;
	padding:0px;
	font-size:0;
	line-height:0;
}

.header_trenner {
	color: #ACC314;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px #ACC314 solid;
	border-bottom: 1px #ACC314 solid;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}

.zimmer th, .zimmer td {
	padding: 5px;
}

.zimmer th {
	background-color: #0099FF;
}

.zimmer .td-0 {
	font-weight: bold;
}

.zimmer .td-1, .zimmer .td-2, .zimmer .td-3 {
	text-align: center;
}