* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	/*background: url(../images/bg/bg_main1.jpg) top left #21548d;*/
	background-color: #21548d;
	background-attachment: fixed;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, p, table, ul {
	margin-bottom: 15px;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.1em;
	color: #d50000;
}

h3 {
	font-size: 1em;
}

a {
	color: #000;
}

a:hover {
	color: #d50000;
}

#bannerTop {
	text-align: center;
	margin: 0 0 8px 0;
}

#mitte {
	margin: 10px auto;
	width: 980px;
}

#headerOben {
	height: 54px;
	background: url(../images/slices/header1.png) no-repeat #d50000;
	margin-bottom: 3px;
}

#headerOben li {
	float: right;
	margin-right: 9px;
	padding-top: 26px;
	font-size: .9em;
	font-weight: bold;
}

#headerOben a {
	text-decoration: none;
	color: #fff;
}

#headerOben a:hover {
	color: #000;
}

#headerUnten {
	height: 170px;
	background: url(../images/slices/header1.jpg) #fff;
	border: 1px solid #fff;
	margin-bottom: 3px;
}

#content {
	min-height: 800px;
	height: 100%;
	margin-bottom: 2px;
	border: 1px solid #d50000;
	background: url(../images/slices/spalten_bg.png) #fff repeat-y;
}

#footer {
	height: 42px;
	padding: 7px 0 0 6px;
	background: url(../images/slices/footer_bg.png) #d50000;
	font-size: .8em;
	color: #fff;
}

#footer a {
	color: #fff;
}

#spalteLinks {
	float: left;
	overflow: auto;
	width: 199px;
	min-height: 800px;
	height: 100%;
	padding: 15px;
	margin-right: 15px;
}

#spalteLinks ul, #headerOben ul {
	list-style: none;
}

#spalteLinks li {
	line-height: 1.9em;
	font-weight: bold;
}

#spalteLinks a {
	display: block;
	text-decoration: none;
	color: #000;
}

#spalteLinks a:hover {
	color: #d50000;
}

#spalteMitte, #spalteMitte2 {
	float: left;
	padding: 15px;
	width: 449px;
	margin-right: 15px;
}

#spalteMitte2 {
	width: 688px;
}

#spalteRechts {
	float: left;
	padding: 15px;
	width: 177px;
	height: 100%;
	min-height: 800px;
}

#clear {
	float: none;
	clear: both;
}

#floatL {
	float: left;
	margin: 0 12px 5px 0;
}

#floatR, #floatRTop {
	float: right;
	margin: 0 0 5px 12px;
}

#floatRTop {
	margin: 15px 15px 0 0;
}

#floatL a, #floatR a {
	font-size: .8em;
	text-decoration: none;
	color: #333;
}

#floatL a:hover, #floatR a:hover {
	color: #ff0000;
}

.thumbs img {
	border: 1px #000 solid;
}

.thumbs img:hover {
	border: 1px #d50000 solid;
}