/* CSS Document */
@charset "UTF-8";

/* ################ Reset ################ */
html, body, div, ul, ol, li, dl, dt, dd, h4, h5, h6, pre, form, p, blockquote, fieldset, b {
	margin:0;
	padding:0
}
h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th, input, button, select {
	font-size:11px;
	font-style:normal
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a img {
	border:none;
}
/* img { behavior:url('css/pngbehavior.htc'); } */

html, body {
	height:100%;
	width:100%;
}
body {
	background-color: #FBB626;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;	
	/* alternativ Wolkenbild */
	/*
	background-color: #6E89C3;
	background-image: url(../pix/layout/sonnenpark_kind_02.jpg);
	*/
}
#familotel {
	text-align: center;
	width: 100%;
	background-color: #AA1A29;
	height: 40px;
}
#conHS {
	width:992px
	margin-top: 20px;
	background-image: url(/pix/layout/shadow_top.png);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

/* ################ Header ################ */

#header {
	height: 120px;
	width: 960px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: 17px;
}
#topMenu {
	float: left;
	font-size: 10px;
	padding-left: 25px;
}
#languages {
	float: right;
	width: 60px;
	padding-right: 25px;
	text-align: right;
	padding-top: 1px;
}

/* ################ Page - Container ################ */

#conS {
	width: 992px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/pix/layout/bg_shadow.png);
	background-repeat: repeat-y;
}
#conM {
	width: 960px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#shadowbot {
	height: 45px;
	width: 992px;
	background-image: url(/pix/layout/shadow_bottom.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 85px;
	width: 434px;
	float:left;
	padding: 20px 0 0 25px;
}
#subfooter {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 9px;
}
#subfooter a {
	color:#4F4D4D;
	text-decoration: none;
	cursor: inherit;
}
#menu {
	height: 25px;
	width: 722px;
	background-image: url(/pix/layout/bg_menu.gif);
	background-repeat: no-repeat;
}
#topMcon {
	float: left;
	height: 40px;
	width: 500px;
	padding-top: 23px;
}
#content {
	width: 935px;
	padding-bottom:25px;
	padding-left: 25px;
	overflow: hidden;
}
/* ################ Content - Parts ################ */

#contentL {
	float: left;
	width: 722px;
	padding: 0 0 0 0;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
#theme {
	background-color: #efefef;
	height: 230px;
	width: 714px;
	margin-top: 5px;
}
#cms {
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 20px;
	line-height: 18px;
}
#contentR {
	float: right;
	width: 178px;
	padding-left: 7px;
	padding-right: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b9bbbc;
}
#colBBB {
	width: 714px;
}
.teaser {
	background-color: #e5f6fd;
	margin-bottom: 15px;
	padding: 10px;
}
.gelb {
	background-repeat:no-repeat;
	background-image: url(/pix/layout/bg_teaser.gif);
	background-position: left top;
}
.gelbU {
	height:9px;
	background-repeat:no-repeat;
	background-image: url(/pix/layout/bg_teaser_u.gif);
	background-position: left top;
}
.teaserContent ul {
	list-style-image:none !important;
	list-style-type:none !important;
	padding:10px 0 0 5px;
}
.teaserContent li { 
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}
.teaserContent a {
	color:#003366;
	font-weight: bold;
	text-decoration:none;
}
.teaserContent a:hover { text-decoration:underline; color:#003366; }
#footer {
	width: 960px;
	height: 55px;
	overflow: hidden;
	position: relative;
}
#siegel {
	height: 55px;
	width: 210px;
	padding-left: 25px;
	float: left;
	
}
#adresse {
	padding-top: 28px;
	float: right;
	font-size: 11px;
	padding-right: 25px;
}
#moreLinks {
	padding-top:10px;
	padding-left: 260px;
}
#moreLinks  a {
	color:#4D4D4D;
	font-size:10px;
}
