/********** Grundlage **********/
/*******************************/
body {
	background-color: #C62020;
	background-image: url(../images/body_hintergrund.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
h1 { 
	font-size: 34px; 
}
h2 {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	font-size: 24px;
	border-bottom: #000000 2px solid;
}
h3 {
	padding: 0 0 10px 0;
	font-size: 16px;
	border-bottom: #000000 2px solid;
}
p {
	margin-top: 10px;
	text-align: justify;
	line-height: 160%;
}
a {
	color: #F5C314;
}
a:hover {
	text-decoration: none;
}
.liste {
	margin: 0;
	padding: 0;
	list-style: none;
    clear:both;
}
.liste li {
	padding: 5px 0;
	background: url(../images/punkt_schwarz.gif) repeat-x;
}

/********** Header **********/
/****************************/
#header {
	width: 694px;
	margin: 0 auto;
	padding: 40px 0 0 13px;
	height: 90px;
}
#header h1 {
	float: left;
}
#header ul {
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}
#header li {
	display: inline;
}
#header a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#header a.aktiv{
	color: #F5C314;
}
#header a:hover {
	text-decoration: underline;
}

/*********** Content ***********/
/*******************************/
#content {
	width: 694px;
	margin: 0 auto;
}

/********** Footer **********/
/****************************/
#footer {
	clear: both;
	width: 694px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#footer p {
	padding: 20px 0 0 0;
	border-top: #000000 2px solid;
	text-align: center;
	color: #FFFFFF;
}
