﻿body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../img/bg.png) top center repeat-x;
	margin:0; }
	
a{
	color:#06c;
	text-decoration:none;}
	
a.headlink{
	color:#ddd;
	font-size:10px;
	font-weight:normal;}
	
a:hover{
	text-decoration:underline;}	
	
h1{
	margin:0;
	padding:0;
	color:#fff;
	font-size:14px;}
	
p{
	margin:0;
	padding:0;
	line-height:20px;}
	
#main{
	width:790px;
	margin:0 auto;
	padding:5px;
	background:#fff;}
	
#wrap{
	width:100%;}
	
#head{
	width:100%;}
	
#logo{
	float:left;
	margin:50px 0 0 5px;}
	
#logo img{
	border:0;}

#headcontent{
	background:#fff;
	text-align:right;
	width:450px;
	height:150px;
	float:right;
	padding:0 0 0 3px;
	border-left:10px solid #007EA8;}
	
#headcontent div{
	background:#007EA8;
	color:#fff;
	height:130px;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	line-height:16px;}
	
#title{
	float:right;
	background:#fff;
	width:450px;
	height:30px;
	line-height:30px;
	margin:3px 0;
	padding:0 0 0 3px;
	text-align:right;
	border-left:10px solid #DBA400;
	border-left:10px solid #DBA400;
	border-left:10px solid #DBA400;}
	
#title h1{
	/*gruen*/
	/*background:#7EA800;*/
	/*dunkelrot*/
	/*background:#A8002A;*/
	/*ocker*/
	background:#DBA400;
	padding:0 10px 0 5px;}
	
.divider{
	clear:both;
	line-height:50px;}
	
#content{
	clear:both;}
	
#navigation{
	float:left;}
	
.zero{
	background-image:url(../img/0.png);}
.one{
	background-image:url(../img/1.png);}
.two{
	background-image:url(../img/2.png);}
.three{
	background-image:url(../img/3.png);}
.four{
	background-image:url(../img/4.png);}
.five{
	background-image:url(../img/5.png);}
.six{
	background-image:url(../img/6.png);}
.seven{
	background-image:url(../img/7.png);}

#navigation a{
	display:block;
	width:300px;
	height:39px;
	cursor:pointer;
	background-position:0% 0%;
	margin:0 0 5px 15px;}	
	
#navigation a:hover, #navigation a.active{
	background-position:0% 100%;}
	
#text{
	float:right;
	width:440px;
	padding:0 10px 50px 0;}