/*Allgemeine Attribute*/
body {
	background-color: #f2f2f2;
}

	a:link {
	color: #FFFFFF;
	text-decoration: none;
	border:0;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*Designatribbute*/
#navigation {
	width:753px; 
	height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-position: center center;
	background-color:#000000;
}
#contendbox {
	width: 753px;
	height: 410px;
	overflow:auto
}
#contend {
	width: 710px;
	margin:5px;
}
#absatz{
	width: 710px;
	float:left;
}

/*Textstyling*/
#text{
	float:left;
	width:570;
}
#image{
	width:140px;
	float:right;
	padding-top:50px;
}
.textheader {
	font-size: 20px;
	color: #666666;
	width:500px;
}

/*Produktübersicht*/
#aquapaket{
	width:710;
}
#Lagerraum{
	width:710;
}
#product_box{
    width:340;
	float:left;
}
#paket_name{
	background-color:#66FF99;
}
#beschreibung{
	background-color:#999999;
	text-align:left;
}
#variante{
	background-color:#CCCCCC;
}
#bild{
	text-align:center;
}
#produkttext{
	width:360;
	float:right;
}

#pelettitext{
	width:500;
	text-align:left;
	float: left;
}

#impressumbox{
width:350;

}
