﻿/*
	CSS Document
	ABo Webdesign, Andreas Bohrmann

	Kunde: Zentrum für Familienmedizin | www.zentrum-fuer-familienmedizin.de
	Datum: 25.06.2011
	Letzte Änderung: 03.01.2012

*/

/* Reset Import */

@import url(reset.css);

/* Allgemeines */

html { height: 100%; }

body {
	background: url(../images/background.png) #e9e9e9 center top repeat-y;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #333; 
}

/* Layout */

#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 523px;
	height: 180px;
	padding: 0 10px;
	color: #333;
	margin:  20px ;
}

#header h1 { width: 522px; text-align: left; font-size: 25px; font-weight: bold; color: #047ec7; margin-top: 40px; padding-bottom: 5px; background: url(../images/line-double-red.gif) left bottom repeat-x;  }
#header p {  font-size: 17px; line-height: 22px; color: #047ec7; text-align: right; margin-bottom: 40px; }
#header p span { display: block; font-size: 14px; line-height: 18px; color: #333; }
#logo { float: right; width: 220px; height: 152px; top: 20px; left: 400px; }

ul#navi { width: 940px; clear: both; }
ul#navi li { width: 240px; height: 30px; float: left; text-align: center; }
ul#navi li.start { width: 220px; }
ul#navi li.start a { display: block; width: 220px; height: 30px; line-height: 30px; margin-top: 10  px; color: #fff; text-decoration: none; }
ul#navi li a { display: block; width: 240px; text-decoration: none; color: white; }
ul#navi li a img {
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
ul#navi li:hover a img, ul#navi li.active a img {
	ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
ul#navi li a span { 
	display: block;
	width: 240px; 
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: #047ec7;
}
ul#navi li.start a span { width: 220px; }
ul#navi li.active a span, ul#navi li:hover a span { background: #024f7d; }
ul#navi li a span.last { width: 240px; }

#breadcrumbs { margin-top: 15px; }
#breadcrumbs img { margin-right: 3px; }	
#breadcrumbs a { color: #999; text-decoration: none; }
#breadcrumbs a:focus, #breadcrumbs a:hover, #breadcrumbs a.active { color: #009036; text-decoration: none; }

#site {
	width: 940px;
	min-height: 400px;
	margin: 30px auto 50px auto;
}

#site h7 { font-size: 14px;  color: #024f7d; margin-bottom: 25px; }



#subnavi { width: 150px; margin-top: 30px; float: left; }
#subnavi ul { }
#subnavi ul li { width: 150px; height: 30px; text-align: left; background: url(../images/line-blue.png) left bottom repeat-x; }
#subnavi ul li a { display: block; width: 150px; height: 30px; line-height: 30px; font-size: 14px; color: #024f7d; text-decoration: none; padding-left: 20px; }
#subnavi ul li.active a, #subnavi ul li a:hover { text-decoration: none; background: url(../images/arrow-red.png) 5px center no-repeat; }

#content { width: 720px; padding: 0 20px; margin-top: 30px; float: left;  }
#content.start { width: 440px; }

#content h2 { font-size: 16px; font-weight: bold; color: #024f7d; margin-bottom: 25px; }
#content h3 { font-size: 12px; font-weight: bold; color: #024f7d; margin-bottom: 10px; margin-top: 15px; }
#content p { font-size: 12px; color: #333; line-height: 16px; margin-bottom: 10px; }
#content ul { margin-bottom: 10px; margin-left: 20px; }
#content ul li { font-size: 12px; line-height: 18px; padding-left: 13px; background: url(../images/reddot.png) left 7px no-repeat; }
#content a { color: #047ec7; text-decoration: none; }
#content a:focus, #content a:hover { text-decoration: underline; }

#content table { margin-bottom: 10px; }
#content table td { text-align: left; font-size: 12px; }
#content table.anfahrt td { width: 120px; padding-bottom: 3px; }

#content2 { width: 800px; padding: 0 20px; margin-top: 30px; float: left;  background-color: white;  }

#content2 h2 { font-size: 16px; font-weight: bold; color: #024f7d; margin-bottom: 25px; }
#content2 h3 { font-size: 12px; font-weight: bold; color: #024f7d; margin-bottom: 10px; margin-top: 15px; }
#content2 p { font-size: 12px; color: #333; line-height: 16px; margin-bottom: 10px; }


#content2 ul { margin-bottom: 10px; margin-left: 20px; }
#content2 ul li { font-size: 12px; line-height: 18px; padding-left: 13px; background: url(../images/reddot.png) left 7px no-repeat; }
#content2 a { color: #047ec7; text-decoration: none; }
#content2 a:focus, #content a:hover { text-decoration: underline; }



#sidebar { width: 240px; float: left; margin-top: 30px;  }

.box { 
	width: 240px; 
	background: #e9e9e9; 
	position: relative; 
	margin-bottom: 20px; 
	-moz-box-shadow: 4px 4px 5px #acacac;
	-webkit-box-shadow: 4px 4px 5px #acacac;
	box-shadow: 4px 4px 5px #acacac;
}
.box h2 { width: 220px; height: 30px; line-height: 30px; background: #047ec7; color: #fff; font-size: 14px; padding-left: 20px; margin-bottom: 20px; }
.box h3 { font-size: 12px; font-weight: bold; margin-bottom: 10px; padding-left: 20px; }
.box p { padding: 0 20px 20px 20px; font-size: 12px; line-height: 16px; color: #333; }
.box table { padding-left: 20px; margin: 0; padding-top: 0; }
.box table td { padding-right: 5px; padding-bottom: 5px; }

#content ul.aerzte-start { margin-left: 0; }
#content ul.aerzte-start li { width: 210px; margin-right: 20px; padding-left: 0; float: left; background: none; font-size: 13px; line-height: 20px; }

#content ul.aerzte { margin-left: 0; }
#content ul.aerzte li { font-size: 13px; line-height: 18px; margin-bottom: 5px;  }

#content ul.team { margin-left: 0; margin-top: 30px; }
#content ul.team li { width: 400px; padding: 10px; background: url(../images/line-dotted.gif) left bottom repeat-x; margin-bottom: 10px; }
#content ul.team li.leader { background: #047ec7; }
#content ul.team li img { float: left; margin-right: 10px; }
#content ul.team li h3 { margin-top: 10px; margin-bottom: 5px; }
#content ul.team li.leader h3 { color: #fff; }
#content ul.team li.leader p { color: #fff; }
#content ul.team li.leader a { color: #fff; font-weight: bold; }
#content ul.team li p.link { margin-top: 30px; }
#content ul.team .fachgebiete { overflow: hidden; }
#content ul.team ul { margin-bottom: 10px; margin-left: 10px; }
#content ul.team ul li { width: auto; height: auto; font-size: 12px; line-height: 18px; padding: 0 0 0 13px; background: url(../images/reddot.png) left 7px no-repeat; margin-bottom: 3px; }
#content ul.team li.leader ul li { color: #fff; }

#content ul.galerie { margin-left: 0; }
#content ul.galerie li { float: left; margin-right: 10px; padding-left: 0; background: none; }
#content ul.galerie li img { border-bottom: 5px solid #047EC7; padding-bottom: 2px; }

.box img.phone { position: absolute; top: -10px; right: 10px; }
.box img.harken { position: absolute; top: -10px; right: 10px; }
.box img.emergency { position: absolute; top: -10px; right: 10px; }

#footer { width: 920px; min-height: 160px; margin: 0 auto; padding: 10px; background: url(../images/footer-verlauf.gif) left top repeat-x; }
#footer address { float: left; font-size: 11px; line-height: 17px; color: #fff; }
#footer p { float: right; text-align: right; font-size: 11px; line-height: 17px; color: #fff; }
#footer p a { color: #333; text-decoration: none; }
#footer p a:hover, #footer p a:focus { text-decoration: underline; }


/* Kontaktformular */

form { margin-top: 30px; margin-bottom: 15px; }
form fieldset { border: 0; background: url(../images/line-dotted.gif) left bottom repeat-x; margin-bottom: 10px; padding-bottom: 10px; }
form p { clear: both; }
form label { display: inline-block; width: 150px; color: #024f7d;; margin-right: 10px; float: left; }
form input.long { 
	width: 250px; 
	height: 25px;
	/*-moz-border-radius: 7px; 
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;*/
	border: 1px solid #047ec7; 
}
form textarea { 
	width: 250px; 
	/*-moz-border-radius: 7px; 
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;*/
	border: 1px solid #047ec7;
}
form select { border: 1px solid #047ec7; }

#content span.stern { color: #ff0000; }

/* SPECIAL CLASSES */
/*#################*/

.left { float: left; }

.right { float: right; }

.imgtextleft {
	border: 1px solid #015da8;
	padding: 3px;
	margin-right: 10px;
	float: left;
}

.last {
	padding-right: 0;
	margin-right: 0 !important;
	border-right: 0 !important;
}

strong { font-weight: bold; }

.error { font-weight: bold;	color: #ff0000; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear { clear: both; }
