html,body {	
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body{ 
	background: #CC0000 url(../img/bg.jpg) repeat-y center;
	align: left ;
}
a{
color: #CC0000;
}
a:visited{
color: #000000;
}
#title{
	width: 740px;
	margin: 0 auto;	
	height: 130px;			
	background: url(../img/header.jpg);	
}
div#container{
	width: 700px;
	margin: 0 auto;
	height: 100%;
	
}
#left {
	float:left;	
	text-align: left;
	margin-top: 0px;	
}

.menucontainer a {
	font: 70% Verdana, Helvetica, sans-serif;
 	display:block;
	padding:8px;
	width:150px;
	border-bottom: 1px solid #fff; 
	line-height: 15px; /*rende i bordi sottili su explorer*/ 	
	text-decoration: none;	
 	padding-left: 20px;
 	color:#eeeeee;
}
.menucontainer a.menu {	
	background: #000 url(../img/01.gif) no-repeat 140px 7px; 
}
.menucontainer a.current { 
	background: #CC0000 url(../img/current.gif) no-repeat 140px 7px; 
}
.menucontainer a:active, .menucontainer a:hover{ 
	color: #fff;
	background-color: #CC0000;
}
.menucontainer a:visited{ 
	color: #fff;
	
}
p{ 
	line-height: 20px; 
	text-align: left; 
}
#content{
	width: 420px;
	margin-top: 20px;
	border-left: 1px dashed #000;
	padding-left: 20px;
	padding-right: 40px;
	float:right;
	height: 100%;
}
#contentAGB{
	width: 600px;
	margin-top: 20px;
	border-left: 1px dashed #000;
	padding-left: 20px;
	padding-right: 40px;
	float:right;
	height: 100%;
}
#produkt{
	width: 410px;
	height:154px;			
	margin: 5px;
	padding: 10px;
}

#produktbild{
	margin: 0;
	
	width: 165px;	
	height:124px;
	float:left;	
	padding: 10px;
}
#produkttext{
	width: 190px;	
	float:right;
	text-align: left; 
	padding: 10px;
}
h3{
	font-style: oblique;
	padding-left: 28px;
	background: url(../img/arw2.gif) no-repeat 0px 0px;
	letter-spacing: -1px;
	font-weight: bold;
	
}

.lowfont { 
	font-size: 70%; 
	margin-left: 5px; 
}
label { /* Alle Labels UND Formularelemente auswählen */
  	display: block;
  	float: left;
  	width: 200px; /* Breite.*/
 	text-align: right; 
 	padding-right: 1em; 
 }



form {
  	
	margin-left: 5px;   	
  	margin:0;
  	padding:.5em;
}
