@import url(http://fonts.googleapis.com/css?family=Telex);

body {
	font: 13px 'Telex', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #7BC3D6;
}
#SCHATTENCONTAINER {
	width: 774px;
	margin: 0 auto 20px auto;
	background: url(../bilder/layout/schatten-hintergrund.gif) repeat-y;
}
#CONTAINER {
	width: 730px;
	margin: 0 auto;
}
#HEADER {
	display: block;
	height: 130px;
	background: url(../bilder/layout/header_hintergrund.gif) repeat-x;
}
#FACEBOOK-LINK  {
	position: absolute;
	width: 720px;
	padding: 20px 0 0 0;
}
#FACEBOOK-LINK ul {
	margin: 0px;
	padding: 0px;
	float: right;
	list-style: none;
}

#FACEBOOK-LINK a  {
	color: #37568D;
	text-decoration: none;
	background: url(../bilder/layout/facebook-icon.png) no-repeat right center;
	height: 14px;
	padding-right: 18px;
	display: block;
}
#FACEBOOK-LINK a:hover {
	color: #AD1C10;
	text-decoration: none;
	background: url(../bilder/layout/facebook-icon.png) no-repeat right center;
	height: 14px;
	padding-right: 18px;
}



#LOGO {
	margin-left: 10px;
}
#NAVIGATION {
	text-align: right;
	margin-top: 5px;
}
#NAVIGATION ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#NAVIGATION li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}
#NAVIGATION a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#NAVIGATION a.current {
	color: #FB7D00;
}
#NAVIGATION a.current:hover {
	color: #FB7D00;
}
#NAVIGATION a:hover {
	color: #AD1C10;
}
#DEKOBILD {
	margin-top: 10px;
	width: 730px;
	height: 180px;
	overflow: hidden;
}
#CONTENT {
	margin: 40px auto 0 auto;
	width: 500px;
	padding: 0 0 40px 0;
}
#CONTENT h1 {
	font-size: 16px;
	color: #AD1C10;
	margin: 0 0 0.5em 0;
}
#CONTENT h1 span {
	display: none;
}
h1.start {
	width: 400px;
	height: 22px;
	display: block;
	background: url(../bilder/headlines/herzlich-willkommen.png) no-repeat;
}
h1.ueber-mich {
	width: 100px;
	height: 24px;
	display: block;
	background: url(../bilder/headlines/ueber_mich.png) no-repeat;
}
h1.ueber-uns {
	width: 104px;
	height: 28px;
	display: block;
	background: url(../bilder/headlines/ueber-uns.gif) no-repeat;
}
h1.kinderevents {
	width: 123px;
	height: 19px;
	display: block;
	background: url(../bilder/headlines/kinderevents.png) no-repeat;
}
h1.kinderbetreuung {
	width: 156px;
	height: 28px;
	display: block;
	background: url(../bilder/headlines/kinderbetreuung.png) no-repeat;
}
h1.kindergeburtstage {
	width: 183px;
	height: 28px;
	display: block;
	background: url(../bilder/headlines/kindergeburtstage.gif) no-repeat;
}
h1.ferienwohnung {
	width: 225px;
	height: 28px;
	display: block;
	background: url(../bilder/headlines/ferienwohnung.png) no-repeat;
}
h1.referenzen {
	width: 110px;
	height: 19px;
	display: block;
	background: url(../bilder/headlines/referenzen.png) no-repeat;
}
h1.kontakt {
	width: 78px;
	height: 19px;
	display: block;
	background: url(../bilder/headlines/kontakt.png) no-repeat;
}
h1.news {
	width: 53px;
	height: 19px;
	display: block;
	background: url(../bilder/headlines/news.png) no-repeat;
}
#CONTENT h2 {
	font-size: 14px;
	margin: 0 0 0.5em 0;
	color: #399FB9;
}
#CONTENT h3 {
	color: #DD0067;
	margin-bottom: 0px;
	font-size: 13px;
}
#CONTENT a {
	color: #AD1C10;
}
#CONTENT a:hover {
	text-decoration: none;
}
#CONTENT p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 5px;
}
#CONTENT p.logoliste {
	vertical-align: middle;
	text-align: center;
}

#CONTENT ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;

}
#CONTENT li {
	margin-bottom: 3px;
	border: 1px solid #FFBD42;
	padding: 5px;
	background-color: #FFE9BF;
}
#CONTENT td {
	vertical-align: top;
}
#CONTENT img.bildlinks {
	float: left;
	margin: 0 10px 10px 0;
}
#CONTENT img.bildrechts {
	float: right;
	margin: 0 0 10px 10px;
}
.teambild {
	padding: 3px;
	border: 1px solid #666666;
	float: left;
	margin: 0 10px 0 0;
}

td.error {
	font-weight: bold;
	color: #FF0000;
}
#FOOTER {
	background: url(../bilder/layout/schatten-hintergrund-abschluss.gif) no-repeat bottom;
	height: 42px;
	display: block;
	width: 774px;
}
#FOOTERCONTENT {
	display: block;
	margin: 0 auto;
	background-color: #FFBD42;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	padding: 0;
	width: 730px;
}
#FOOTERCONTENT a {
	color: #FFFFFF;
}
#FOOTERCONTENT a:hover {
	text-decoration: none;
}
#FOOTERCONTENT p {
	margin: 0;
	padding: 3px 0 0 0;
	display: block;
	width: 730px;
	height: 20px;
}
.clear-both {
	clear: both;
}

