/* CSS Document bestspice_05*/

* {
	margin: 0px;
	padding: 0px;
}
html, body{
	height: 100%;
}
body{
	text-align: center;
	background-color: #595dc2;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

img{
border: 0;
}

#logo {
	margin-left: 5px;
	margin-top: 5px;
	width: 185px;
	height: 73px;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h1{
	font-size: 100%;
	color: #2A086B;
	margin-top: 5px;
	margin-bottom: 7px;
}

 h2{
 	font-size: 100%;
 	color: #0F0B61
 	margin-top: 5px;
}

a:link, a:visited {
	color: #6d990f;
	text-decoration: none;
}
a:hover{
	color: #66c;
	text-decoration: underline;
}
/*.clear {
  clear: both;
  height: 0;
}*/
 
 /***********************************************/
/* Layout Divs                                 */
/***********************************************/


#zentriert {
	width: 907px;
	margin: 0 auto;
	text-align: left;
	/*border: 1px solid blue;*/
}

#header{
	height: 80px;
	background-color: #b5dc5e;
	border-bottom: 10px solid #6d990f;
	width: 907px;
	background-image: url(../images/gewuerzedirekt.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 2px 2px 0;
	/*border: 1px solid red;*/
}

#content {
	width: 907px;
	height: 411px;
	float:right;
	position: relative;
	padding: 0px;
	color: #0F0B61;
	font-size: 90%;
	line-height: 20px;
	/*border: 1px solid red;*/
	background-color: #fff;
	background-image: url(../images/rispe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#bildabstand{
margin-left:20px;
margin-top: 20px;	
}

#textfeld{
position: absolute; 
left: 296px; 
top: 125px; 
width: 429px;
height: 345px;
z-index: 1
}
#textprodukte{
	position: absolute;
	left: 279px;
	top: 31px;
	width: 390px;
	height: 419px;
	z-index: 2;
	padding-right: 15px;
}

#footer{
	clear: both;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	width: 907px;
	height: 72px;
	/*margin-top: 411px;*/
	color: #6d990f;
}
#footer a:link, #footer a:visited {
	color: #6d990f;
	padding: 0px 12px 0px 10px;
	padding-top: 15px;
	
}
#footer  a:hover{
	color: #fff;
	text-decoration: none;
	}

#submenu{
width: 905px;
text-align: right;
margin-top: 28px;
}
 #submenu a:link,  #submenu a:visited {
	color: #fff;
	padding: 0px 12px 2px 10px;
}
#submenu  a:hover{
	color: #cae973;
	text-decoration: none;
	}

p{
	margin-bottom: 8px;
}

#content li{
    font-size: 100%;
	line-height: 15px;
	padding: 4px 0px 5px 5px;
	
}
#content ul{
	padding: 0px 0px 10px 20px;
}
 table{
font-size: 100%;
background-color: #fff;
border: 1px solid #84b41e;
}

td{
border-collapse: collapse;
border-bottom: 1px solid  #84b41e;
border-right: 1px solid #84b41e;
background-color: #fff;
padding: 1px 5px;																						
}

td h1{
font-size: 100%;
margin: 0 0;
}

.copy{
font-size: 70%;
color: #fff;
}
input#reset{
width: auto;
}
input#submit{
width: auto;
}
input.green {
background-color: #84b41e; 
padding-right: 5px;
padding-left: 5px;
font-weight: bold; 
font-size: 12px; 
color: white;
}
/**********************************form**************************************/
