@import url("style-navi.css");

body {
	background: #FFFFE6 url("bild/back.gif") fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin: 0;	
}
a {
	color: #000;
}
a:hover {
	color: #777;
}
a img {
	border: none;
}

ul,li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

header, nav, article, footer {
  display: block;
  width: 100%;
}

header  {
	position: fixed;
	top: 0;	
  background: #032967 url("bild/bgheader.jpg") no-repeat center top;
	height: 170px;
}
header div  {
	width: 960px;
	height: 170px;		
	margin: 0 auto;
}


nav {
	position: fixed;
	top: 170px;
	background: #FFFFE6 url("bild/back.gif") fixed;		
}

article {
	width: 960px;
	margin: 245px auto auto;
	padding-bottom: 50px;
	text-align: left;
	color: #333;		
}

footer {
	position: fixed;
	bottom: 0;
  background: #032967;  	
}

h1, h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	padding-top: 9px;		
	font-size: 2.4em;
	color: #032967;
}
h2 {	
	font-size: 1.5em;
}
h3 {	
	font-size: 1em;
}

td {
	vertical-align: top;
	padding: 10px;
}
.rechts {
	text-align: right;
}
.pic {
	border: 2px outset #999;
}
.picright {
	float: right;
	margin: 0 0 1em 1em;	
}

.taball {
	float: left;
	width: 600px;
	overflow: hidden;	
}
.taball h2 {
	font-size: 1.0em;
	font-weight: bold;
}
.tab1 {
	padding: 1px 25px;
	background: #005496;
}
.tab1 h2 {
	margin: 1px 0 7px 0;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;		
	font-size: 1.4em;	
	color: #fff;
}
.tab1 span {
	display: block;
	font-style: italic;
}
.tab2 {
	padding: 0;
	padding-left: 25px;
	margin-bottom: 3em;	
	background: #D8DEE3;
	font-size: 1em;
	line-height: 1em !important;
	overflow: hidden;	
}

ul.pdflist li {
    list-style-image: url(bild/pdf.png);
    margin: 6px 0 6px 50px;
    border: 5px solid #000;
}


ul.pdflistevents {
	float: right;
  display: block;
  width: 230px;
  padding-left: 65px;  
  border-top: 3px solid #005496;
  border-bottom: 3px solid #005496;  
  background: #D8DEE3;  
}
ul.pdflistevents li {
	list-style-image: url(bild/pdf.png);
	margin: 9px 0;
	font-size: 13px;
}

/* Kontaktformular */

label,input, textarea {
	width: 220px;
	float: left;
	margin-bottom: 0.5em;	
}
label {
	text-align: right;
	width: 120px;
	float: left;	
	padding-right: 1em;
}
input:focus {
	background: #EAE2E0;
}
input.check {
	width: auto;
	margin: 4px 10px 10px 90px;
}
br {
	clear: left;
}
