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

body {
	margin: 15px 0;
	background: #FFEDA4;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 75%;
	line-height: 1.7em;
	color: #000;
}

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

img {
    border: none;
}

#all {
	position: relative;
	width: 880px;
	margin: 0 auto;
	text-align: left;
}
#links {
	float: left;
	width: 190px;
	margin-top: 20px;			
}
#pankerlogo {
	width: 190px;
	height: 90px;
	clear: both;		
}
#leiste {
	height: 420px;
	border: 1px solid #fc0;
	border-right: none;	
	background: #FFEDA4 url(bild/bglire.gif) repeat-x;		
}
#mitte {
	float: left;
	width: 598px;
	padding-bottom: 50px;
	border-top: 1px solid #fc0;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #fc0;
	color: #415562;
	background: #fff;					
}
#rechts {
	float: left;
	width: 80px;
	height: 420px;	
	margin-top: 110px;	
	border: 1px solid #fc0;
	background: #FFEDA4 url(bild/bglire.gif) repeat-x; 		
}
#links h2 {
	padding: 5px 0 5px 15px;
	font-size: 1.2em;
	color: #fff;
	background: #F3C000;	
}
#rechts h2, #rechts h2 a {
	padding: 5px 0;
	margin-top: 260px;
	font-size: 1.0em;
	color: #fff;
	text-decoration: none;
	background: #F3C000;	
}
#inhalt {
	padding: 0 30px;
}
#mitte h1 {
	font-size: 1.6em;
}
#mitte h2 {
	font-size: 1.4em;
}
#mitte h3 {
	font-size: 1.2em;
}
p.kursiv {
	font-style: italic;
	color: #7C3A23;
}
a {
	color: #7C3A23;
}
a:hover {
	color: #006;
}

.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.auflisten li {
	list-style-image: url(bild/pin.gif);
	line-height: 12pt;
	margin: 6px 25px;
}
td {
	vertical-align: top;		
}
th {
	font-weight: bold;
	background: #F3C000;
	text-align: left;
}
.pic, .picleft, .picright {	
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}
.picleft {
	clear: both;	
	float: left;
	margin: 0 10px 10px 0;	
}
.picright {
	float: right;
	margin: 0 0 10px 10px;
}


.taball {
	width: 99%;	
}
.tab1 {
	padding: 4px 20px;
	background: #FFEDA4;
	border: 1px solid #fc0;	
	border-bottom: 0px;	
}
.tab1 span {
	font-style: italic;
	display: block;
}
#mitte .tab1 h2 {
	display: inline;
	font-size: 1.2em;
}
.tab2 {
    clear: both;
    overflow: auto;
	border: 1px solid #fc0;
	background-color: #FFFAE3;		
	padding: 2px 20px;
	margin-bottom: 1em;
}

* html .tab2 {
    height: 1%;
}

/* Neuigkeiten */
ul.neuigkeiten {
    padding: 0 8px;
    font-size: 0.8em;
    color: #333;
}

ul.neuigkeiten a {
    color: #A88600;
}

/* Galerie */

ul.thumbnails {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
  overflow: hidden;
}

ul.thumbnails li {            
    float: left;
    margin: 0 8px 8px 0;
    color: #aaa;
    border: 1px solid #aaa;
    padding: 2px;
    background-color: #fff;
}

ul.thumbnails li img {
    width: 120px;
    height: 120px;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* news-module listen */
ul.newslist,
ul.newslist li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.newslist li {
    margin-bottom: 30px;
}

ul.newslist li p {
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
}


