body {
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
	text-align: left;
	line-height: 25px;
	background-color: #CCC8B8;
	color: #000000;
}
p {
   margin: 0px 0px 14px 0px;
}

a.normal:link, a.normal:visited {
 color: #000000;
} 

a.normal:hover {
 color: #C33100;
} 

a.spezial:link, a.spezial:visited {
 color: #000000;
 text-decoration: none;
} 

a.spezial:hover {
 color: #C33100;
 text-decoration: underline;
}

a.speziell:link, a.speziell:visited {
 color: #FFFFFF;
}


a.speziell:hover {
 color: #FFFF78;
}



html {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#header {
	margin: auto;
	width: 900px;
}
#header a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.menu {
	width: 900px;
	margin: 10px auto 10px auto;
}
.menu img {
	border: none;
	margin-left: 17px;
	margin-right: 8px;
	vertical-align: top;
}
#container {
	margin: auto;
	padding: 0px;
	text-align: left;
	border-bottom: 0px;
	width: 900px;
	min-height: 455px;
	background: #000 url(/img/bg1.gif) repeat-y top left;
}

#container2 {
	margin: auto;
	padding: 0px;
	text-align: left;
	border-bottom: 0px;
	width: 900px;
	min-height: 455px;
	background: #000 url(/img/bg3.gif) repeat-y top left;
}

#containerleft {
	display: inline;
	margin: 20px 0px 10px 20px;
	padding: 0px;
	width: 350px;
	float: left;
}
#containerright {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 496px;
	height: 575px;
	background: #000 url(/img/pic1.jpg) no-repeat top left;
}

#containercenter {
	display: inline;
	margin: 20px 100px 10px 20px;
	padding: 0px;
	width: 844px;
	float: left;
	background: #000 url(/img/bg1.gif) repeat-y top left;
}

#containercenter2 {
	display: inline;
	margin: 20px 100px 10px 20px;
	padding: 0px;
	width: 844px;
	float: left;
	background: #000 url(/img/bg2.gif) repeat-y top left;
}

.clearboth {
	clear: both;
}
#map {
	border: 1px solid #DDCBB3;
}
#footer {
	margin: 1px auto 80px auto;
	width: 900px;
	height: 42px;
	color: #A39B7E;
	font-size: 10px;
	text-align: left;
}
h1 {
	color: #5A4F32;
	font-size: 20px;
}
h2 {
	color: #000000;
	font-size: 15px;
}
h3 {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:focus {
	color: #8C4606;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:focus {
	color: #A39B7E;
	font-size: 10px;
	text-decoration: none;
}
.normal a:link, .normal a:visited, .normal a:active, .normal a:focus {
	color: #8C4606;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.input {
	background-image: url(../img/bg_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: none;
	border-left: solid 1px #C3C3C3;
	border-right: solid 1px #C3C3C3;
	border-bottom: solid 1px #DDDDDD;
	padding: 5px 5px 5px 5px;
	width: 95%;
	height: 16px;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, sans-serif;
}
.textarea {
	background-image: url(../img/bg_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: none;
	border-left: solid 1px #C3C3C3;
	border-right: solid 1px #C3C3C3;
	border-bottom: solid 1px #DDDDDD;
	padding: 5px 5px 5px 5px;
	width: 95%;
	height: 150px;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, sans-serif;
	margin-top: 10px;
}