/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-image: url(../_img/bg_body_holz.jpg);
	padding-top: 40px;
}
a {
	color: #000000;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	a.aktNav {
		color: #FF9C00;
	}
		a.aktNav:hover {
			text-decoration: none;
		}
#container {
	position: relative;
	margin: auto;
	margin-bottom: 40px;
	padding: 20px 20px 0px 20px;
	width: 672px;
	background-color: #FFFFFF;
}
	#langNav {
		position: absolute;
		top: 0px;
		left: 20px;
		padding-top: 3px;
		width: 300px;
		height: 17px;
		font-size: 11px;
	}
	#metaNav {
		position: absolute;
		top: 0px;
		left: 320px;
		padding-top: 3px;
		width: 372px;
		height: 17px;
		text-align: right;
		font-size: 11px;
	}
	#header {
		clear: left;
	}
	#nav {
		padding: 4px 0px;
		text-align: right;
		font-size: 13px;
		font-weight: bold;
	}
	table {
		border-bottom: #FFFFFF 20px solid;
		position: relative;
		top: 0px;
		left: 0px;
		width: 672px;
		color: #FFFFFF;
		font-size: 12px;
		background-color: #1A364C;
	}
	td {
		border: 20px solid #1A364C;
		vertical-align: top;
		border-collapse: collapse;
	}
		td.no_bb {
			border-bottom-width: 0px;
		}
		td.no_tb {
			border-top-width: 0px;
		}
		td.hell {
			background-color: #314a5e;
		}
		td.hell2 {
			background-color: #516677;
			padding: 20px 20px 10px 20px;
			border-top-width: 0px;
			border-bottom-width: 10px;
		}
		td img {
			display: block;
			margin-bottom: 3px;
		}
		td span {
			font-size: 11px;
		}
			td span a {
				color: #FFFFFF;
			}
		img.hl {
			margin-bottom: 40px;
		}
	p a, form a {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
	}
		p a:hover, form a:hover {
			color: #A8A8A8;
		}
			table p {
				padding-bottom: 10px;
				line-height: 14px;
			}
input, select {
	margin-bottom: 5px;
	display: block;
	border: #FFFFFF 1px solid;
}
select {
	display: inline;
}
p.fehler {
	color: #FF0000;
	font-weight: bold;
}
#pickerl {
	position: absolute;
	top: 15px;
	right: 10px;
}