html {		height: 100%; margin: 0; padding: 0;
			width: 100%; }

body {		background-color: #faeed9;
			font-family: Trebuchet MS, sans-serif;
			font-size: 62.5%;
			color: #333; 
			margin: 0 auto; padding: 0;
			height: 100%; width: 100%;
			text-align: center;
			
			}

#main_oben {		height: 173px;
				background-color: #fff;
			}
			
#header{	width: 948px; height: 173px;
			margin: 0 auto; padding: 0;
			text-align: left;	
			background-color: #fff;
			overflow: hidden;
			
}	
#logo{		margin: 0 0 0 17px;
			float: left;}

#bildleiste {	display: none;
}
	
#centerbox {		clear: both;
				margin: 0 auto; padding: 0; 
				text-align: left;
				}

#column_left{	float: left;
				width: 228px;
				padding: 0; margin: 0;
				}

#column_right{	margin: 0 0 0 228px;}

#content{		width: 80%;
				font-size: 12pt;
				color: #000;
				margin: 0 0 0 40pt; padding: 0;
		}

#facharzt {		color: #d47800;
				text-align: center;
				font-size: 1.4em;
				font-weight: normal;
				font-family: Arial;
				width: 171px;
				margin: 0 0 0 17px;
				}

.box_seite{		width: 228px;
				background-color: #fcf5e8;}

.border_box{	height: 1px; width: 228px;
				background-image:none;
				background-repeat: repeat-x;}
				
.text_seite{	padding: 8px 0 8px 13px;
				font-size: 16px;
				color: #7bc1ef;
				line-height: 24px;}
				
.ord{		font-size: 14px;
			font-weight: bold;}
			
h1 {			font-size: 16pt;
			margin: 0;
			color: #7bc1ef;
			padding: 0;
			background-image: none;
			}
			
h2 {			font-size: 14pt;
			padding: 0;
			margin-top: 30px;
			color: #7bc1ef;
			background-image: none;
			}
			
h3 {		
			}

p{		line-height: 20px;
		margin: 15px 0 0 0;}
		
p.seite{	font-size: 12px;
			color: #999;
			line-height: 15px;
			margin: 6px 0 6px 0;}
			

strong {	font-weight: normal;}

address {	font-style: normal;}

a#other:link {	text-decoration: none; color: #d47800; font-size: 12px; font-weight: bold;}
a#other:visited {	text-decoration: none; color: #d47800; font-size: 12px; font-weight: bold;}
a#other:hover {	text-decoration: none; color: #d47800; font-size: 12px; font-weight: bold;}
a#other:active {	text-decoration: none; color: #d47800; font-size: 12px; font-weight: bold;}
a#other:focus {	text-decoration: none; color: #d47800; font-size: 12px; font-weight: bold;}

a:link {	text-decoration: none; }
a:visited {	text-decoration: none; }
a:hover {	text-decoration: none; }
a:active {	text-decoration: none; }
a:focus {	text-decoration: none; }


#main_nav {
	display: none;
}

*+html #main_nav { margin-top: -30px;} /*IE, alle Versionen */


#main_nav li {
	list-style-type: none;
	display: block;
	border-right: 1px dotted #fff;
	float:left;
}
#main_nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	padding: 3px 12px 0 12px;
	display: block;
	height:20px;
	float:left;
}
#main_nav a:hover, #main_nav #main_nav_aktiv {
	color: #fff;
	background: #db8d00;
}
