* {
    padding: 0;
    margin: 0;
} 

body {
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;;
text-align:center;
}

img {
	border: none;
	margin: 5px;
}
a { color: #4c320d;  }
a:hover { text-decoration: none; color : #000; }

#wrap {
	width: 900px;
	height:660px;
	position: relative;
	margin:0 auto;
}

#header {
	background: url(images/startseite_1.jpg) no-repeat;
	height: 92px;
	width:900px;
	position: relative;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 20px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 21px;
letter-spacing: -1px;
line-height: 12px;
}

#menu {
height: 57px;
line-height: 30px;
background:url(images/startseite_2.jpg) no-repeat;
}
#menu ul {
	padding-left: 15px;
	list-style-type: none;
	padding-top: 15px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
	color: #000000;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu ul li a:hover {
color:#CC3300;
text-decoration: underline;
}

#content {
	height:486px;
	width:900px;
	position: relative;
	background-image: url(images/startseite_3.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
img
{
	border-bottom-style: none;
}

.left {
	width: 588px;
	float: left;
	text-align: justify;
	padding-left: 28px;
}
.left h2 {
color: #666666;
font-size: 24px;
letter-spacing: -3px;
font-weight: normal;
padding : 10px 0 15px 0;
}

.right {
	width: 170px;
	float: right;
	font-size: 12px;
	padding-right: 22px;
	height: 485px;
	background-image: url(images/spacer.png);
	background-repeat: no-repeat;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

.center {
	width: 588px;
	float: left;
	text-align: justify;
	padding-left: 1px;
}
.center h2 {
color: #666666;
font-size: 24px;
letter-spacing: -3px;
font-weight: normal;
padding : 10px 0 15px 0;
}

#top {
    background-color:#FFFFFF;
	padding: 5px 0;
	color: #FFFFFF;
}
#bottom {
background:url(images/startseite_4.jpg) no-repeat;
padding: 10px 0;
}

#footer {
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	padding: 0 0 10px 0;
	background-image:url(images/startseite_4.jpg);
	height:25px;
	width:900px;
	background-repeat: no-repeat;
	position: relative;
}
#footer a { color: #ffffff; }

