@charset 'utf-8';
@import url(reset.css);

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#186777;
	background-color:#FFFFFF;
}

p{
	line-height:18px;
	margin-bottom:25px;
}
a{	
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}
h1{
	color:#113941;
	font-size:20px;
	font-weight:normal;	
}
h2{
	font-size:18px;
	color:#1a6b7b;
	margin-bottom:18px;
}

#header{
	background-image:url(../img/bildheader.gif);
	background-repeat:no-repeat;
	height:135px;
	width:922px;
}

#right_column{
	margin-left:9px;
	width:211px;
	float:right;
	margin-top:10px;
}

#content{
	padding-left:29px;
	padding-top:38px;
	padding-right:40px;
	width:626px;
	min-height:735px;
	border:solid;
	border-width:1px;
	border-color:#9bb2b7;
	margin-top:10px;
	float:left;
}
#content_wrap{
	overflow:hidden;
}
.index_link{
	text-indent:-999999px;
	float:left;
}
.logo{
	display:block;
	height:57px;
	width:150px;
}
.abstand{
	padding-top:45px;
}
.small_box{
	border:solid;
	border-width:1px;
	border-color:#9bb2b7;
	height:140px;
	width:209px;
	margin-bottom:10px;
}

.big_box{
	border:solid;
	border-width:1px;
	border-color:#9bb2b7;
	width:197px;
	height:210px;
	padding-left:12px;
	padding-top:40px;
	margin-bottom:10px;
}

.big_box p{
	font-size:12px;
	color:#494848;
	margin-bottom:18px;
}
.big_box a{
	font-size:12px;
	color:#494848;
	text-decoration:none;
}
.big_box a:hover{
	color:#1a6b7b;
}
ul.produkte{
	list-style-type:disc;
	margin-left:30px;
	margin-top:30px;
	line-height:18px;
}
.contact_form label{
	width:110px;
	display:block;
	float:left;
	padding-top:4px;
}

.input_text{
	margin-bottom:10px;	
}
.radio{
	margin-top:15px;
	margin-left:110px;
}
.radio p{
	line-height:25px;
}

#footer, #navi, #header{
	display:none;
}

/* ----------------------------------------------------- JS enabled browsers */
.js div { }

/* ----------------------------------------------------- IE7 and below */

/* ----------------------------------------------------- IE6 and below */
.ie6 div { }

.ie6 #content{
	height:950px;
}