html{ height:90%;}

* {
	font-size: 12px;
	font-family: verdana;
	padding: 0px;
	margin:0px;
	color: #006699
}

body { 
	text-align: center; 
	margin-top: 30px;
}


#nest {
	width:750px;
	height:618px;
	border: 1px solid #336699;
	background-image:url(bg3.gif);
	   position: relative;
	   margin-left: auto;
   margin-right: auto;
   text-align: left;
}

#navigation {
	width:177px;
	float:left;
	padding-top:20px;
	background-color:#eee;
}
#contentNest {
	float:right;
	width:558px;
	background-color:#FFF;
	height:496px;
	overflow:auto;
	background:  #fff url(header-grafik2.jpg) no-repeat -192px 0px !important;
	background:  #fff url(header-grafik2.jpg) no-repeat -190px 0px;
	background-attachment: fixed;
	
}
#mainContent {
	padding:5px 5px 10px 0px;
	line-height:135%;
}

.ce-box {
	padding-bottom:10px;
}

#header {
	width:750px;
	margin:0px auto;
	height:40px;
	background:  #fff url(header.gif) no-repeat 5px 0px;
	margin-bottom:-0px;
	display:none;
}
#header2 {
	background:  #fff url(header-grafik.jpg) no-repeat 0px 0px;
	height:120px;
	border-bottom:1px solid #006699;
}


#footer {
	width:750px;
	margin:0px auto;
	text-align:right;
	padding-right:30px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	font-size:11px;
	text-decoration:none;
	color: #003366;
}

.hide {
	display:none;
}

a:link, a:visited, a:hover, a:active {
	color:#003366;
}
a:hover {
	text-decoration:underline;
}


h1 {
	font-size:16px;
	padding:8px 0px 2px 0px;
	font-weight:bold;
}

blockquote { margin-left:15px; }


#mainContent ul , #mainContent li {
margin-left:10px;
}
#mainContent ol { margin-left:20px; }

.facharzt { margin:10px 0; }

input, textarea {
	border:1px solid gray; 
	margin-bottom:5px;
	margin-left:5px;
}