/* IE6 Fixes */
.clearer {clear: left; line-height: 0; height: 0;}

/* Standart */
body{
	color:#000000;
	background:#F2F2F2;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
}
a:link, a:visited, a:active{
	text-decoration: underline;
	color: #00A6A6;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
}
a:hover{
	text-decoration: none;
	color: #00A6A6;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
}
a.navi_link:link, a.navi_link:visited{
	color: #00A6A6;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
}
a.navi_link:hover{ 
	text-decoration: underline;
	color: #00A6A6;
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
}
a.impressum_link:link, a.impressum_link:visited, a.impressum_link:hover{
	color: #00A6A6;
	text-decoration: none;
	font-weight: normal;
	font-family: verdana;
	font-size: 8pt;
	font-style: normal;
}


h1{
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}
h2{
	color: #000000;
	font-weight: bold;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
}
/*
p{
	padding: 0px;
	margin: 0px;
}
*/
hr{
	padding: 0;
	margin: 0;
}
div{
	outline: none;
}



.wrapper {
	width: 700px;
	border: 1px solid #00A6A6;
	background:#ffffff;
	margin-bottom: 5px;
}

.head{
	background: url(content/top.jpg) no-repeat center top;
	max-width: 700px;
	height: 126px;
}
.navigation{
	max-width: 700px;
	height: 25px;
	background: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow: auto;
}
.navigation_box{
	border: 1px solid #00A6A6;
	overflow: auto;
	font-size: 10pt;
	color: #00A6A6;
	background: #ffffff;
	padding-top: 3px;
	padding-left: 15px;
	overflow: auto;
	height: 20px;
	text-align: left;
}
.content{
	background: url(images/);
	background-color: #ffffff;
	max-width: 700px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow: auto;
	text-align: left;
}
.bottom{
	max-width: 700px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: auto;
}
.bottom_box{
	border: 1px solid #00A6A6;
	max-width: 700px;
	height: 16px;
	overflow: auto;
	text-align: center;
	font-size: 10px;
	background: #00A6A6;
	color:#FFFFFF;
	padding-top: 3px;
}
.home_left{
	border: 0px solid #006400;
	float: left;
	width: 420px;
	margin-bottom: 10px;
	overflow:auto;
	text-align:justify;
}
.home_right{
	border-left: 1px solid #00A6A6;
	float: right;
	width: 210px;
	margin-bottom: 10px;
	padding-left: 10px;
	overflow: auto;
	color:#00A6A6;
}
.content_box{
	padding: 4px;
	margin: 4px;
	overflow: auto;
}
.login_box{
	position: relative;
	border: 1px solid #00A6A6;
	top: 10px;
	left: 10px;
	right: 10px;
	width: 670px;
}
.content_box_title{
	max-width: 100%;
	border: 1px solid #00A6A6;
	padding-left: 15px;
	padding-top: 3px;
	height: 20px;
	overflow: auto;
	vertical-align: middle;
	background: #00A6A6;
}
.content_box_border{
	max-width: 100%;
	min-height: 400px; /* könnte weg*/
	border: 1px solid #00A6A6;
	padding: 10px;
	margin-top: 10px;
	overflow: auto;
}
.content_box_border_innen{
	max-width:100%;

	border: 1px solid #00A6A6;
	padding: 10px;
	overflow:auto;
	margin-bottom: 10px;
}
.leistungen_box1{
	width: 150px;
	max-width: 150px;
	border: 0px solid #000000;
	float: left;
	overflow: auto;
}
.leistungen_box2{
	width: 474px;
	border: 0px solid #000000;
	float: right;
	overflow: auto;
	vertical-align: top;
}
.produkte_box1{
	width: 150px;
	max-width: 150px;
	border: 0px solid #ffffff;
	float: left;
	overflow: auto;
}
.produkte_box2{
	width: 474px;
	max-width: 474px;
	border: 0px solid #ffffff;
	float: right;
	overflow: auto;
	vertical-align: top;
}
.referenzen_box1{
	max-width: 310px;
	border: 2px solid #ffffff;
	padding: 5px;
	float: left;
	overflow: auto;
	position:relative;
}
.referenzen_box2{
	width: 300px;
	border: 2px solid #ffffff;
	padding: 5px;
	float: right;
	overflow: auto;
	vertical-align: top;
}
.kontakt_box1{
	background:#FFF5EE;
	padding: 10px;
	float:left;
	overflow:auto;
	vertical-align:top;
}