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

h4 {
    font-size: 14px;
    margin-bottom: 8px;
}

#left_content_frame h2.homepage_head {
	display: block;
	border: 4px solid red;
	height: auto;
	width: auto;
	overflow: hidden;
	float: none;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	background: url(../images/homepages/h2_bg_red.png) repeat-x #990000;
	
}

#left_content_frame h3 {
	color: #980000;
	font-weight: bold;
	margin-bottom: 10px;
}

.data_wrapper {
	display: block;
	float: none;
	height: auto;
	overflow: hidden;
	margin: 5px 0 5px 0;
}


table.sprechzeiten {
	border: 4px solid #bfc0bd;
	width: 395px;
	border-spacing: 1px;
	border-collapse: separate;
}

table.sprechzeiten th {
	text-align: left;
	font-weight: bold;
	color: #fff;
	background: url(../images/homepages/h2_bg_red.png) repeat-x #990000;
	padding: 5px;
        width: 100px;
}

table.sprechzeiten td {
	text-align: left;
	font-weight: normal;
	color: #333;
	padding: 5px;
	background: #efeeef;
}


/**
*	START BOX
*/

#left_content_frame .start_box {
	
	padding: 10px;
	height: auto;
	overflow: visible;
	background: url(../images/start_news_bg.png) repeat-x #ecebeb;
	border: 4px solid #e1e1e1;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.start_box h2 {
	font-size: 16px;
	margin: 0 0 15px 0;
	color: #0095cd;
}



.start_box ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
    overflow: visible;
} 

.start_box ul li {
	display: block;
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
	background: url(../images/h_dot.png) repeat-x bottom;
    overflow: visible;
}

.start_box ul li.last {
	background: none;
	margin: 0;
	padding: 0;
}

.start_box ul li a {
	display: block;
	padding: 2px 0 2px 15px;

	color: #333;
    margin-left: -15px;
	text-decoration: none;
}

.start_box ul li a.active {
	color: #980000;
	font-weight: bold;
    background: url(../images/homepages/li_arrow.png) no-repeat 1px;
}