﻿* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 0.926em;*/
	font-size: 0.9em;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td, th {
	text-align: left;
	font-size: 0.88em;
}

#main {
	text-align: left; /* wg. Zentrieren im IE */
	margin: auto; /* Zentrieren in Firefox */
	display: table; /* Hintergrund in Firefox einblenden */
	width: 838px;
	padding-bottom: 150px;
    z-index:2;
}

#header {
	width: 838px;
	height: 183px;
}

#meta_links {
	position: relative;
	z-index: 100;
	top: 0px;
	left: -15px;
	display: block;
	height: 36px;
	margin-bottom: -36px;
	float: right;
	background: url(/images/meta_bg.jpg) -2px right no-repeat;
}

#meta_links ul {
	font-size: 0.8em;
	padding: 3px 24px;
	height: 30px;
	background: url(/images/meta_left.jpg) -2px left no-repeat;
}

#meta_links ul li {
	font-weight: bold;
	list-style: none;
	float: left;
}

#meta_links ul li a {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #C00;
	color: #C00;
	text-decoration: none;
}

#meta_links ul li a.last {
	padding: 0;
	margin: 0;
	border: none;
}

#meta_links ul li a:hover {
	color: #42992B;
}

#footer_container {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0;
	height: 113px;
	z-index: 3;
	background: url(/images/fruit_footer.gif) repeat-x center;
	
}

#footer {
	padding-left: 134px;
	
}

#footer img {
}

/* Nur für den MSIE */

* html, * html body {
	overflow: hidden;
	bottom: 0;
	height: 100%;
}

* html #footer_container {
	position: absolute;
	width: 100%;
}

* html #footer {
	height: 113px;
	position: static;
}

* html #footer img {
	margin-left: 0px;
}

#wrapper {
	margin: 0;
	z-index: 2;
	overflow: auto;
	background: #FFF url(/images/bg_start.jpg) repeat center top;
}

* html #wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	margin: 0 10px 0 0;
}

#site_id {
	width: 336px;
	height: 183px;
	float: left;
}

#decoration1 {
	width: 69px;
	height: 183px;
	float: left;
	background: url(/images/start_header_1.jpg);
}

#decoration2 {
	clear:  left;
	width: 69px;
	height: 175px;
	float: left;
	background: url(/images/start_decoration.jpg);
}

#navigation1 {
	width: 428px;
	height: 183px;
	float: left;
	background: url(/images/start_header_2.jpg) no-repeat;
	margin: 0px 0px -1px 0px;
	padding-left: 5px;
}

#content {
	padding: 0px 0px 0px 0px;
	width: 725px;
	float: left;
	z-index: 999;
}

#start_buttons {
	float: left;
	width: 244px;
	margin: -4px 9px 0px 0px;
}

#teaser_area {
	float: right;
	width: 468px;
	margin-right: -5px;
}

.screen {
	margin-bottom: 1em;
	width: 731px;
}


.left {
	float: left;
	padding-right: 1em;
}

.right {
	float: right;
	padding-left: 1em;
}

.clearall {
	clear: both;
}

.notice {
	border: 1px solid #C0A057;
	background: #333;
	padding: 10px;
	margin-bottom: 10px;
}

.button_left {
	margin-right: 8px;
}



/* +++++++++++++++ Navigation +++++++++++++++ */

#NavUl {
	margin: 104px 0px 0px -10px;
}

#NavUl li {
	list-style: none;
	float: left;
	padding-left: 5px;
}

#NavUl li a {
	display: block;
	width: 129px;
	height: 30px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.95em;
	background: url(/images/nav1.gif) no-repeat;
	text-align: center;
	padding-top: 23px;
}

#NavUl li a:hover {
	background: url(/images/nav1_over.gif) no-repeat;
}

#NavUl li.current a {
	background: url(/images/nav1_on.gif) no-repeat;
	height: 25px;
	padding-top: 28px;
}

#NavUl li.current a:hover {
	background: url(/images/nav1_on_over.gif) no-repeat;
}

#NavUl li.current ul {
	margin: 0px 0px 0px 8px;
}

#LayerAd {
	position: absolute;
	z-index: 9999999;
	left: 10px;
	top: 0px;
	border: 1px solid #D92609;
	background: #FFF;
	padding: 8px;
	
	
	/*position:		absolute;
	width:			550px;
	height:			373px;
	top:			0px;
	margin-left:	-200px;
	z-index:		9999;
	margin-right:	100px;*/
	
}

.close {
	background: url(/images/icons/close.gif) no-repeat left;
	padding-left: 20px;
	text-decoration: none;
	text-align: left;
	display: block;
	color: #D92609;
}


#Butterfly {

width:			550px;
	height:			373px;

	position:		absolute;
	
	top:			0px;
	margin-left:	100px;
	z-index:		9999;
	margin-right:	100px;

}



}




