@charset 'utf-8';
@import url(reset.css);
@import url(defaults.css);

/* ----------------------------------------------------- Page layout */

body {
	background: url(../img/bgPage.png) repeat-x left top #FFF;
	font: 11px arial, helvetica, geneva, arial;
	margin: 0;
	text-align: center;
}

/*h1 {color: #8EAACC;font: 24px normal georgia,times,serif;margin: 0 0 10px 0}*/
h1 {color: #8EAACC;font-size: 16px;font-weight:bold;margin: 0 0 5px 0}
h2 {color: #8EAACC;font-size: 16px;font-weight:bold;margin: 0 0 10px 0}
h3 {color: #8EAACC;font-size: 14px;font-weight:bold;margin: 0 0 5px 0}
h4 {color: #8EAACC;font-size: 12px;font-weight:bold;margin: 0 0 5px 0}
h5 {}
h6 {}
p {}
a	{outline:none;}
strong {background-color:#FFF;color: #333;font-weight:bold;}
.s {font-size:10px;}

a:link {background-color: transparent;color: #999;text-decoration: none;}
a:visited {background-color: transparent;color: #999;text-decoration: none;}
a:focus {background-color: transparent;color: #999;outline: 1px dotted #999;text-decoration: none;}
a:hover {background-color: transparent;color: #184972;text-decoration: none;}
a:active {background-color: transparent;color: #184972;outline: 1px dotted #999;text-decoration: none;}

.mehrLink {background: url(../img/iconPfeil.png) no-repeat 2px 4px;padding: 0 0 0 11px;}
.leftAlign {float: left;margin: 0 5px 5px 0;}
.rightAlign {float: right;margin: 0 0 5px 5px;}

#wrapper {
	background-color: #FFF;
	border: 1px solid #BCC4Cf;
	margin: 8px auto;
	text-align: left;
	width: 910px;
}

#header {margin-left: 10px;width: 890px;}

#headerdeko {border-bottom: 1px solid #FFF;}

#topnav {font-size:10px;margin: 5px 0 0 0;text-transform: uppercase;}
#topnav a.current {font-weight: bold;color: #184972;}
#topnav #topnavLeft {float: left;}
#topnav #topnavLeft li {display: inline;padding: 0 10px 0 0;}
#topnav #topnavRight {float: right;}
#topnav #topnavRight li {display: inline;padding: 0 0 0 10px;}


#mainNav {
	background: url(../img/mainnavNormal.png) no-repeat 0 0;
	border-top: 3px solid #184972;
	height: 70px;	
	width: 890px;
}

#mainNav ul li { float: left;list-style-type: none; }

#mainNav ul li a {display: block;height: 70px;text-indent: -5000px;}

#mainNav ul li#navLasik a {width: 220px;padding-right:1px;}
#mainNav ul li#navMethoden a {width: 223px;padding-right:1px;}
#mainNav ul li#navKlinik a {width: 219px;padding-right:1px;}
#mainNav ul li#navService a {width: 225px;}

#mainNav ul li#navLasik a:hover {background: url(../img/mainnavHover.png) no-repeat 0 0; }
#mainNav ul li#navMethoden a:hover {background: url(../img/mainnavHover.png) no-repeat -221px 0; }
#mainNav ul li#navKlinik a:hover {background: url(../img/mainnavHover.png) no-repeat -445px 0; }
#mainNav ul li#navService a:hover {background: url(../img/mainnavHover.png) no-repeat -665px 0; }

#mainNav ul li#navLasik a#current {background: url(../img/mainnavCurrent.png) no-repeat 0 0;}
#mainNav ul li#navMethoden a#current {background: url(../img/mainnavCurrent.png) no-repeat -220px 0;}
#mainNav ul li#navKlinik a#current {background: url(../img/mainnavCurrent.png) no-repeat -445px 0;}
#mainNav ul li#navService a#current {background: url(../img/mainnavCurrent.png) no-repeat -665px 0;}

#content {margin:1px 0 10px 10px;width: 890px;}

#leftNav {
	border-right: 1px solid #E1E1E1;
	/*border-bottom: 1px solid #E1E1E1;*/
	float: left;
	width: 220px;
}

.leftContainer {
	background: url(../img/bgBoxen.png) repeat-x left bottom;
	padding-bottom: 15px;
	width: 219px;
}

.leftContainer h2, .leftContainer h3 {
	color: #807E7E;
	font-size: 14px;
	font-weight: normal;
	padding: 14px 0 7px 14px;
}

.rightContainer h3 {
	color: #807E7E;
	font-size: 14px;
	font-weight: normal;
	padding: 14px 0 7px 14px;
}

.infoPic {
	margin-left: 14px;
}

#contentRight {
	float: right;
	width: 655px;
}
#contentRight #mainCol_1 ul, #mainCol_2 ul {
	background: url(../img/bgBoxen.png) repeat-x right bottom;
	margin: 10px 1px;
	width: 250px;
	
	}
#contentRight li {background: url(../img/iconPfeil.png) no-repeat 3px 7px transparent;
	color: #807E7E;
	font-weight: bold;
	padding: 3px 0 3px 15px ;
}

#mainCol_1 {
	float:left;
	font-size: 12px;
	line-height: 18px;
	margin: 12px 0 10px 0;
	width: 410px;
}

#mainCol_1 p, #mainCol_2 p {
	margin: 0 0 1.0em 0;
	text-align: justify;
}

.#mainCol_1 .imgDeko {
	margin: 0 0 10px 0;
}

#mainCol_2 {
	font-size: 12px;
	line-height: 18px;
	margin: 12px 0 10px 0;
	width: 650px;
}

#mainCol_2 .colLeft {
	margin-right: 20px;
	width: 310px;
}

#mainCol_2 .colRight {
	width: 310px;
}

#breadcrumbs {
	border-bottom: 1px solid #E1E1E1;
	color: #A6A6A6;
	font-size: 11px;
	margin: 2px 0 20px 0;
}

#breadcrumbs li {
	float: left;
	padding-right: 10px;
}

#breadcrumbs li a {
	background: url(../img/iconPfeil.png) no-repeat 0 4px transparent;
	padding-left: 10px;
}

#breadcrumbs li a:hover {
	background: url(../img/iconPfeil2.png) no-repeat 0 4px transparent;
	padding-left: 10px;
}

#rightNav {
	border-left:  1px solid #E1E1E1;
	float: right;
	width: 224px;
}

.rightContainer {
	background: url(../img/bgBoxen.png) repeat-x right bottom;
	margin-left: 1px;
	width: 223px;
}


/* Boxen links und rechts */


.quicklinks {margin-left: 14px;}
.quicklinks li {font-weight: bold;line-height: 24px;padding-left: 20px;}
.quicklinks li#rueckruf {background: url(../img/iconPhone.png) no-repeat 0 3px transparent;}
.quicklinks li#infomaterial {background: url(../img/iconInfos.png) no-repeat 0 4px transparent;}
.quicklinks li#anfrage {background: url(../img/iconAnfrage.png) no-repeat 0 6px transparent;}
.quicklinks li#team {background: url(../img/iconTeam.png) no-repeat 0 6px transparent;}
.quicklinks li#quicktour { background: url(../img/iconQuicktour2.png) no-repeat  0 transparent;}
.quicklinks li#imagefilm { background: url(../img/iconsImagefilm.gif) no-repeat  0 transparent;}

.pluspunkte {margin: 0 7px 0 14px;padding-bottom: 10px;}
.pluspunkte li {
	background: url(../img/iconStern.png) no-repeat 0 5px transparent;
	color: #666;
	font-weight: bold;
	padding: 3px 0 3px 15px ;
}

.kontaktinfo {margin-left: 14px;padding-bottom: 10px;}
.kontaktinfo li {
	background: url(../img/iconPfeil.png) no-repeat 3px 7px transparent;
	color: #999;
	font-weight: bold;
	padding: 3px 0 3px 15px ;
}

.qualitaetsgarantie {margin: 0 7px 0 14px;padding-bottom: 10px;}

.newsShortcut {margin: 0 7px 0 14px;padding-bottom: 10px;}
.newsShortcut h3 {color: #8EAACC;font-weight: bold; font-size: 11px;margin: 0 0 8px 0;padding:0;}

.leftContainer, .rightContainer  {
	border-bottom: 1px solid #E1E1E1;
}

/* Footer mit Abschlussbogen, Kontaktinfos und Printpage */

#footer {
	background: url(../img/bgFooter.png) no-repeat left bottom transparent;	
	border-top: 1px solid #E1E1E1;
	color: #A3A3A3;
	height: 90px;
	margin:1px 0 10px 10px;width: 890px;
}

#footer ul {margin: 8px 0 0 5px;}
#footer li {float: left;}
#footer li.fact_1 {border-right: 1px solid #E1E1E1;width: 137px;}
#footer li.fact_2 {border-right: 1px solid #E1E1E1;margin-left: 24px;width: 137px;}
#footer li.fact_3 {border-right: 1px solid #E1E1E1;margin-left: 24px;width: 175px;}
#footer li.printPage {background: url(../img/iconPrint.png) no-repeat 25px 0 transparent;margin-left: 24px;width: 175px;}

/* Seitenabschluss */

#eof {
	color: #A3A3A3;
	font-weight: bold;
	margin: 5px auto;
	padding-bottom: 15px;
	text-align: left;	
	width: 890px;
}

#eof p {
	background: url(../img/iconLogo.png) no-repeat 0 0 transparent;
	padding-left: 35px;
}

#formul label { width: 19em; margin: 5px 0; display: block; float: left; }
#formul input { width: 300px; margin: 3px 0;	border: 1px solid #A3A3A3;	background: white; padding: 3px 3px;}
#formul .textKurz { width: 60px;}
#formul .captcha { width: 60px;}
#formul textarea { width: 300px; margin: 3px 0;	border: 1px solid #A3A3A3; background: white; padding: 3px 3px;}
#formul .button { margin: 10px 0 10px 230px; background-color: #cccccc; width: 210px}
#formul select { width: 310px; margin: 3px 0;	border: 1px solid #A3A3A3;	background: white; padding: 3px 3px;}

#activeLink {background-color: transparent;color: #184972;text-decoration: none;}

table {text-align: left; margin: 0 10px 10px 0;}
table td {border: 1px solid #cccccc; padding: 5px; font-size: 0.9em; vertical-align: top}
table th {border: 1px solid #cccccc; padding: 5px; font-size: 0.9em; font-weight: bold}

.error { color:#900; font-weight:bold; display:inline}