@charset "utf-8";
body {
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	/*background-attachment:fixed;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color:#636363;
}
a {
	text-decoration: none;
	color: #333;
}

a:visited {
	color: #333;
}

ul{
	list-style-type: disc;	
}
li{
	padding-left: 15px;	
	list-style: none;
}

h2 {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	line-height: 25px;
}
h1 {
	font-size: 24px;
	padding: 10px;
	
}

h3{
	color:#2b2f91;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
img{
	float: left;
	padding:0px 5px 5px 0px;
}

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}



.transparent_background {
	display:none;
	position:absolute;
	background-color:#FAF5AC;
	background-color:#fff;
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index:-99;
	opacity:0.6;
	border-right:2px solid #9FCEE8;
	border-left:1px solid #9FCEE8;
	height: 100%;
	filter:alpha(opacity=60);
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}
#wrapper {
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-right:1px solid #9FCEE8;
	border-left:1px solid #9FCEE8;
	-moz-box-shadow: 0px 0px 25px #aaa;
	-webkit-box-shadow: 0px 0px 25px #aaa;
	box-shadow: 0px 0px 25px #aaa;
	
}
#tuv_logo {
	background-image: url(../images/tuv.png);
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 65px;
	clear: right;
	margin-top: 15px;
	margin-right: 15px;
}
#languageNavigation{
	float:right;
	font-size: 9px;
	clear: right;
	margin-right: 10px;
}
#languageNavigation ul{
	list-style-type: none;
}
#languageNavigation ul .current_language{
	color:#666;
	font-size:10px;
}
#languageNavigation ul li{
	padding: 3px;
	float: right;	
}
#languageNavigation ul li a{
	color: #999;	
}
#header {
	overflow: auto;
}
#logo {
	background-image: url(../images/logo.png);
	float: left;
	height: 93px;
	width: 320px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
}
#navigation {
	float: right;
	width: 670px;
	margin-top: 5px;
	margin-right: 10px;
}

#navigation a {
	font-size: 10pt;
	letter-spacing:-1px;
	border-bottom:4px solid #ccc;
	padding-bottom:5px;
	padding-left:1px;
	padding-right: 0px;
	display:block;
	width: 89px;
	float:left;
	margin-right:0px;
}
#navigation a:hover {
	border-color: #0066cc;
	color: #005599;
}

#navigation ul {
	list-style-type: none;
	margin-top:10px;
}
#navigation ul li {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	
}

#breadcrumb {
	padding-left:20px;
	
}

#breadcrumb a {
	color:#888;
	text-decoration: underline;
}

#breadcrumb a:hover {
	color:#333;
}
#content {
	padding: 10px;
	overflow: auto;
}

#content #article h1 {
	color:#008ABF;
	margin-bottom: 10px;
}

#content #article p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

#content #article ul {
	margin-bottom:10px;
	margin-top:10px;
}


#content #article p img {
	margin:10px;
	border:1px solid #eee;
	padding:5px;
}
#content #article li {
	line-height: 1.5em;
	list-style: circle;
	list-style-position:inside;
	padding-left: 15px;
}
#banner {
	float: left;
	height: 285px;
	width: 740px;
	margin-right: 9px;
	position:relative;
}
#article {
	float: left;
	width: 975px;
	margin-right:5px;
	overflow: auto;
	border: 1px dotted #999;
	padding:5px;
	background-image: url(../images/article_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#article_left{
	float:left;
	width:235px;
	
}
#article_right{
	float:right;
	width:700px;
	padding:10px;
	-moz-box-shadow: -5px 0 5px -3px #999;
	-webkit-box-shadow: -5px  0 5px -3px #999;
	box-shadow: -5px 0 5px -3px #999;
}



#preface {
	float: left;
	height: 305px;
	width: 239px;
	background-image: url(../images/bg/subject_of_the_week_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#preface_header {
	background-image: url(../images/bg/subject_of_the_week_header_bg.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
}
#preface_header h1 {
	font-size: 24px;
	line-height: 50px;
	color: #008abf;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#preface h3 {
	color:#008ABF;
	font-size:12pt;
	letter-spacing:-1px;
	margin-bottom:6px;
	text-transform: uppercase;
}
#preface_body {
	padding:10px;
	height:190px;
	overflow:hidden;	
	margin-bottom:0px;
}



	

#gallery_box .box_header {
	background-image: url(../images/bg/blue_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#babies_box .box_header {
	background-image: url(../images/bg/green_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#news_box .box_header {
	background-image: url(../images/bg/red_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#poll_box .box_header {
	background-image: url(../images/bg/purple_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#units {
	padding: 5px;
	float: left;
	width: 350px;
	margin-right: 5px;
}
#units ul {

}
#units ul li{
	background-color: #000097;
	float: left;
	width: 330px;
	margin: 1px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-image: url(../images/logo_bullet_gray.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#units ul li a{
	color: #FFF;
	display: block;
}
#units .child {
	padding-left: 20px;
}
#units .child li{
	background-color: #FFF;
	float: left;
	width: 308px;
	margin: 1px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-image: url(../images/logo_bullet_gray.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px solid #000097;
}
#units .child li a {
	color: #000097;
	display: block;
}

#content_list {

}
#content_list li {
	margin-bottom: 2px;
	background-image: url(../images/logo_bullet_gray.png);
	background-repeat: no-repeat;
	min-height: 15px;
	background-position: 0px 2px;
	padding-left: 13px;
}
#content_list li:hover{
	background-image: url(../images/logo_bullet.png);

}
#content_list li a {
	color: #666;
	font-size: 11px;
}
#content_list li a:hover {
	color: #333;
}

#sub_content {
	background-image:url("../images/bg/bottom_bg3.jpg");
	color:#fff;
	height: 130px;
	padding:10px;
	border-bottom:1px solid #59ACEF;
	outline:1px solid #104A7C;
}
#sub_content a {
	color:#fff;
	line-height: 1.5em;
}
#sub_content a:hover {
	text-decoration: underline;
}
#sub_content ul {
	float:left;
	width:220px;
	
}
.box {
	float: left;
	height: 262px;
	width: 240px;
	margin-right: 10px;
	margin-top: 10px;
	background-image: url(../images/bg/box_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box_header {
	height: 25px;
	
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(../images/bg/blue_header_bg.jpg);
	background-repeat: no-repeat;
}

.box_header h2 {
	font-size:18px;
	letter-spacing: -0.5px;
}
.box_body {
	height:188px;
	padding:10px;
	overflow: hidden;
}

.box_body h3 {
	color:#008ABF;
	font-size:11pt;
	letter-spacing:-1px;
	margin-bottom:4px;
	line-height:1.1em;
	text-transform: uppercase;
}

.last {
	margin-right: 0px;
}

#babies_box .more {
	width:110px;
	font-size:8pt;
	padding: 0px;
	color:#fff;
}
.more{
	float:right;
	font-size:8pt;
	color:#fff;
	background-image: url("../images/bg/btn_bg.jpg");
	background-repeat: repeat-x;
	border:1px solid #999;
	margin-right: 10px;
	padding-left: 2px;
	padding-right:2px;
	-moz-border-radius:2px;
	text-align: center;
}

a:visited.more {
	color:#fff;
}
.doctor{
	color:#818181;
	font-size:10px;
	font-style:italic;
	margin-bottom:2px;
	line-height: 0.9em;
}
.doctors_info {
	float: left;
	height: 200px;
	width: 150px;
	padding: 3px;
	margin: 2px;
	border: 1px dotted #CCC;
	cursor: pointer;
}
.doctors_info:hover{
	background-color:#FFC;
}
.doctor_profile{
	float: left;
	width: 675px;
	padding: 10px;
	margin: 3px 3px 20px 3px;
	border: 1px dotted #CCC;
}

#footer_wrapper {
	overflow:auto;	
}
#footer{
	background-color: #003;
	height: 40px;
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #003;
	padding-bottom: 10px;
}
#email_phone {
	background-image: url(../images/email_telefon.png);
	float: left;
	height: 31px;
	width: 400px;
	margin-top: 3px;
	background-repeat: no-repeat;
}
#footer_navigation {
	float: right;
	width: 600px;
	margin-top: 20px;
	font-size: 9pt;
	letter-spacing: -1px;
}
#footer_navigation ul {
	list-style-type: none;
}
#footer_navigation ul li {
	padding: 4px;
	float: right;
}
#footer_navigation ul li a {
	color: #FFF;
	padding-right:10px;
}
#footer_navigation ul li a:hover {
	color: #aaa;
}


.baby {
	height:62px;
	float: left;
	width: 100%;
	margin-bottom: 3px;
	border-bottom:1px dotted #ccc;
}

.baby h3 {
	font-size:10pt;
	margin-bottom: 6px;
}
.baby_picture {
	margin-right:7px;
	float: left;
	height: 60px;
	width: 90px;
}
.baby_info p {
	font-size: 11px;
	line-height:0.9em;
}

.baby_picture img {	
	padding: 3px;
	-moz-box-shadow: 2px 2px 5px gray;
	-webkit-box-shadow: 2px 2px 5px gray;
    box-shadow: 2px 2px 5px gray;

	
}

.babybig {
	float: left;
	margin: 2px;
	height: 240px;
	width: 225px;
}
.babybig_picture {
	margin-bottom:5px;
	float: left;
	width: 240px;
}
.babybig_info p {
	font-size: 11px;
	line-height:12px;
}

.babybig_picture img {	
	padding: 3px;
	-moz-box-shadow: 2px 2px 5px gray;
	-webkit-box-shadow: 2px 2px 5px gray;
    box-shadow: 2px 2px 5px gray;	
}

.baby_picture .boy, .babybig_picture .boy{
	background-color:#3ac1f7;
	border: 1px solid #077EAB;
}
.baby_picture .girl, .babybig_picture .girl{
	background-color:#f984a5;
	border: 1px solid #98072F;
}
.employee_box{
	margin: 5px;
	float: left;
	height: 200px;
	width: 150px;
	border: 1px dotted #CCC;
	padding: 10px;
}
.employee_box_month {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #003;
	text-align: center;
	float: left;
	width: 94%;
	padding: 4px;
}
.employee_box_photo{
	text-align: center;
	padding: 5px;
	float: left;
	width: 94%;	
}
.employee_box_info{
	font-size: 14px;
	font-weight: bold;
	color: #006;
	text-align: center;
	padding: 3px;
	float: left;
	width: 94%;	
}
.employee_of_the_month_box{
	background-image: url(../images/smileys.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 765px;
	padding-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#employee_of_the_week_box .box_header{
	background-image: url(../images/bg/purple_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#employee_of_the_week_box .box_body #month{
	width:210px;
	background-color:#003;
	color:#FFF;
	text-align:center;
	font-size:18;
	padding:3px;
	float: left;
	border: 1px solid #003;
	margin-bottom: 5px;
}
#employee_of_the_week_box .box_body #employee_info{
	width:215px;
	background-color:#FFF;
	color:#003;
	text-align:center;
	font-size:18;
	padding:3px;
	float: left;
	font-weight: bold;
	margin-top: 5px;
}
#employee_of_the_week_box .box_body #employee_picture{
	width:140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
}
#employee_of_the_week_box .box_body #employee_picture img{
	padding:5px;
	border: 1px solid #003;
}
#contactForm{
	
}
#contactForm label{
	width:110px;
	float:left;
	
}
#contactForm input{	
	font-size:10px;
}
.unit{
	margin: 2px;
	padding: 3px;
	float: left;
	width: 150px;
	border: 1px dotted #CCC;
	height: 150px;
	cursor: pointer;
}
.unit:hover{
	background-color:#FFC;
}
.unit_image{
	height:115px;
	width:150px;
	overflow:hidden;
}
.unit_name{
	text-align:center;
	font-size: 14px;
}
.gallery{
	list-style-type:none;
}
.gallery li{
	height:185px;
	width:210px;
	border: 1px dotted #CCC;
	padding:5px;
	margin-bottom:5px;
}
.gallery li a img{
	float:none;
}


.actual_wrapper_list{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 5px;
	cursor: pointer;
}
.actual_wrapper{
	cursor:pointer;
	border-bottom: 1px solid #ccc;
	overflow: auto;
	margin-bottom: 15px;
	padding-bottom:10px;
}
.baby_left{
	margin: 5px;
	padding: 5px;
	float: left;
	width: 200px;
	overflow: auto;
}
.baby_months{
	margin: 5px;
	padding: 5px;
	float: left;
	width: 90%;	
}
.baby_month_list {
	list-style-type: none;
}
.baby_month_list li {
	margin-bottom: 2px;
	background-image: url(../images/logo_bullet_gray.png);
	background-repeat: no-repeat;
	min-height: 18px;
	background-position: 0px 2px;
	padding-left: 13px;
}
.baby_month_list li:hover{
	background-image: url(../images/logo_bullet.png);

}
.baby_month_list li a {
	color: #666;
	font-size: 14px;
}
.baby_month_list li a:hover {
	color: #333;
}
.baby_list{
	float:right;
	width:700px;
	padding:10px;
	-moz-box-shadow: -5px 0 5px -3px #999;
	-webkit-box-shadow: -5px  0 5px -3px #999;
	box-shadow: -5px 0 5px -3px #999;
}
.photo_gallery{
	
}
.photo_gallery a{
	float: left;
	height: 150px;
	width: 150px;
	border: 1px dotted #CCC;
	padding:5px;
	margin: 5px;
	background-image: url(../images/photo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-border-radius:5px;
	-moz-box-shadow: -5px 0 5px -3px #999;
	-webkit-box-shadow: -5px  0 5px -3px #999;
	box-shadow: -5px 0 5px -3px #999;
}

#photo_album_links{
	list-style-type: none;	
}
#photo_album_links li{
	padding:3px;
}

.content_gallery{
	
}
.content_gallery a{
	padding:3px;
	float:left;
	margin:3px;
	border:1px dotted #ccc;
	background-color:#FFF;
	-moz-border-radius:5px;
	-moz-box-shadow: -5px 0 5px -3px #999;
	-webkit-box-shadow: -5px  0 5px -3px #999;
	box-shadow: -5px 0 5px -3px #999;
}

