/*  body und schrift deffinitionen */
html {
  padding:0px;
  margin:0px;
}

body {
	background-color: #23110F;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	text-align:center;
	margin:0px;
	padding:0px;
}



p,pre, h1 {
	margin:0px 10px 10px 10px;
}

h1 {
	font-size:14px;
	padding-top:10px;
	text-transform:uppercase;
	color: #564b47;
	background-color: transparent;
}

td a {
	color: #222;
	font-size: 11px;
	text-decoration: none;
}

td a:hover {
	text-decoration: underline;
}

#navigation a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}


/*  positioning-layers statisch und absolut */
#box {
	width:990px;
	padding:0px;
	text-align:left;
	background-image: url(/images/hilly_bg.jpg);
	background-repeat: no-repeat;
}

#links {
	width:288px;
	height:625px;
	padding:0px;
	float:left;
	background-image: url(/images/left_bg.jpg);
	background-repeat: no-repeat;
}

#inhalt {
	width:685px;
	height:625px;
	padding:0px;
	float:left;
	background-image: url(/images/main_bg.jpg);
	background-repeat: no-repeat;
	margin-top:-55px;
}

#maintext {
	margin: 15px 15px;
	height:580px;
	overflow: auto;
}

#rechts {
	width:15px;
	padding:0px;
	float:left;
	background-color:#ff99cc;

}

#kopf {
	height:180px;
	background-color:transparent;
}

#kopf h1 {
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #564b47;
	background-color: #90897a;
	padding:5px 15px;
	margin:0px
}

#kopf p {
padding:10px;
margin:0px;
}

#footer {
	text-align:center;
	margin:5px 25px;
}

#footer a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#headlogotext {
	color:#fff;
	float:right;
	text-align:right;
	margin:5px 25px;
}
#headlogotext span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:48px;
	display:block;
}

#headlogotext a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#headlogotext a:hover {
	text-decoration: underline;
}
