@charset "utf-8";
*{
	border:none;
	padding:0px;
	margin:0px;
	outline:none;
	font-family: Verdana, Geneva, sans-serif;
}
html, body {
	height: 100%;
	width: 100%;
}
html { 
	overflow-y:scroll;}

body {
	background-image: url(../images/bg_01.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}
#pageDiv {
	height: 100%;
	width: 100%;
	display: block;
	background-image: url(../images/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	position: absolute;
	z-index: 1;
}
#page {
	height: auto;
	min-height:500px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#naviDiv {
	height: 69px;
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/navi_bg01.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	padding-right: 49px;
}
#aa_top {
	height: 34px;
	width: 226px;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}
#naviDiv ul {
	float: right;
	height: auto;
	width: auto;
}
#naviDiv li {
	float: left;
	list-style-type: none;
	width: 100px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AFCA47;
	height: 30px;
	padding-left: 10px;
	padding-top: 20px;
}
#naviDiv  li a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
#naviDiv li a:hover {
	color: #F00;
	text-decoration: none;
}
#topImgDiv {
	background-image: url(../images/top_bg01.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 246px;
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-left: 49px;
}
#logoDiv {
	height: 228px;
	width: 234px;
	float: right;
	padding-right: 20px;
}

#naviDiv ul li .activ {
	color: #F00;
}

#contentDiv {
	background-image: url(../images/cont_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 950px;
	height: auto;
	float: left;
}
#cont_L {
	float: left;
	height: auto;
	width: 426px;
	padding-left: 33px;
	background-image: url(../images/cont_L_bg01.png);
	background-repeat: no-repeat;
	background-position: 49px top;
}
#cont_L .beetle {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#cont_L .strato_pro {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#dataDiv a, #dataDiv_anfrage a {
	color: #000;
	text-decoration: none;
}
#dataDiv a:hover, #dataDiv_anfrage a:hover {
	color: #F00;
}

#dataDiv, #dataDiv_anfrage {
	background-image: url(../images/dataDiv_bg.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 88px;
	width: 363px;
	padding-top: 180px;
	padding-left: 25px;
}
#dataDiv_anfrage {
	background-image: url(../images/dataDiv_anfrage_bg.png);
	padding-top: 185px;
	height:156px;
}
#dataDiv .titel,  #dataDiv_anfrage .titel{
	font-family: "Times New Roman", Times, serif;
	color: #F00;
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding-top: 15px;
	padding-left: 18px;
	padding-bottom: 3px;
}
#dataDiv_anfrage .titel{
	display: block;
	padding-top: 10px;
	padding-left: 18px;
	padding-bottom: 3px;
}
#dataDiv p,  #dataDiv_anfrage p {
	font-size: 11px;
	text-align: center;
	width: 49%;
	display: block;
	line-height: 15px;
}
#dataDiv p{ float:left;}
#dataDiv_anfrage p {
	float: none;
	padding-bottom:10px;
	}
#cont_R {
	float: right;
	height: auto;
	width: 442px;
	padding-right: 49px;
	padding-bottom:25px;
}
#cont_R h1 {
	background-image: url(../images/h1_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 28px;
	width: 428px;
	font-size: 13px;
	padding-top: 20px;
	text-align: right;
	padding-right: 20px;
}
#cont_R #textDiv {
	padding-right: 15px;
	display: block;
	height: 20px;
	padding-top: 15px;
	font-size: 11px;
}
#textDiv ul {
	display: block;
	padding-bottom: 10px;
}

#textDiv li  {
	margin-left: 20px;
	padding-bottom: 2px;
}

#textDiv p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
}
#textDiv .spass {
	display: block;
	padding: 10px;
	text-align: center;
	border: 1px solid #B0CB42;
}

#textDiv a {
	color: #000;
	text-decoration: underline;
}
#textDiv .prod01 {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#textDiv .cosmo {
	margin-right: auto;
	margin-left: auto;
	display: block;
}


#textDiv a:hover    {
	color: #F00;
	text-decoration: underline;
}
#textDiv #form1 input {
	width: 90%;
	font-size: 11px;
	height: 20px;
	border: 1px solid #B0CB42;
	margin-bottom: 2px;
	color: #002;
}
#textDiv #form1 textarea {
	width: 90%;
	border: 1px solid #B0CB42;
	margin-bottom: 5px;
	font-size: 11px;
	height: 100px;
}
#textDiv #form1 #senden {
	background-color: #B0CB42;
	width: 40%;
	color: #000;
	border: 1px solid #94AD30;
}




#bottom_border {
	height: 12px;
	width: 852px;
	float: left;
	display: block;
	clear: both;
	padding-left: 49px;
}
#copy {
	float: left;
	width: 100%;
}
#copy a {
	font-size: 9px;
	color: #0F1B63;
	background-image: url(../images/webdesign.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 70px;
	display: block;
	text-align: center;
	text-decoration: none;
	float: right;
	padding-right: 55px;
}
#copy a:hover {
	background-position: left -20px;
}
#copy a span {
	visibility: hidden;
}

