body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100,1%;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	background-color: #d3d7d8;
	background-image: url(../backs/back.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	margin: 20px auto 0;
	padding: 0;
	height:auto;
	width:900px;
}
#header {
	margin: 0px;
	height: 140px;
	width: 898px;
	background-color: #FFFFFF;
	clear: right;
	overflow:hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
}
#header_container_left {
	float: left;
	clear: left;
	width: 320px;
	height: 140px;
}
#header_container_right {
	float: right;
	clear: right;
	padding-top: 15px;
	padding-right: 15px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #365143;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	color: #365143;
	font-weight: normal;
}
P {
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 12px;
}
.hide {
	position: absolute;
	left: -1000px;
	top: -1000px;
}
#maindoc {
	width: 900px;
	z-index: 6;
	background-color: #FFFFFF;
}
#leftcol {
	float: left;
	height:100%;
	width: 172px;
	margin: 0px;
	background-color: #FEFECE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
#navigation {
	float:left;
	padding: 25px 0 0 20px;
	text-align: left;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	margin: 0;
	padding-top: 4px;
	padding-bottom: 5px;
}
#navigation a{
	display: block;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	padding: 1px 2px;
	width: 148px;
	font-weight: bold;
}
#navigation a:hover{
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
}
#active a{
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#navigation a:visited{
	font-size: 13px;
	color: #666666;
	padding: 1px 2px;
	font-weight: bold;
}
#navigation li li{
	padding-left: 30px;
}
#navigation li li a{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	width: 118px;
}
#navigation li li a:hover {
	font-size: 12px;
	color: #666666;
}
#subactive a{
	font-size: 12px;
	color: #FF0000;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#navigation li li a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#content {
	float:left;
	margin: 0;
	width: 555px;
	font-size: 0.83em;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
}
#content_container {
	width: auto;
	overflow:visible;
	text-align: left;
	padding-right: 15px;
	padding-left: 20px;
	margin-top: 25px;
}
#content_team {
	width: auto;
	overflow:visible;
	text-align: center;
	margin-top: 10px;
	padding-left: 30px;
}
#rightcol {
	float: right;
	height:100%;
	width: 170px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
#rightcol_container {
	float: right;
	width: 169px;
	margin: 0px;
	font-size: 0.83em;
	color: #000000;
	background-color: #DDDDDD;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-left-color: #FF0000;
}
#rightcol_team {
	float: right;
	height:100%;
	width: auto;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	float:left;
	height: 25px;
	width: 898px;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align:right;
	color: #000000;
	border: 1px solid #FF0000;
	overflow:hidden;
}
#footer_container_left {
	float:left;
	padding-left:10px;
	padding-top: 5px;
}
#footer_container_right {
	float:right;
	padding-right:30px;
	padding-top: 5px;
}
a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #E7E2E2;
}
a:active {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a:focus {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
big {
	font-size: 14px;
	color: #365143;
}
small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#footer a{
	font-size: 11px;
}
#footer a:hover{
	font-size: 11px;
	background-color: #FFFFFF;
}
#footer a:visited{
	font-size: 11px;
}
#tmg ul {
	list-style-type: none;
}
#tmg li {
	padding-bottom: 4px;
	padding-top: 4px;
	text-indent: -38px;
}
#team {
	background-color: #89A8C6;
	color: #003366;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
	font-weight: bold;
}
#behandlung {
	background-color: #CCCCCC;
	color: #FFFFFF;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
	font-weight: bold;
}
#termin {
	width: 500px;
	margin-top: 40px;
}
.kfomenu {
	color: #FF0000;
	background-color: #FFFFFF;
	width: 148px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

