* {
    padding: 0;
    margin: 0;
} 

body {
background: #e6f6c7;
font-family: "Trebuchet MS" Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

a {
text-decoration: none;
color: #360;
}
a:hover {
text-decoration: underline;
color: #98cb00;
}

#wrap {
width: 800px;
margin: 20px auto;
background: #fff url(../img/content.gif) repeat-y;
}

/* header */
#header {
	position: relative;
	height: 220px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #fff url(../img/header.jpg) no-repeat;
}


#header .headerphoto{
	position: absolute;
	left:20px; top: 20px;
	height: 126px;
	width:760px;
	background: #fff url(../img/content.gif) repeat-y;
		
}
.headerphoto a img{
border:0;

}

#header .headerphototext{
	position: absolute;
	left:20px; top: 20px;
	height: 210px;
	width:760px;
	background: #fff url(../img/content.gif) repeat-y;
		
}
.headerphototext a img{
border:0;
float:left;
padding-right:10px;

}
.headerphototext h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 20px;
line-height:180%;
}
#header #logo-box {
	position: absolute;
	left: 20px ; top: 20px;
	width: 460px;
	height: 207px;	
	background: #9c0;
}
#logo-box h1#logo {
	position: absolute;
	font: normal 24px 'Lucida Bright', Sans-serif;
	letter-spacing: 0px;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 130px;
	left: 10px;
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#logo-box #slogan {
	position: absolute;
	font: normal 12px 'Lucida Bright', Sans-serif;
	text-transform: none;
	color: #360;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 160px;
	left: 10px;
}
/* header menu */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 800px;		
	background: #e6f6c7 url(../img/content.gif) repeat-y;
	float: left;
	
}
#menu ul {
	font: bolder 14px 'Trebuchet MS' Arial, Helvetica, sans-serif;;
	width: 760px;
	background-color: #ccc;		 	
	margin: 1px 20px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;
}
#menu li {
	float: left;
	list-style: none;
	width: 379px;
	border-right:1px solid #FFF;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #666;	
	text-decoration: none;	
}
#menu li a:hover {
	background: #c6cf02;
	color: #666;
}
#menu li a.current  {
	background: #fff;
	color: #666;
}
/* Inhalte */

#content {
background: #fff url(../img/content.gif) repeat-y;
padding: 20px;
}

.main {
background:#fff url(../img/content_bg.jpg) repeat-x;
width:760px;

}
.main .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.main li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
	padding-top: .4em;
}


.main p, .main h2, .main ul, .main .floatLeft{
line-height:160%;
padding-left: 20px;
padding-right:50px;
width:330px;
}


.main p img {
padding-right:10px;
padding-bottom:10px;
float:left;

}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 20px;
line-height:180%;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

.main .floatLeft {
float:left;
 width:330px;
 height:110px;
 margin:4px 0

}


.main .kasten{
     margin:4px 0;  
     line-height:160%;
	 }  

#bottom {
background: #eee url(../img/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
font-size: 13px;
color: #999;
text-align: center;
margin-top:20px;
}
