@import url("menu.css");
@import url("form.css");
@import url("bestellen.css");

html,body{
	background:#7b853f url('../img/outside_bg.jpg') repeat-x left top;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003300;
}

a{
	color:#ff9900;
	text-decoration:none;
}
a:hover{
	color:#cc6600;
	text-decoration:none;
}

h1{
	margin:0;
	padding:0;
	font-size:15px;
}
h2{
	margin:0;
	padding:0;
	font-size:13px;
}


#siteContainer{
	margin:0px auto;
	width:982px;
}
#header{ 
	width:965px; /* 982 - padding-left */
	height:118px;/* 120 - padding-top */
	background:#d8df92 url('../img/header.jpg') top left no-repeat;
	padding-left:17px;
	padding-top:2px;
}
#showcase{
	width:645px;
	height:104px;
	border:1px solid white;
}

#container{
	min-height:450px;	
	margin:0;
	padding:0;
	float:left;
	width:982px;
	background:#ffffff url('../img/main.jpg') top left no-repeat;
}

#menu{
	padding:0;
	margin:0;
	width:212px;
	float:left;
	padding-left:6px;
}

#menu_bottom{
	width:206px; 
	height:8px;
}


#content{
	float:left;
	width:730px;

}
#contentLoad{
	width:700px;
	min-height:450px;
	height:auto;
	padding-left:60px;
	padding-top:20px;
	font-weight:bold;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	background:#ffffff url('../img/loading.gif')  20px 20px no-repeat;
}
#bottom{
	height:36px;
	width:982px;
	background:#ffffff url('../img/bottom.jpg') no-repeat top left;
}

#flower{position:absolute;margin-top:-167px;margin-left:6px;}
.clear{clear:both;}

.netvibe{padding:12px 0px 0px 45px;}
.netvibe a{color:#ffffff;font-size:10px;}
.netvibe a:hover{text-decoration:underline;}
