/* BEGIN defaults */

* { margin:0; padding:0 }
html { overflow-y:scroll; }
body,table {
	font-family:Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#666;
}

ol, ul { list-style:none; }
table { border-collapse:collapse; }
a { text-decoration:none; }
a:hover { text-decoration:none; color:#999; }
img { border:none; }

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* END defaults */

body { background:url('../images/header.png') #eeeeee left top repeat-x; }
a { color:#009ede; }

header {
	display:block;
	position:relative;
	margin:0 auto;
	width:960px;
	height:120px;
	background:url('../images/logo.png') left 19px no-repeat;
}

nav#nav-languages { position:absolute; right:0; top:19px; }
	nav#nav-languages ul {}
		nav#nav-languages ul li { display:inline; float:left; margin-left:5px; }
			nav#nav-languages ul li a {
				display:block; width:100px; height:24px; line-height:22px;
				background:url('../images/language.png') left top no-repeat;
				text-align:center;
				color:#b6b6b6;
			}
			nav#nav-languages ul li a:hover {
				text-decoration:none;
				color:#fff;
				background-position:0 -24px;
			}
nav#nav-main { position:absolute; right:0; bottom:19px; font-size:18px; line-height:1em; }
body#ru nav#nav-main { font-size:14px !important; }
	nav#nav-main ul {}
		nav#nav-main ul li { display:inline; padding:0 10px; border-right:1px solid #ccc; }
		nav#nav-main ul li:last-child { padding-right:0; border-right-width:0; }
			nav#nav-main ul li a { color:#b6b6b6; }
			nav#nav-main ul li a:hover,
			nav#nav-main ul li.active a { color:#009ede; text-decoration:none; }

div#content-bg { background-color:#fff; }

section#content {
	width:968px;
	margin:0 auto;
	display:block;
	padding-top:16px;
	min-height:300px;
}
	section#teaser-intro {
		display:block;
		width:940px;
		height:300px;
		padding:4px 14px;
		background:url('../images/teaser.png') left top no-repeat;
		margin-bottom:19px;
		overflow:hidden;
	}
	
section#teaser-intro .csc-textpic-single-image { padding-top:10px; }
		#slideshow { width:940px; height:280px; margin-top:10px; }
		#teaser-inner { position:relative; overflow:hidden; }
		#teaser-intro ul {
			padding:10px 0 0 0; width:940px; height:280px;
			list-style:none;
			position:relative;
			overflow:auto;
		}
		#teaser-intro ul li {
			float:left;
			height:280px;
			width:313px;
			overflow:hidden;
			padding:0;
			cursor:pointer;
			display:block;
		}
		.slider-field {
			float:left;
			background:url('../images/sliders.png') left top no-repeat;
			width:60px;
			height:280px;
			cursor:pointer;
		}

			#babynet-galerie .slider-field:hover { background-position:0 -280px; }
			#babynet-galerie .slider-field { background-position:0 0; }
			#babynet-galerie .slider-content { background:url('../images/slider.babynet.jpg') left top no-repeat; }
			#virtueller-rundgang .slider-field:hover { background-position:-60px -280px; }
			#virtueller-rundgang .slider-field { background-position:-60px 0; }
			#virtueller-rundgang .slider-content { background:url('../images/slider.tour.jpg') left top no-repeat; }
			#gesundheitszentrum .slider-field:hover { background-position:-120px -280px; }
			#gesundheitszentrum .slider-field { background-position:-120px 0; }
			#gesundheitszentrum .slider-content { background:url('../images/slider.clinic.jpg') left top no-repeat; }

		.slider-content { height:280px; width:760px; margin-left:60px; position:relative; }
		section#content .slider-content h2 {
			font-family: Georgia;
			font-size: 30px !important;
			color:#009ede !important;
			position:absolute;
			text-align:right;
			background-image:url('../images/surface.75.png');
			left:0; bottom:10px; line-height:40px;
			height:80px;
			padding:10px 20px 10px 0;
			width:740px;
		}
			section#content .slider-content h3 {
				font-family: Georgia;
				font-size: 20px !important;
				color:#666 !important;
				position:absolute;
				text-align:right;
				background-image:url('../images/surface.65.png');
				left:0; bottom:10px; line-height:26px;
				height:80px;
				padding:10px 20px 10px 0;
				width:740px;
				font-weight:normal;
			}
	
	#sidebar {
		float:left;
		width:200px;
		margin-left:14px;
	}
	
		#sidebar ul {}
			#sidebar ul h3 { font-weight:normal; border-bottom:2px solid #e5e5e5; padding-bottom:4px; color:#b6b6b6; }
			#sidebar ul li { border-bottom:1px solid #eee; padding:3px 0; }
	
	#content article { padding:0; float:right; width:715px; margin-right:4px; }

	#content p,
	#content ol,
	#content ul,
	#content table,
	#content blockquote,
	#content dl,
	#content fieldset { margin-bottom:1em; }
	
	article ul { padding-left:15px; list-style-type:disc; margin-left:10px; }
	article ul li {}

	#content h1 { margin-bottom:.4em; font-weight:normal; font-size:26px; color:#009ede; line-height:30px;}
	#content h2 { margin-bottom:.4em; font-weight:normal; font-size:20px; color:#009ede; }
	#content h3 { margin-bottom:.4em; font-weight:bold; font-size:16px; color:#009ede; }
	
	#content article table td { padding-right:10px; vertical-align:top; }
	
	div.content { margin-bottom:20px; }

footer {
	width:960px;
	clear:both;
	border-top:2px solid #eee;
	display:block;
	margin:0 auto;
	color:#9d9d9d;
	background-color:#eeeeee;
	font-size:11px;
	line-height:14px;
}

	footer a { color:#5b5b5b; }

#content article .csc-textpic img {
	-moz-box-shadow:0 0 4px #ddd;
	-webkit-box-shadow:0 0 4px #ddd;
	border:5px solid white;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}

#content .csc-textpic-intext-right dl { padding-left:20px; }
#content .csc-textpic-intext-left dl,
#content .csc-textpic-intext-left-nowrap dl { padding-right:20px; }


#content .csc-textpic-intext-left img {
	float:left;
	margin:1px 10px 0 0;
}

#content img.floatleft-noborder {
	float:left;
	margin:1px 10px 0 0;
}

#content .csc-textpic-intext-right img {
	float:right;
	margin:1px 0 0 10px;
}

#content img.floatleft-noborder {
	float:left;
	margin:1px 10px 0 0;
}

.csc-textpic-above { margin-bottom:10px; }
.csc-textpic-caption {
	font-size:11px; line-height:14px; font-family: "Trebuchet MS"; color:#999; padding:5px;
}

		/* FORMULARE */
		#content fieldset { border:none; }
		#content fieldset label {
			width:120px;
			display:block;
			float:left;
			clear:left;
		}
 
		#content fieldset input[type=text] {
			height:22px;
			line-height:22px;
			border:1px solid #ddd;
			width:400px;
			padding:0 5px;
			background:url('../images/bg-input.png') left -4px repeat-x;
		}
 
		#content fieldset textarea {
			line-height:22px;
			border:1px solid #ddd;
			width:400px;
			height:100px;
			padding:3px 5px;
			margin-top:2px;
			background:url('../images/bg-input.png') left -4px repeat-x;
		}
 
		#content fieldset div.csc-mailform-field { line-height:26px; min-height:26px; }
		#content .csc-mailform-field input[type=submit] { margin-left:120px; margin-top:5px; }
		.tx-comments-comment-form input, .tx-comments-comment-form img { margin-top:0 !important; }
		.tx-comments-comment-form textarea { margin-top:2px !important; }
		.tx-comments-comment-form label { padding-top:0 !important; }
		.tx-comments-form-top-message { margin:10px 0; }

.panoramen { padding:0; margin:0; }
.panoramen li { list-style:none; margin:0 10px 0 0; display:inline; width:230px; float:left; }
.panoramen li:nth-child(3n),
.panoramen li.third { margin-right:0; }
.panoramen img {
	-moz-box-shadow:0 0 4px #ddd;
	-webkit-box-shadow:0 0 4px #ddd;
	border:5px solid white;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
.panoramen .caption { display:block; text-align:center; font-size:12px; padding-bottom:15px; line-height:12px; }

.tx-chgallery-pi1 .chgallery-list { margin:0 0 30px 0 !important; border:none !important; }
.tx-chgallery-pi1 .chgallery-list li { margin-bottom:5px; }
.tx-chgallery-pi1 .chgallery-list .title a {}
.tx-chgallery-pi1 .chgallery-list .itemeven { background-color:white !important; border:1px solid #eee !important; }
.tx-chgallery-pi1 .chgallery-list .itemodd  { background-color:white !important; border:1px solid #eee !important; }
.tx-chgallery-pi1 .info { border:none !important; margin:0 !important; background-color:#eee !important; padding:10px !important; }
.tx-chgallery-pi1 .info p { margin-bottom:0 !important; }
.tx-chgallery-pi1 .info p.back { font-size:11px; }
.tx-chgallery-pi1 .pagebrowser { font-size:11px; margin:10px 0 !important; }
.tx-chgallery-pi1 .grid-wrapper { margin:0 13px; }
.tx-chgallery-pi1 .single {
	background-color:#009ede !important; padding:0 !important;
	-moz-box-shadow:0 0 4px #ddd;
	-webkit-box-shadow:0 0 4px #ddd;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	padding:none !important;
}
.tx-chgallery-pi1 .single .img { background:none white !important; border:1px solid #eee; height:160px !important; text-align:center; line-height:160px !important; }
.tx-chgallery-pi1 .single .img a { display:block; height:150px !important; text-align:center; line-height:150px !important; padding:2px 0 0 0 !important; }
.tx-chgallery-pi1 .single .img img { vertical-align:middle; }

.tx-chgallery-pi1 .single > span { border:none !important; font-size:11px; white-space:nowrap; overflow:hidden; color:white; }

.tx-comments-comment { border:1px solid #f5f5f5; }
.tx-comments-comment-1 { background-color:#f5f5f5; }
.tx-comments-comment-2 {}
.tx-comments-comment-name {}
.tx-comments-comment-form .tx-comments-form-top-message { color:#009EDE !important; }

.required-marker { color:#009EDE; }

#footer-left {
	width:33%;
	float:left;
	text-align:left;
	padding:10px 0;
}
	#footer-left img {
		padding-right:12px;
		vertical-align:text-top;
		float:left;
		margin-top:-4px;
	}
#footer-right {
	width:65%;
	float:right;
	padding:10px 0;
}
