/*Farben für die Website

*/

body {
	font-size: 85%;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	text-align: center;
	background: #FFE4C1;
	margin: 0px;
}
#wrap {
	width: 984px;
	margin: 0px auto;
	text-align: left;
}
div {
	margin: 0px;
	padding: 0px;
}
#header {
	width: 984px;
	height: 110px;
	background: #FFE4C1 url(../images/header_bg.gif) repeat-x top left;
}	

#menueoben {
	float: left;
	width: 984px;
	height: 17px;
	background: #000000;
	text-align: right;
}
#menueoben ul {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
}
#menueoben ul li {
	display: inline;
	color: #FFE4C1;
}
#menueoben ul a:link, #menueoben ul a:visited {
	color: #FFE4C1;
}
#menueoben ul a:hover, #menueoben ul a:active {
	color: #AB0000;
}
#navigation {
	float: left;
	width: 984px;
	height: 427px;
	border-bottom: 1px solid #000;
	background: #FFE4C1 url(../images/bg.jpg) no-repeat 0px -20px;
}
#navigation_ {
	float: left;
	width: 984px;
	height: 460px;
	border-bottom: 1px solid #000;
	background: #FFE4C1 url(../images/bg.jpg) no-repeat 0px -20px;
}
#news {
	float: left;
	width: 984px;
	height: 33px;
	border-top: 1px solid #999;
	background: #FFE4C1;
}
#partner {
	float: left;
	width: 984px;
	height: 100px;
	border-top: 1px solid #000;
	background: #DDD3B1;
}
#footer {
	float: left;
	width: 984px;
	height: 17px;
	font-size: 0.9em;
	background: #000000 url(../images/bg.jpg) no-repeat -150px -20px;
}
#footer p a:link, #footer p a:visited {
	color: #777;
}
#footer p a:hover, #footer p a:active {
	color: #999;
}
p#pin {
	padding-top: 20px;
}

h1, h2, h5, h6 {
	margin: 20px;
}
h3, h4 {
	margin: 15px 0 5px 0;
}
h4 {
	color: #AB0000;
}
TH.impressum {
  font-weight: bold;
  vertical-align: top;
  text-align: right;
  line-height: 1.5;
}
p, form {
	margin: 0px 0px;
}
p.header2 {
	font-size: 110%;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #ff9900;
	display: inline;
}
blockquote {
	font-style: oblique;
	color: #666666;
}
a:link {
	color: #ab0000;
	text-decoration: none;
}
a:visited {
	color: #ab0000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #ab0000;
	text-decoration: underline;
}

table {
	table-layout: auto;
}

caption {
	font-weight: bold;
}

p.connect {
	text-align: right;
}