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

body {
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20px;
}

a, a:visited {
	color: #FF9900;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

h2 {
	color: #FF9900;
	margin: 0 0 20px;
}

h3 {
	color: #FF6600;
	margin: 0 0 6px;
	font-size: 10.5pt;
}

table {
	width: 100%;
}

table .head {
	border-bottom: 1px solid #c4c4c4;
}

blockquote {
	margin-left: 0;
}

#header {
	padding: 10px 5px 10px 35px;
	border-bottom: 1px solid #ccc;
	float: left;
	
	width: 800px;
	margin-bottom: 20px;
}

#navigation {
	float: right;
	display: inline;
	list-style: none;
	margin-top: 20px;
}

img.logo {
	display: inline;
	float: left;
}

#navigation li {
	padding: 0;
	margin: 0;
	float: left;
}

#navigation li a {
	padding: 2px 6px;
	margin: 0 0 0 8px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#navigation li a:hover {
	color: #666;
}

#navigation li a.active {
	background: #FF9900;
	color: #FFF;
}

#content {
	clear: both;
	padding: 10px 5px 10px 35px;
	
	width: 800px;
}

.infobox {
	/*float: right;*/
	padding: 6px;
	width: 260px;
	/*margin-bottom: 5px;*/
	line-height: 17px;
	
	border: 1px solid #ccc;
	border-bottom: none;
	background: #f2f2f2;
}

.infobox.auge {
	background: url(grafik-infobox-augendiagnose.jpg) top right no-repeat;
}

.infobox-wrapper .abstand { margin-bottom: 10px; }

.infobox h3 {
	font-size: 10pt;
	margin: 0;
	color: #000;
}

.infobox p {
	font-size: 9pt;
}

.infobox em {
	background: url(calendar.gif) 1px 2px no-repeat;
	padding-left: 16px;
	font-size: 8.5pt;
}

.infobox .newsitem {
	margin-bottom: 14px;
}

.infobox-bottom {
	background:url(boxbg.jpg) center bottom no-repeat;
	width: 274px;
	height: 15px;
	/*float: right;*/
}

*html .infobox-bottom {
	margin: 0;
	margin-top: -5px;
}

.infobox-wrapper {
	position: fixed;
	left: 561px;
}

.left {
	float: left;
	width: 500px;
	min-height: 400px;
}

#footer {
	clear: both;
	padding: 5px 5px 5px 35px;
	border-top: 1px solid #ccc;
	background: #f2f2f2;
	color: #666;
	
	width: 800px;
	
	font-size: 7pt;
}

.overview {
	margin: 0;
	padding: 0;
	list-style: none;
}

.overview li {
	margin: 0 0 6px;
	padding: 0 0 0 15px;
	background: url(arrow_mini_right.gif) 1px 4px no-repeat;
}

.overview li a {
	text-decoration: none;
}

.overview li a.active {
	font-weight: bold;
	text-decoration: none;
}

a.read {
	padding: 4px 8px 4px 25px;
	background: #f2f2f2 url(sound_on.gif) 8px 7px no-repeat;
	text-decoration: none;
}

a.read:hover {
	background: #E6E6E6 url(sound_on.gif) 8px 7px no-repeat;
}

.contactform label {
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
	padding-top: 1px;
}

.contactform input[name=name],
.contactform input[name=tel],
.contactform input[name=email] {
	padding: 3px;
	width: 260px;
	
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.contactform input:focus,
.contactform textarea:focus {
	background: #f2f2f2;
}

.contactform textarea {
	padding: 3px;
	width: 389px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.contactform div {
	display: block;
	margin-bottom: 10px;
}

.error {
	color: #CC0000;
	background: url(warning.gif) 1px 6px no-repeat;
	padding-left: 16px;
	margin-left: 100px;
}

.img {
	position: relative;
	display: block;
	margin-bottom: 18px;
}

.imgcap {
	display: block;
	position: absolute;
	padding: 3px 6px;
	bottom: 0;
	right: 0;
	
	color: #FFFFFF;
	font-size: 8pt;
	background: url(img-overlay.png);
}

*+html .imgcap { /* Fehler in IE7 beheben */
	bottom: 3px;
}

*html .imgcap {
	position: static;
	color: #000;
	background: #f2f2f2;
	background-image: none;
}

a.fullsize {
	padding-left: 16px;
	background: url(magnify_plus.gif) 1px 1px no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

a.fullsize:hover {
	text-decoration: underline;
}

p.skip {
	display: none;
}