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

body {
	background: #197694;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;
	margin: 0;	
}

a {
	color: #22A3CD;
}
a:hover {
	color: #f00;
}
a.extern {
	padding-left: 20px;
	background: url("bild/extern.gif") no-repeat;
}
#all {
	position: relative;
	text-align: center;	
	width: 760px;
	margin: 0 auto;
	border-left: 9px solid #145F77;
	border-right: 9px solid #145F77;	
	background: #fff;		
}

header {
	display: block;
	background: #fff;
}
header h1 {
  margin: 0;
}
header h1 a {
	text-indent: -9999px;
  display: block;	
	margin: 0;
	width: 760px;
	height: 120px;
	background: url("bild/ankesevenich.gif") no-repeat scroll;
}

#slideshow {
	display: block;
	height: 206px;			
}
#slideshow ul {
	margin: 0;
	padding: 0;
	height: 200px;
	overflow: hidden;
	border-bottom: 6px solid #FFF;
}
#slideshow ul li {
	float: left;
}

nav {
	display: block;	
	height: 35px;
	background: #145F77;			
}
#mitte {	
	background: url("bild/bgmitte.gif");
}
#links {	
	float: left;
	width: 250px;	
	text-align: left;
	padding: 1em;
}
#rechts {		
	float: right;
	width: 460px;
	text-align: left;
	padding: 1em 1em 1em 0;		
}
footer {
	display: block;	
	clear: both;
	height: 30px;	
	padding: 5px 20px;
	text-align: left;
	background: #145F77;
	color: #fff;
	font-size: 1.4em;
	letter-spacing: 2px;		
}
h1, h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: #777;
	font-size: 1.9em;	
}
h2 {
	font-size: 1.4em;
}
.untertitel {
	width: 150px;
	font-family: Arial, Verdana;
	font-size: 11px;
}
#links img {
	padding: 7px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
}
.picleft {
	float: left;	
	margin: 0 1em 1em 0;
}
.picright {
	float: right;	
	margin: 0 0 1em 1em;
}


.taball {
	margin-bottom: 1em;
	width: 99%;
}
.taball h2 {
	font-size: 1.3em;
	font-weight: bold;
}
.tab1 {
	padding: 1px 20px;
	background: #DCDADA;
	font-weight: bold;	
}
.tab1 span {
	display: block;
	font-style: italic;
}
.tab2 {
	clear: both;
	padding: 2px 20px;
	margin-bottom: 1em;
	border-bottom: 2px solid #ccc;	
	background: #f1f1f1;
	font-size: 1em;
	overflow: auto;	
}

* html .tab2 {
    height: 1%;
}
