@charset "utf-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

body{
	background:url(../img/background_kachel.png) repeat-x #257eaa;
	font-size:12px;
	color:#000000;
}

/*  Für IE  */

img {
	border: none;
}
/* _______ */

h1{
	font-family: Arial, Helvetica, sans-serif;
	color:#006699;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	color:#006699;
	font-size:12px;
	font-weight:bold;
	margin-bottom:-10px;
}


b{
	font-family: Arial, Helvetica, sans-serif;
	color:#006699;
	font-size:12px;
	font-weight:bold;
}

ul.punkt{
	list-style-image:url(../img/punkt.png);
	padding-left:19px;
}

#container{
	margin:auto;
}

#shine{
	margin:auto;
	background:url(../img/background_shine.png) no-repeat;
	width:1499px;
	height:833px;
}

#site{
	margin:auto;
	width:1024px;
}

#header{
	width:1024px;
	height:129px;
	background:url(../img/headerback.png) no-repeat;
}

#logo{
	padding:25px 0 0 38px;
	width:100px;
	height:50px;
}

#navi{
	margin-top:30px;
	width:1024px;
	height:44px;
	background:url(../img/navi_back_kachel.png) repeat-x;
}

#navi a{
	padding-top:12px;
	display:block;
	float:left;
	width:150px;
	heigth:44px;
	font-size:14px;
	color:#006699;
	text-decoration:none;
	text-align:center;	
}

#navi a:hover{	
	padding-top:12px;
	margin-bottom:-12px;
	display:block;
	float:left;
	width:150px;
	height:44px;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	background-image: url(../img/navi_back_hover.png);
	background-repeat:no-repeat;
	text-align:center;
}

#stimmungbild{	
	width:1024px;
	height:305px;
}

#content{	
	width:1024px;
	min-height:420px;
	background:#ffffff;
}

#left{
	float:left;	
	margin:20px 0 20px 40px;
	width:496px;
	height:auto;
}

#right{	
	float:left;
	margin:20px 0 0 90px;
	width:360px;
	height:auto;
}

#footer{
	padding: 11px 38px 10px 38px;
	color:#ffffff;
}

#footertext_left{
	float:left;
}

#footertext_right{
	float:right;
}

#footer a{
	text-decoration:none;
	color:#ffffff;
}

.teaser{
	width:496px;
	height:101px;
	margin-bottom:15px;
}

.teaserpic{
	float:left;
	width:101px;
	height:101px;
	margin-bottom:15px;
}

.teasertext{
	float:left;
	width:227px;
	height:101px;
	margin:0 0 15px 15px;
}

.teasertext a{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}

.button{
	width:90px;
	height:32px;
	padding:6px 0 0 17px;
	background:url(../img/button.png) no-repeat;
	margin-top:8px;
	cursor:pointer;
}

.button2{
	width:90px;
	height:32px;
	padding:6px 0 0 30px;
	background:url(../img/button.png) no-repeat;
	margin-top:8px;
	text-decoration:none;
	cursor:pointer;
}

.button a{
	color:#ffffff;
	font-size:12px;
}

.button2 a{
	color:#ffffff;
	font-size:12px;
}

.line{
	width:496px;
	height:2px;
	background:#006699;
	margin-bottom:15px;
}

.line2{
	width:360px;
	height:2px;
	background:#006699;
	margin-bottom:15px;
}

.navi_trenner{
	width:1px;
	height:44px;
	background:url(../img/navi_trenner.png) no-repeat;
	float:left;
}

.clear{
	clear:both;
}
