* {
    padding: 0;
    margin: 0;
} 

body {
background: #dce564;
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: 227px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #fff url(../img/header.gif) no-repeat;
}


#header .headerphoto {
	position: absolute;
	right: 20px ; top: 20px;
	width: 310px;
	height: 207px;
		
}
#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: #e2e3a7;		 	
	margin: 0 20px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #ebf149;
	float: left;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #666;	
	text-decoration: none;	
}
#menu li a:hover {
	background: #fff;
	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 {
line-height:160%;
padding-left: 20px;
padding-right:50px;
width:600px;
}
.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;
}

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

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