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

body {
	margin: 0;
	padding: 0;
	background-color: #b9d065;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	text-align: center;
}

div#wrapper {
	position: relative;
	display: block;
	width: 1000px; 
	margin: 30px auto 0 auto;
	background-color: #fff;
	background-image: url(../images/layout/main_bg.gif); 
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}

div#top {
	position: relative;
	display: block;
	width: 940px; 
	margin: 0;
	padding: 50px 60px 40px 0; 
	background-image: url(../images/layout/main_top_bg.gif); 
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
}

div#page {
	position: relative;
	display: block;
	width: 1000px; 
	margin: 0;
	padding: 0;
	background-image: url(../images/layout/side.jpg); 
	background-repeat: repeat-y;
	background-position: left 474px;
}

div#main {
	position: relative;
	display: block;
	width: 1000px; 
	margin: 0;
	padding: 0;
	background-image: url(../images/layout/fruits.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
}

div#navigation {
	position: relative;
	display: block;
	width: 700px;
	margin: 20px 15px 0 250px;
	padding: 4px 0;
	border-bottom: 1px solid #f08a1b;
	font-size: 9pt;
	font-family: "Arial Narrow", Verdana, Arial;
	font-weight: bold;
	color: #5a543e;
}

div#navigation a {
	font-size: 9pt;
	font-weight: bold;
	color: #5a543e;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 2px;
}

div#navigation a:hover { 
	color: #f08a1b;
}

div#subnavigation {
	position: relative;
	display: block;
	width: 700px;
	height: 40px;
	margin: 5px 15px 0 250px;
	padding: 4px 0;
	font-family: "Arial Narrow", Arial;
	font-size: 10pt;
	color: #5a543e;
}

div#subnavigation a {
	font-size: 10pt;
	color: #5a543e;
	text-decoration: none;
	padding: 0 2px;
}

div#subnavigation a.b {
	font-size: 10pt;
	color: orange;
	text-decoration: none;
	padding: 0 2px;
}

div#subnavigation a:hover { 
	color: #78b63d;
}

div#sidenavigation {
	position: relative;
	display: block;
	width: 150px;
	float: left;
	margin: 180px 0 150px 0;
	padding: 0 0 0 80px;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
	color: #5a543e;
}

div#sidenavigation a {
	font-size: 10pt;
	color: #5a543e;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 2px;
	display: block;
	width: 100px;
}

div#sidenavigation a:hover { 
	color: #f08a1b;
}

div#content {
	position: relative;
	display: block;
	width: 700px;
	float: left;
	margin: 20px 15px 0 20px;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 20px;
}

div#content h1 { 
	font-size: 14pt; 
	font-weight: bold; 
	color: #f08a1b;
}

div#content h2 { 
	font-size: 12pt; 
	font-weight: bold; 
	color: #f08a1b;
}

div#content h3 { 
	font-size: 11pt; 
	font-weight: bold; 
	color: #f08a1b;
}

#content a {
	color: orange;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: orange;
	font-weight: bold;
}

div#footer {
	position: relative;
	display: block;
	width: 1000px;
	height: 15px;
	margin: 0;
	background-color: #fff;
	background-image: url(../images/layout/footer_bg.gif); 
	background-repeat: no-repeat;
	background-position: top right;
}

.b {
	text-transform: uppercase;
	font-weight: bold;
}

div#content_images {
	margin: 0;
}

div#content_images img {
	margin: 30px 30px 30px 0;
}

a img {
	border: none;
}

#news {
	position: relative;
	display: block;
	width: 200px;
	float: right;
	margin-left: 40px;
	background-image: url(../images/layout/news_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#news #n_top {
	position: relative;
	display: block;
	width: 100%;
	height: 13px;
	background-image: url(../images/layout/news_top.gif);
	background-position: center;
	background-repeat:no-repeat;
}

#news #n_content {
	position: relative;
	display: block;
	width: 170px;
	padding: 15px;
	
	font-size: 8pt;
}

#n_content h1 { 
	margin: 0 0 10px 0;
}

#n_content h2 { 
	font-size: 10pt;
	margin: 0 0 5px 0;
}

#news #n_bottom {
	position: relative;
	display: block;
	width: 100%;
	height: 13px;
	background-image: url(../images/layout/news_bottom.gif);
	background-position: center;
	background-repeat:no-repeat;
}


input.contact {
	width: 300px;
}

textarea.contact {
	width: 300px;
}

.error { 
	border: 2px solid red;
}

div.hinweis { 
	display: block; 
	float: right;
}

div#copyright {
	position: relative;
	display: block;
	width: 1000px;
	margin: 5px auto 20px auto;
	text-align: center;
	font-size: 8pt;
	line-height: normal;
}

div#copyright a {
	color: #000;
}