/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #f8f8f7;
	font-family: Arial, Helvetica, sans-serif;
	color: #7c7c7c;
}

h1 { 
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	margin-top: 30px;
	border-top: 1px solid #bfbfbf;
	padding-top: 26px;
}
h3 {
	font-size: 12px;
	margin: 0px;
}
p { 
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	
}
h1, h2, h3, p { 
	padding-left: 15px;
	padding-right: 15px;
}

a { color: #ae2d00; }
a:hover { color: #920a0a; }

table {
	font-size: 12px;
	border-collapse: collapse;
	margin: 0px 15px;
}
th, td {
	background-color: #FFFFFF;
	border: 1px solid #9e9e9e;
	padding: 10px 15px;
}
th { border-bottom-width: 5px; }
tr.dark td { background-color: #f2f2f2; }

form {
	padding: 0px 15px 15px 15px;
	font-size: 12px;
	line-height: 18px;
}
label {
	clear: both;
	display: block;
	float: left;
	width: 100px;
}
	label.check {
		clear: none;
		display: inline;
		float: none;
		width: auto;
		margin-left: 5px;
	}
input {
	margin-bottom: 5px;
}
	input.check {
		margin-bottom: 0px;
		margin-left: 100px;
	}
	input.send {
		margin-top: 10px;
		margin-left: 100px;
	}

.fehler { color: #ae2d00; }
.clear { clear: both; }

#header {
	position: relative;
	width: 958px;
	height: 125px;
}
	#header img {
		position: absolute;
		top: 28px;
		right: 0px;
		border: 0px;
	}
	#header ul {
		position: absolute;
		top: 92px;
		margin: 0px 0px 0px 21px;
		padding: 0px;
		font-size: 13px;
		font-weight: bold;
		list-style-type: none;
	}
		#header li {
			display: block;
			float: left;
			margin: 0px 21px 0px 0px;
			padding: 0px 0px 0px 20px;
			background-repeat: no-repeat;
		}
			#metaHome { background-image:url(../_img/bg-meta-home.gif); }
			#metaKontakt { background-image:url(../_img/bg-meta-kontakt.gif); }
			#metaNewsletter { background-image:url(../_img/bg-meta-newsletter.gif); }
			#metaImpressum { background-image:url(../_img/bg-meta-impressum.gif); }
			
			#header li a {
				font-weight: normal;
				text-decoration: none;
				color: #7c7c7c;
			}
				#header li a:hover {
					text-decoration: underline;
				}

.tracker {
	clear: both;
	border-top: 1px solid #9f9f9f;
	padding: 4px 0px 0px 15px;
	height: 31px;
	font-size: 10px;
}
	.tracker a {
		color: #7c7c7c;
	}

#container {
	width: 958px;
}

#navigation {
	width: 238px;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 10px;
	background-image: url(../_img/bg-nav-ul.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
	#navigation ul {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
	}
		#navigation ul li {
			color: #eeeeee;
			padding: 7px 0px 5px 21px;
			font-size: 15px;
			font-weight: bold;
			background-repeat: no-repeat;
		}
			#nav1 {
				background-image: url(../_img/bg-nav-1.gif);
				background-color: #bfbfbf;
			}
			#nav2 {
				background-image: url(../_img/bg-nav-2.gif);
				background-color: #c9c9c9;
			}
			#nav3 {
				background-image: url(../_img/bg-nav-3.gif);
				background-color: #dbdbdb;
			}
			#nav4 {
				background-image: url(../_img/bg-nav-4.gif);
				background-color: #eeeeee;
			}
			#navigation ul li ul {
				margin: 0px;
				padding: 8px 0px 0px 0px;
				list-style-type: none;
			}
				#navigation ul li ul li {
					padding: 0px;
					line-height: 18px;
					font-size: 13px;
				}
					#navigation ul li ul li a {
						padding: 0px 0px 0px 17px;
						background-image: url(../_img/bg-nav-li.gif);
						background-repeat: no-repeat;
						line-height: 18px;
						font-size: 13px;
						color: #4e0303;
						font-weight: normal;
						text-decoration: none;
					}
						#navigation ul li ul li a.active {
							background-image: url(../_img/bg-nav-li-active.gif);
							color: #ae2d00;
							font-weight: bold;
						}
						#navigation ul li ul li a:hover {
							text-decoration: underline;
						}

#content {
	position: relative;
	width: 696px;
	float: right;
	padding-bottom: 20px;
}
	#content ul {
		font-size: 12px;
		list-style-position: inside;
	}
	.pic { 
		margin: 0px 15px 15px 15px;
		clear: both;
	}
	.pic img { border: 1px solid #9f9f9f; }
	.pic p { padding-left: 0px; }
	.left { 
		float: left;
		margin-right: 20px;
	}
	.right {
		float: right;
		margin-left: 20px;
	}
	.lower { margin-top: 40px; }
	#pages strong { color: #ae2d00; }
	#pages a {
		color: #7c7c7c;
		text-decoration: none;
	}
	#pages a:hover {
		color: #ae2d00;
		text-decoration: underline;
	}

#zierleiste {
	margin: 10px 0px 5px 0px;
	height: 15px;
	background-image: url(../_img/bg-zierleiste.gif);
}

#startteaser {
	position: absolute;
	top: 310px;
	left: 540px;
	background-image: url(../_img/bg-startteaser.png);
	background-repeat: no-repeat;
	width: 114px;
	height: 151px;
	padding: 26px 24px 0px 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
	#startteaser strong {
		display: block;
	}
.startitem {
	width: 113px;
	height: 140px;
	padding: 9px;
	float: left;
	border-left: 1px solid #bfbfbf;
}
	.startitem h2 {
		border-top: 0px;
		margin-top: 0px;
		padding-top: 0px;
		margin-bottom: 10px;
		font-size: 12px;
		clear: none;
	}
	.startitem h2, .startitem p { padding-left: 0px; }
	.startitem ul {
		list-style-position: outside;
		margin-left: 0px;
		margin-top: 0px;
		padding-left: 0px;
	}

.item {
	clear: both;
	height: 228px;
	padding-right: 15px;
	border-top: 1px solid #bfbfbf;
	padding-top: 13px;
}
	.first { 
		border-top: 0px !important;
		padding-top: 0px;
	}
	.item img {
		border: 1px solid #9f9f9f;
		float: right;
		margin-left: 20px;
	}
	.item h2 {
		border-top: 0px;
		margin-top: 0px;
		padding-top: 0px;
		clear: none;
	}
	.item a, a.anfahrt, a.pdf {
		font-size: 12px;
		font-weight: bold;
		margin-left: 15px;
		padding-right: 10px;
		background-image: url(../_img/bg-item-a.gif);
		background-repeat: no-repeat;
		background-position: right;
		text-decoration: none;
	}
		a.anfahrt, a.pdf { margin-left: 0px; }
		.item a:hover, a:hover.anfahrt, a:hover.pdf {
			text-decoration: underline;
			color: #ae2d00;
		}

#details {
	width: 690px;
}
	#details img {
		float: left;
		border: 1px solid #9f9f9f;
	}
	#text {
		float: right;
		width: 270px;
	}
		#text h2 {
			border-top: 0px;
			margin-top: 0px;
			padding-top: 0px;
			clear: none;
		}
		#text h3 {
			font-weight: normal;
			font-size: 14px;
		}

.pressebilder {
	width: 320px;
	padding: 10px 0px 15px 15px;
	float: left;
}
	.pressebilder img { border: 1px solid #9f9f9f; }
