
/*WASSERSPIEGEL*/

body {
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
	color: #888;
	font-size: 0.8em;
}

a {
	color: #888;
	text-decoration: none;
	font-style: italic;
}

a:hover{
	color: red;
}

a.active {
	color: red;
}
 
#logo {
	padding-right: 10px;
}

#navi {
	display: block;
	width: 875px;
	margin: 40px auto -6px;
}

#navi li {
	padding-right: 2em;
	display: inline;
	letter-spacing: 1px;
	color: #bbb;
}

#navi .navi-abstand {
	vertical-align: 0.2em;
}

.wasserspiegel {
	color: red;
	background: red;
	height: 2px;
	width: 100%;
	border-style: solid;
	border-width: 0;
	margin-top: 3px;
	margin-bottom: 30px;
}

#xfader {
	position: relative;
	margin: auto;
	width: 875px;
	height: 520px;
	overflow: hidden;
}

#xfader img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#xfader-kinderwiege {
	position: relative;
	margin: auto;
	width: 875px;
	height: 400px;
	overflow: hidden;
}

#xfader-kinderwiege img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#thumbnails {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 875px;
	margin-bottom: 50px;
}

.thumb-line li {
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 8px;
}

.thumb-line img {
	border: 0px solid #d5d5d5;
}

#text {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 875px;
}

#text p {
	text-align: left;
	line-height: 1.2em;
	color: #666;
	font-size: 1.1em;
}

#text a {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #666;
}

#text a:hover {
	color: red;
}

.impressum-abstand {
	margin-bottom: 10px;
}

#impressum-image {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 875px;
	margin-bottom: 20px;
}

#bildunterschrift {
	font-weight: normal;
	font-style: normal;
	font-size: 0.9em;
	margin-top: 15px;
	color: #666;
}

#bildunterschrift a {
	text-decoration: none;
}

#bildunterschrift a:hover {
	color: #444;
}

#impressum-datenschutz {
	margin-bottom: 20px;
	margin-top: 15px;
}

#impressum-datenschutz a {
	color: #666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 0.9em;
}

#impressum-datenschutz a:hover {
	color: #444;
}

#headline {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 875px;
}

#headline p {
	text-align: left;
	line-height: 2.6em;
	color: #666;
	font-size: 1.5em;
}

