* {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:11px;
	line-height: 18px;
}
a {
	border:none;
	color:#fc0000;
	text-decoration:none;
}
p {
	margin:10px 0px 10px 0;
	padding:0px;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:11px;
	line-height: 18px;
	color:#000;
}
h1 {
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
	display:inline-block;
	font-weight: bold;
	font-size:11px;
}

body {
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:10px;
	color:#61585b; 	
	background:#fff;
}


#hauptcontainer {
	margin:0 auto 20px auto;
	width:1008px;
	text-align:left;
	background:#f8e8c4;
}
#start_container {
	width:930px;
	margin:0 auto 20px auto;
	padding-top:110px;
}
	#start_button {
		width:120px;
		height:37px;
		margin:0 auto 0 auto;
		padding:10px 0 0 0;
		background: url(../images/butt1.png) no-repeat;
		text-align:center;
	}
	#start_button a {
		color:#fc0000;
		font-size:11px;
		line-height:11px;
	}
	#start_button a:hover {
		color:#000;
	}

	
#top_container {
	width:1008px;
	height:82px;
	margin:0 auto 0 auto;
	background: url(../images/collage1.jpg);
}

#navi {
	width:840px;
	height:82px;
	margin:0px auto 20px auto;
}
	#navi  a{
		color:#ceba8a;
		font-size:11px;
		line-height:11px;
	}
	#navi  a.aktiv {
		color:#000;
		font-weight: bold;
	}
	#navi li {
		width:120px;
		height:37px;
		margin:12px 0px 12px 0px;
		padding:10px 0 0 0;
		list-style-type:none;
		background: url(../images/butt1.png) no-repeat;
		float: left;
		text-align:center;
	}

#content {
	margin:0 auto 20px auto;
	width:700px;
}

.guestbook {
color:#61585b;
}