@charset "utf-8";
 
body {
	margin: 0px;
	color: #7a7a7a;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #e5e5e5;
}


#wrapper {
	margin: 0 auto;
	max-width: 980px;
	background-color: #ffffff;
	position: relative;
}

#header {
	
}

#logo {
	float: left;
	width: 260px;
	padding: 10px 20px 0 20px;
}

#navigation {
	float: left;
	width: 340px;
	padding: 30px 0;
	
}

#picture {
	width: 946px;
	margin: 0 auto;	
	clear: both;
}

#picture01 {
	float: left;
	width: 300px;
	padding: 10px 0px 0 30px;
	
}

#hauptinhalt {
	float: right;
	width: 580px;	
	margin-right: 55px;
	padding: 0 0 5px 0;
}

#notizen {
	float: left;
	width: 287px;
	margin-left: 20px;ß 
	margin-right: px;
}

#headline {
	width: 100%;
	margin: 15px auto;	
	clear: both;
	font-size: 1.5em;
	color: #a81028;
	text-align: center;
}

#slogan {
	width: 946px;
	margin: 0 auto;	
	clear: both;
	background-color: #a81028;
}

#top {
    overflow: hidden;
}

a img {
	border: none;
}	

h1 {
	font-size: 1.5em;
	color: #a81028;
	text-align: center;
	margin:  15px 0;
}

h2 {
	font-size: 1.5em;
	color: #ffffff;
	text-align: center;
	margin:  10px 0 0 0;
	line-height: 60px;
	background-color: #a81028;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	color: #a81028;
	margin:  0 0 12px 0;;
}

h5 {
	font-size: 18px;
	line-height: 24px;
	color: ##e5e5e5;
	margin:  0 0 12px 0;;
}


h5 {
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	text-align: center;
}

p {
	font-size: 16px;
	line-height: 21px;
	margin:  0px 0 15px 0;	
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #7a7a7a;
	text-decoration: underline;
}
a:visited {
	color: #7a7a7a;
}
a:hover: {color: #a81028;
}


strong {
	font-size: 16px;
	font-weight: 600;
	color: #656565;
}

.clear {clear:both; line-height:0; font-size:0; width:100%;}


.center {
	margin-left: auto;
	margin-right: auto;
}

#nav li {
	float: left;
}

#nav li a {
	float: left;
	padding: 20px 20px;
	color: #990000;
	text-decoration: none;
}

#nav li a:hover {
	background: #d3d1d1;
	color: #000000;
	text-decoration: none;
}

#nav li a.active {
	padding: 20px 20px;	
	background: #990000;
	color: #ffffff;
	text-decoration: none;	
}
ul, li {
	list-style:none;
}

footer {		
	font-size:13 px; font-weight:normal; line-height: 24px; color:#7a7a7a; text-align: center;
}

a.button-1 {font-size: 13px; color: #7a7a7a; text-decoration: none;}
a.button-1:visited {color: #7a7a7a; text-decoration: none;}
a.button-1:hover {color: #990000; text-decoration: none;
	
}



table {
   border:"0"; cellspacing:"0"; cellpadding:"0";
    
}

td {
   border: 0 solid gray;
   padding: 3px;
   text-align: center;
   vertical-align: top;
}


