
/*Allgemein */

* {
	border:0;
	margin:0;
	padding:0;
}

.left {
	float:left;
	margin:0 10px 0 0;
}

.left2 {
	float:left;
	margin:0 2px 0 0;
}

.right {
	float:right;
	margin:0 0 0 5px;
}

a {
	color:#66B300;
	text-decoration:none;
}

a:hover {
	color:#66B300;
	text-decoration:underline;
}

/* body */

body {
	background:#ffffff url('images/background_body.jpg') repeat-x top;
	color:#666666;
	font:12px Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/*table */

table {
	color:#000000;
	font:12px Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}


/* header */

#header {
	background:url('images/background_header.jpg');
	height:320px;
	margin:0 0 0 3em;
	position:relative;
	width:760px;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#header h1 {
	color:#666666;
	font-size:35px;
	font-weight:500;
    left:60px;
	letter-spacing:-2px;
	position:absolute;
	top:60px;
}
#header h4 {
	color:#666666;
	font-size:10px;
	left:198px;
	position:absolute;
	top:85px;
}

.sterne {
	left:198px;
	position:absolute;
	top:60px;
}

#header p {
	bottom:60px;
	color:#fff;
	font-size:32px;
	position:absolute;
	right:28px;
}
#header ul {
	list-style:none;
	position:absolute;
	top:110px;
    left:60px;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	color:#666666;
	display:block;
	font-size:17px;
	font-weight:400;
	height:16px;
	padding:8px;
	width:190px;
}
#header ul li a:hover {
	background:#fff380;
	color:#b3a200;
	text-decoration:none;
}

/* content */
#content {
	height:auto;
	width:760px;
    margin:0 0 0 8em;
     
}

#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#content table {width: 100%;
}

#content p {
	
    color:#555;
	line-height:18px;
	padding:10px;
    
}

/* footer */
#footer {
	margin:10px auto;
	width:760px;
}

#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid #fff380;
	color:#000000;
	font-size:12px;
	line-height:20px;
	padding:10px;
	text-align:center;
    
}
