@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/bottombg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#topbg {
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0;
	margin: 0;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 0;
}
#wrapper {
	text-align: left;
	width: 712px;
	margin: 0px auto;
	z-index: 2;
	position: relative;
	top: 0px;
}
#kopflinks {
	float: left;
}
#kopfrechts {
	float: right;
}
#sponsoren {
	z-index: 1;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	text-align: center;
	padding-top: 70px;
}
#content {
	clear: both;
}
.spalte {
	float: left;
	width: 356px;
	margin-top: 18px;
}
.spalte h1 {
	font-size: 15px;
	padding-left: 5px;
	text-transform: uppercase;
	color: #000000;
}
.spalte h1 a, .spalte h1 a:visited {
	color: #000000;
}
.datumgross {
	text-align: center;
	clear: both;
	padding: 40px 0;
}
td, tr {
	font-size: 15px;
	padding: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
h6 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 30px 0 0 0;
}
.spaltebreit {
	width: 356px;
	float: left;
	margin-top: 18px;
}
.spaltebreit p {
	padding: 0px 0px 0px 5px;
	font-size: 15px;
	line-height: 1.5;
}
.spaltebreit h2 {
    font-size: 26px;
	padding-left: 5px;
	font-style:italic;
	
}
.spaltebreit h1 {
	font-size: 32px;
	padding-left: 5px;
	font-style:italic;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
p a:link, td a:link, tr a:link, h1 a:link  {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
p a:visited, td a:visited, tr a:visited, h1 a:visited  {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
p a:hover, td a:hover, tr a:hover, h1 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E20026;
}
p img a, p img a:link, p img a:visited, p img a:hover {
    border: 0 none;
	text-decoration: none;
}
img a, img a:link, img a:visited, img a:hover {
    border: 0 none;
	text-decoration: none;
}
.datumklein {
	margin-top: 18px;
}
.archiv {
	font-size: 80%;
	color: #999999;
	text-align: center;
	padding: 5px;
	position: fixed;
	top: 0px;
    left: 0px;
	z-index: 3;
}
.archiv a {
	color: #fff;
	text-decoration: none;
    background-color: #600;
    padding: 5px;
}
.schatten {
  box-shadow: 0px 0px 15px #333;
  -moz-box-shadow: 0px 0px 15px #333;
  -webkit-box-shadow: 0px 0px 15px #333;
}

