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

* {
}

html, body {
	height: 100%; /* wichtig */
}

body{
font-family: Helvetica, Arial, Verdana sans-serif;
font-size: 12px;
line-height: 15px;
color: #434647;
background-color: #FFFFFF;
margin: 0;
padding: 0;
}


a img{
	border: none;
}

a{
	color: #000;
	text-decoration: none;
}

#page{
width: 900px;
min-height: 100%;
height:auto !important; /* moderne Browser */
height:100%; /* IE */
background-color: #FFF;
}

#head{
background: url(../images/bg_head.jpg) no-repeat;
height: 200px;
}

#navi{
padding-top: 80px;
padding-left: 58px;
}

#content{
	padding-left: 77px;
}

.neues{
	width: 241px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	min-height: 200px;
	height: auto;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 14px;
}

.neues img{
	width: 240px;
	height: 70px;
}

.headline{
	float: right;
	margin-top: 45px;
	margin-right: 90px;
}

.content_pic{
	margin-top: 20px;
	width: 750px;
	height: auto;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}

.pic_left{
	/*
	float: left;
	*/
}

.pic_description{
	float: right;
	width: 170px;
}

.pic_caption{
	font-weight: bold;
	color: #f29ec4;
}

.pic_left_ich{
	margin-top: 30px;
	float: left;
	width: 230px;
}

.pic_description_ich{
	margin-top: 30px;
	float: left;
	width: 400px;
}



.pic_left_wir{
	margin-top: 30px;
	float: left;
	width: 260px;
}

.pic_description_wir{
	margin-top: 30px;
	float: left;
	width: 400px;
}

#content_kontakt{
	width: 500px;
}


h1{
	color: #f29ec4;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
}

#footer{
text-align: right;
font-size: 10px;
color: #9da7aa;
padding-right: 82px;
clear: both;
padding-top: 100px;
padding-bottom: 20px;
}

footer a {
	color: #666;
}