html{
	/*overflow: hidden;*/
}
body{
	/*overflow: auto;*/
	scrollbar-base-color: #6D6E6F;
	/*scrollbar-3dlight-color: #6D6E6F;
	scrollbar-arrow-color: #6D6E6F;
	scrollbar-darkshadow-color: #6D6E6F;
	scrollbar-face-color: #6D6E6F;
	scrollbar-highlight-color: #6D6E6F;
	scrollbar-shadow-color: #6D6E6F;*/
	scrollbar-track-color: #6D6E6F;
	
	background: #6D6E6F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{
	width: 720px;
	height: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -360px;
	text-align: left;
	background: #D1D3D4;
	overflow: hidden;
}

#headerwrap{
	width: 720px;
	height: 113px;
	background: #E6E7E8;
}

#header{
	margin-left: 37px;
}

#naviwrap{
	background: #F15B66;
	width: 645px;
	height: 20px;
	text-align: center;
}

#navi{
	font-size: x-small;
	color: White;
}

#contentwrap{
	height: 440px;
	text-align: left;
}

#pageheaderwrap{
	width: 720px;
	height: 34px;
	background: #A7A9AC;
	text-align: left;
	overflow: hidden;
}

#pageheader{
	margin-left: 85px;
	padding-top: 15px;
	text-align: left;
	color: White;
	font-weight: bold;
	font-size: medium;
}
#pageheader img{
	margin-left: -47px;
}

#headerpicswrap{
	height: 85px;
	width: 720px;
	background: #D1D3D4;
}

#headerpics{
	float: left;
}

#pictureswrap{
	width: 720px;
	overflow: hidden;
}

#pictures{
	margin-left: 86px;
}

#textwrap{
	width: 213px;
	height: 316px;
	background: #D1D3D4;
	background: url(../pix/textbg.gif);
	overflow: auto;
	float: left;
}

#textwrap_home{
	width: 300px;
	height: 290px;
	background: #D1D3D4;
	/*background: url(../pix/textbg.gif);*/
	overflow: hidden;
	float: left;
}

#textwrapimpressum{
	width: 720px;
	height: 402px;
	background: #D1D3D4;
	background: url(../pix/textbg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	float: left;
}

#textwrapimpressum #text{
	height: 400px;
	overflow: auto;
}

#textwrap_home #text{
	height: 250px;
	padding-left: 30px;
	padding-right: 17px;
	padding-top: 35px;
	overflow: auto;
}

#textwraplist{
	width: 715px;
	height: 402px;
	background: #D1D3D4;
	background: url(../pix/textbg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	float: left;
}

#agbtext{
	width: 420px;
	height: 340px;
	margin-top: 0px;
	margin-left: 213px;
	font-size: x-small;
	overflow: auto;
}

#text{
	padding-left: 23px;
	padding-right: 15px;
	padding-top: 5px;
	font-size: x-small;
	overflow: auto;
}

#listtext{
	width: 420px;
	height: 260px;
	margin-left: 213px;
	font-size: x-small;
	overflow: auto;
}

#aboutus{
	width: 420px;
	height: 360px;
	margin-left: 213px;
	font-size: x-small;
	overflow: auto;
}

#headerpics{
	float: left;
}

#metanaviwrap{
	height: 95px;
}

#metanavi{
	padding-top: 35px;
	padding-right: 39px;
	text-align: right;
}

#mainpic{
	float: left;
}

#adressheader{
	width: 720px;
	background-color: #E6E7E8;
}

#adresswrap{
	background-color: #D1D3D4;
	width: 720px;
}
#adress{
	padding-top: 10px;
	padding-left: 100px;
	padding-bottom: 5px;
	font-size: x-small;
}

.space{
	height: 34px;
	width: 710px;
}

.impressumleftwrap{
	width: 170px;
	float: left;
	text-align: right;
}

.impressumleft{
	padding-right: 14px;
	width: 150px;
	font-weight: bold;
	text-align: right;
}

.impressumrightwrap{
	width: 350px;
	float: left;
}

.impressumright{
	padding-left: 14px;
	width: 350px;
	float: left;
}

#produktwrap{
	margin-top: 5px;
	background: url(../pix/produktebg.jpg);
	width: 386px;
	height: 259px;
	float: left;
}

#produkte{
	padding-top: 22px;
	padding-left: 18px;
	font-size: x-small;
}

.clear{
	clear: both;
	height: 0px;
	width: 0px;
	padding: 0px;
	margin: 0px;
	/*visibility: hidden;*/
	background: Black;
	font-size: 1px;
}

/****************************************************************/
/*     Textformatierung                                         */
/****************************************************************/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #F15B66;
}

a .nav {
	text-decoration: none;
	font-weight: bold;
}

#textwrap_home #text p{
	margin-top: 0px;
}

.marg{
	margin-left: -100px;
}

/****************************************************************/
/*     News-Formatierung                                        */
/****************************************************************/
.newspic{
	float: right;
	padding-left: 10px;
}

/****************************************************************/
/*     PopUp-Formatierung                                       */
/****************************************************************/
.newspopup{
	background: #D1D3D4;
}
.newspopuptext{
	padding-left: 10px;
	padding-right: 10px;
	font-size: x-small;
}

/****************************************************************/
/*     Formularformatierung                                     */
/****************************************************************/

.button{
	background-color: #F15B66;
	font-weight: bold;
	font-size: x-small;
	color: #FFFFFF;
	border: none;
	padding-top: 2px;
}

.field{
	border: 1px solid #A7A9AC;
	/*scrollbar-base-color: #F15B66;
	scrollbar-3dlight-color: #6D6E6F;*/
	scrollbar-arrow-color: #FFFFFF;
	/*scrollbar-darkshadow-color: #6D6E6F;
	scrollbar-face-color: #6D6E6F;
	scrollbar-highlight-color: #6D6E6F;
	scrollbar-shadow-color: #6D6E6F;
	scrollbar-track-color: #6D6E6F;*/
}