@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #019CDE;
	overflow-x: hidden;
	overflow-y: scroll;
	height: auto;
}
html {
	height: auto;
}

#wrapper {
	position:relative;
	width:900px;
	height:450px;
	z-index:1;
	margin: auto;
	background-color: #FFFFFF;
	top: 0px;
}
#headlogo {
	position:absolute;
	width:900px;
	height:220px;
	z-index:2;
	background-image: url(../imgs/logo_header/webheader2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	left: 0px;
}
#homecontact {
	position:absolute;
	width:290px;
	height:78px;
	margin-left: 523px;
	background-image: url(../imgs/imgs_diversen/kunstenroute_75..jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 15px;
	padding-top: 27px;
	margin-top: 16px;
	z-index: 3;
}
#bestellen {
	position:absolute;
	width:363px;
	height:80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EE3324;
	margin-left: 520px;
	top: 121px;
	background-image: url(../imgs/logo_header/Coocking_131.jpg);
	background-repeat: no-repeat;
	background-position: right;
	z-index: 4;
	padding-left: 15px;
	padding-top: 18px;
}
#horz_nav {
	position:absolute;
	top:221px;
	width:900px;
	height:30px;
	z-index:10;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	left: 0px;
}
#horz_bar {
	position:absolute;
	top:261px;
	width:898px;
	height:30px;
	z-index:6;
	background-color: #019CDE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EE3324;
	left: 0px;
}
#wrapper_leftcontent{
	position:absolute;
	top:294px;
	width:900px;
	height:auto;
	background-color: #FFFFFF;
	z-index: 7;
	left: 0px;
	margin: auto;
}
#left_bar {
	position:relative;
	top:0px;
	width:200px;
	height:100%;
	z-index:8;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	background-color: #F0F0F0;
}
#content {
	position:relative;
	top:0px;
	width:600px;
	height:auto;
	z-index:9;
	background-color: #FFFFFF;
	float: right;
	padding-left: 20px;
	padding-top: 12px;
	padding-right: 25px;
	left: 0;
}
a:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099cc;
	font-weight: normal;
	text-decoration: none;
}
a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EE3324;
	font-weight: normal;
	text-decoration: none;
}
a1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EE3324;
	font-weight: bold;
	text-decoration: none;
}

a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099cc;
	font-weight: normal;
	text-decoration: none;
}
a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099cc;
	font-weight: normal;
	text-decoration: none;
}

