html {
	margin: 0 auto;
	padding: 0;
	height: 100%;
}
body{
	background: #fff;
	color: #999;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1{ margin: 0; padding: 10px 20px; font-size: 30px;}
h2{
	background-color: #FFFFFF;
	color: #666666;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
	font-style: italic;
	text-decoration: underline;
}
h3{
 	background-color: #FFFFFF;
	color: #666666;
	margin: 0; 
	padding: 5px 20px; 
	font-size: 16px;
}
h4{
 	background-color: #FFFFFF;
	color: #000;
	margin: 0; 
	padding: 0; 
	font-size: 14px;
}
p {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 14px;
	margin: 10px 0 10px 0;
}
a{
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
	margin: 10px 0 10px 0;
	text-decoration: none
}
a:hover{
	background-color: #FFFFFF;
	color: #000;
	font-size: 12px;
	margin: 10px 0 10px 0;
	text-decoration: underline;
}
img{border:none;}

#slider a {margin:0}

#wrapper {
	background-color: #FF0000;
	width: 950px;
	height: 600px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#left {
	background: #FFF url(../template/images/bg_left.png) top no-repeat;
	width: 100px;
	height: 100%;
	position: absolute;
}
#main_top {
	background: #FFF url(../template/images/bg_main_top.png) left top repeat-y;
	width: 740px;
	height: 343px;
	position: absolute;
	left: 100px;
}

	#main_top_left {
		background: none;
		width: 400px;
		position: absolute;
		top: 60px;
		left: 20px;
		z-index:30;
	}
	#main_top_right {
		background: #FFF;
		width: 300px;
		height: 250px;
		position: absolute;
		top: 60px;
		left: 440px;
		z-index:20;
	}

#main_middle {
	background: #FFF url(../template/images/bg_main_middle.png) top no-repeat;
	width: 730px;
	height: 105px;
	position: absolute;
	left: 100px;
	top: 343px;
	z-index:25;
}
#main_bottom {
	background-color: #FFFFFF;
	width: 730px;
	height: 152px;
	position: absolute;
	left: 100px;
	top: 448px;
	z-index: 21;
}
#right {
	background: #FFF url(../template/images/bg_right.png) top no-repeat;
	width: 120px;
	height: 100%;
	position: absolute;
	left: 830px;
}
#logo {
	position: absolute;
	text-align: center;
	width: 365px;
	top: -60px;
	left: 420px;
	z-index: 60;
}
	#logo h3{ background: none;}
	
.wichtig {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 16px;
	font-style:italic;
	font-weight: bold;

}
.bigletter{
	background-color: #FFFFFF;
	color: #666;
	font-size: 19px;
	font-weight: bold;}
	
.myButton {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background-color:#768d87;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:11px 35px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.myButton:hover {
	background-color:#6c7c7c;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:11px 35px;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}

        