body {
	font-family: Arial;
	font-size: 12px;
	color: white;
	background: #98CDFD;
	background-repeat: repeat-x;
	text-align: left;
}

* {
	margin: 0;
	padding: 0;
}

#maincontainer {
	background: #003471;
	width: 980px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
    min-height: 100%; 
	height: auto !important; 
    height: 100%; 
    margin: 0 auto;
}

#navcontainer {
	margin-top: -5px;
	height: 28px;
	background: #438BCB;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 100%;
	overflow: visible;
}

#footer {
	margin-top: 20px;
	padding-top: 5px;
	height: 23px;
	background: #438BCB;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#logo {
	float: left;
	text-align:left;
}

#logo img {
	width: 120px;
	border: none;	
}

#logo_rechts {
	float: right;
	height: 85px;
	overflow: visible;	
	position:relative;
}

#head {
	float: left;
	text-align:left;
	padding-top: 15px;
	padding-left: 10px;
}

#head h1 {
	font-size: 22px;	
}

.clear {
	clear: both;	
}

.error {
    color: #000000;
    background-color: #FF0000;
    font-weight: bold;
    text-align: left;
    width: 614px;
    border: 1px solid #FFF;
    padding: 5px;
    margin-top: 10px; 
}

.information {
    color: #000000;
    background-color: #00FF00;
    font-weight: bold;
    text-align: left;
    width: 614px;
    border: 1px solid #FFF;
    padding: 5px;
    margin-top: 10px; 
}

#navigation_links {
	float:left;
	background: #438BCB;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 20px 0 0 0;
	width: 160px;
	z-index: 99;
}

#navigation_links a{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	width: auto;
	color: #FFF;
	text-decoration: none;
}

#navigation_links a:hover {
	color:#003471; background:#99CDFD;
}

#navigation_links ul {
	list-style-type:none; 
	z-index: 1;
}

#navigation_links ul li ul {
	display: none;
}

#navigation_links ul li:hover ul {
	margin-left: 160px;
	margin-top: -20px;
	width: 160px;
	display: block;
	background: #438BCB;
	border: 1px solid #FFF;
	border-left: none;
	z-index: 1;
}

#navigation_rechts {
	float: right;
	width: 160px;	
	background: #438BCB;
	margin: 20px 0 0 0;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#navi, #navi ul { list-style-type:none; margin:0; padding:0; z-index: 999; } /* Style-Reset */
#navi li { width:128px; float:left; z-index: 999; } /* Horizontale Anordnung */	
#navi li ul { display:none; } /* Normalzustand eingeklappt */
#navi li:hover ul { display:block; z-index: 999; } /* Ausgeklappt */


#navi { position:absolute; }
#navi li { background: #438BCB; width: 126px; margin:0; }
#navi li:hover { background: #438BCB; width: 126px;}
#navi li:hover ul li { border: none; }
#navi ul li { border: none; margin:0; }

#navi a { color: #FFF; height: 17px; padding-top: 6px; padding-bottom: 5px; font-weight:bold; text-align:center; display:block; }
#navi a:link, #navi a:visited { color:#FFF; text-decoration:none; }
#navi a:active, #navi a:hover { color:#003471; background:#99CDFD; text-decoration:none; }
#navi a.active {
		color:#003471; background:#99CDFD; text-decoration:none;
}
#navi ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	height: auto;
	font-weight: normal;	
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#navi ul li a.last {
	border-bottom: 1px solid #FFF;	
}

#menu {list-style-type:none; padding:0; width:324px;}
#menu li {padding:0; margin:0; position:relative; width:160px; height:20px;}
#menu li dl {position:absolute; top:0; left:0; padding-bottom:0;}
#menu li a, #menu li a:visited {text-decoration:none;}
#menu li dd {display:none;}
#menu dl {width: 160px; margin: 0; padding: 0; background: transparent;}
#menu dt {margin:0; padding: 0;}

#menu dd {margin:0; padding:0; color: #fff; text-align:left; width:160px; float:right; clear:right; border-right: 1px solid #FFF; border-left: 1px solid #FFF;}
#menu dd.last {border-bottom: 1px solid #FFF;}

#menu dt a, #menu dt a:visited {display:block; color: #FFF; text-align:left; background:#438BCB;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {width:322px;}

#menu li:hover dt a, #menu a:hover dt a {color:#003471; background:#99CDFD; border-top: 1px solid #FFF; border-right: 1px solid #FFF;}

#menu dd a, #menu dd a:visited {background:#438BCB; color:#fff; text-decoration:none; display:block; text-align:left;}

#menu dd a:hover {background: #99CDFD; color:#003471;}

#menu b {display:block; overflow:hidden; height:1px;}


#header {
	padding: 0px;
	height: 100px;
	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat;
	
}

* html #header {
	overflow: hidden;	
}

#mitte {
	background: #003471;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#inhalt {
	float: left;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	width: 614px;
	overflow: visible;
}

#zeitleiste {
	text-align: left;
	margin-right: 15px;
	padding: 5px;
	width: 614px;
	height: auto;
	border: 1px solid #FFF;
	background: #448CCB;
	overflow: visible;
}

#login {
	border: none;
	text-align:left;
	padding: 2px;
}

.rahmen {
    overflow: hidden;
	padding: 5px;
	color: #003471;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #FFF;
	background: #99CDFD;
	width: 100%;
	margin-top: 10px;
}

#rahmen.intern {
	padding: 5px;
	background-color: #fff;
}

#satzung ul li {
	line-height: normal;
	list-style-type: disc;
	margin-left: 15px;
}

#satzung {
	padding: 12px;
}

#kalender {
	position: fixed;
	right: 10px;
	top: 150px;
	background: #d8eafb;
	border: 1px solid #003471;
	text-align: center;
}

#feste_galerie {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    float: right;
    width: 160px;
    margin: 10px;
    background: white;
    min-height: 50px;
    border: 1px solid #003471;
}

#feste_galerie a {
	display: block;
	width: auto;
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	border: 1px solid #FFF;
}

#feste_galerie a:hover {
	color: #FFF;
	background: #99CDFD;
	border: 1px solid #438BCB;	
}

#feste_galerie h4 {
	color: #003471;
}

table.feste_overview td {
    text-align: center;
    border: 0;
    width: 152px;
    height: 160px;
}

* html table.feste_overview {
	float: left;
}	

a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #003470;
	font-size: 12px;
}

a:active, a:hover {
	color: #ff9200;
}

a.footer:link, a.footer:visited, a.footer:active, a.footer:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
}

a.footer:active, a.footer:hover {
	color: #FF9200;
}

a.navintern, a.navintern:visited, a.navintern:active, a.navintern:hover {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	width: auto;
	color: #FFF;
	text-decoration: none;
}

a.navintern:active, a.navintern:hover {
	color: #003471;
	background: #99CDFD;
}

a.image {
    border: none;
    text-decoration: none;
    color: #99CDFD;
}

a.image:hover {
    border: none;
    text-decoration: none;
    color: #003470;
}

img.logorechts {
	position: relative;
	left: 350px;
}

img.keinrahmen {
	border: 0px;
}

img.showroom {
	margin: 15px;
	border: 1px solid #000;
}

img.feste {
    float: left;
    margin: 5px;
}

img.feste_overview {
    border: 1px solid #003471;
}

h1 {
	font-size: 18px;
	color: #ffffff;
	margin: 0px;
}

h2 {
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
}

h3 {
	height: 20px;
	padding-top: 4px;
	padding-left: 3px;
	width: 157px;
	background: #FFF;
	background-image: url(../images/navtopbg.png);
	font-size: 14px;
	color: #003471;
	margin: 0px;
}

h5 {
	font-size: 16px;
	color: #003471;
	margin: 0px;
	font-weight: bold;
}

a.h3 {
	font-size: 16px;
	color: #ffffff;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
}

a.h3:hover {
	color: #ff6600;
}

h4 {
	font-size: 12px;
	color: #003471;
	margin: 0px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	font-weight: bold;	
}

#zeitleiste a {
	font-size: 12px;
	padding: 1px;
	color: #FFF;
	margin: 0px;
	font-weight: bold;		
	text-decoration: none; 
}

#zeitleiste a.active {
	background: #98CDFD;
	color: #003471;	
}

#zeitleiste a:hover {
	text-decoration: underline;	
}

p {
    padding-bottom: 5px;
}

div.left {
	float: left;
}

div.right {
	float: right;
	width: 200px;
	padding-right: 10px;
}

form.login {
	color: #FFF;
	text-align: center;
}

td {
	border-bottom: 1px solid #000;
	padding: 3px;
}

td.head {
	font-weight: bold;
	color: #fff;
	background: #448CCB;
}

td.ntermin {
	background: #009900;
}

td.heute {
	background: #FF6600;
}

table {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	border-collapse: collapse;
	color: #003470;
}

tr.termine_intern {
	background: #FFCC00;	
}

tr.termine:hover {
	background: #FFF;
}

tr.termine {
	background: #99CDFD;	
}

tr.termine_intern:hover {
	background: #FFF;
}

input {
	background-color: #FFF;
	color: #003470;
	border: 1px solid #003471;
	padding: 1px;
}

input:focus {
    background-color: #FF6600;
}

input.login {
	background-color: #99CDFD;
	color: #003470;
	border: 1px solid #FFF;
	width: 150px;
}

input.login:focus {
	background-color: #FF6600;
	color: #003470;
	border: 1px solid #FFF;
}

textarea {
	background-color: #FFF;
	color: #003470;
	border: 1px solid #003471;
	padding: 1px;
}

textarea:focus {
	background-color: #FF6600;
}

select {
	background-color: #FFF;
	color: #003470;
	text-align: center;
	border: 1px solid #003471;
}

input[type='submit'] {
	margin-top: 5px;
	background-color: #FFF;
	color: #003471;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	border: 1px solid #003471;
	width: 140px;
}

input[type='button'] {
	margin-top: 5px;
	background-color: #fff;
	color: #003471;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	border: 1px solid #003471;
	width: 140px;
}

input[type='reset'] {
	margin-top: 5px;
	background-color: #fff;
	color: #003471;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	border: 1px solid #003471;
	width: 140px;
}

input[type='submit'].login {
	margin-top: 5px;
	background-color: #99cdfd;
	width: 100px;
	color: #003471;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	border: 1px solid #003471;
}

input[type='submit']:hover {
	background-color: #FF6600;
}

input[type='button']:hover {
	background-color: #FF6600;
}

input[type='reset']:hover {
	background-color: #FF6600;
}

input.date {
	width: 35px;
}

table.big_showroom {
	border: none;
	width: 600px;
	height: 400px;
	background-color: #fff;	
}

table.big_showroom td.bild {
	width: 512px;
	height: 384px;
}

table.big_showroom td {
	border: none;	
}
table.big_showroom td.links {
	width: 30px;
	padding: 5px;,
	vertical-align:middle;
}

table.big_showroom td.rechts {
	width: 30px;
	padding: 5px;
	vertical-align:middle;
}

table.thumbs_showroom {
	border: none;
	width: 130px;	
}

table.thumbs_showroom td {
	border: none;	
	padding: 5px;
}

table.thumbs_showroom td.bilder {
	width:130px;
	height: 90px;
}

table.forum {
	float: left;
	border: none;
	width: 100%;
	border-collapse: collapse;
}

table.forum th {
	background-color: #FFF;
	border: 1px solid #003471;
	padding: 3px;
	font-size: 13px;
}

table.forum td {
	padding: 3px;
	border: 1px solid #003471;
	text-align: left;
}


table.forum td.odd {
	background-color: #99CDFD;
}

table.forum td.even {
	background-color: #D8EAFB;
}

table.forum tr:hover td.even {
	background-color: #FFF;
}

table.forum tr:hover td.odd {
	background-color: #FFF;	
}

table.mitglieder {
	border: none;
	width: 100%;
	border-collapse: collapse;
}

table.mitglieder th {
	background-color: #FFF;
	border: 1px solid #003471;
	padding: 3px;
	font-size: 13px;
}

table.mitglieder td {
	padding: 3px;
	border: 1px solid #003471;
}


table.mitglieder td.odd {
	background-color: #99CDFD;
}

table.mitglieder tr:hover td.even{
	background-color: #fff;	
}

table.mitglieder tr:hover td.odd{
	background-color: #fff;	
}

table.mitglieder td.even {
	background-color: #D8EAFB;
}

div.sonstiges {
 	background: #D8EAFB;
}

table.vorstand {
	width:100%;
	border-collapse: collapse;
}

table.vorstand td {
	vertical-align: top;
	border: 1px solid #003471;
}

div.vorstand {
	background: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
}

table.profil {
	width: 100%;
	border: none;
}

table.profil td {
	border: 1px solid #003471;
	width: 25%;
	text-align: left;
	padding: 5px;
	font-weight: bold;
}

table.profil th {
	background: #FFF;
	border: 1px solid #003471;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}

table.profil_anzeige {
	width: 100%;
	border: none;
}

table.profil_anzeige td {
	border: 1px solid #003471;
	text-align: left;
	padding: 5px;
}

table.profil_anzeige td.bild {
	border: 1px solid #003471;
	text-align: center;
	width: 100px;
}

table.profil_anzeige th {
	background: #FFF;
	border: 1px solid #003471;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}

img.details{
	border: 2px solid #ff6600;
}

img.details:hover {
	border: 2px solid #003471;
}

table.galerie_liste {
	border: 0;
}

table.galerie_liste td {
	border: 0;
	padding: 1px;
	text-align: center;
}
table.galerie_liste a {
	text-decoration: none;
}

hr {
    margin: 10px 0;
	border: 1px solid #003471;
}

table.gbook {
	width: 100%;
	border-collapse: collapse;
}

table.gbook td {
	border: 1px solid #FFF;
}

table.gbook th {
	border: 1px solid #FFF;
	width: 100px;
}

table.gbook tr:hover {
	background: #FFF;
}

div.fest_in_overview a {
	float: left;
	width: 140px;
	height: 140px;
	text-decoration: none;
	font-weight: bold;
}

div.fest_in_overview a:hover {
	color: #FFF;
	background: #438BCB;
	border: 1px solid #FFF;
	width: 138px;
	height: 138px;
}

table.kalender {
	font-size: 10px;
	color: #FFF;
	border: 0;
}

table.kalender td {
	border: 1px solid #FFF;
	padding: 3px;
}

table.kalender th {
	background: #003471;
	font-size: 14px;
}

table.kalender td.rand {
	background: #FFF;
	color: #003471;
	font-weight: bold;
}

table.kalender td.heute {
	background: #00FF00;
}

table.kalender td.heute span {
	display:none;	
}

table.kalender td.heute:hover span {
	display: block;
	padding: 2px;
	position: absolute;
	background: #FFF;
	border: 1px solid #003471;
	color: #003471;
	z-index: 99;	
}

table.kalender td.ntermin {
	background: #FF0000;
}

table.kalender td.ntermin span {
	display:none;	
}

table.kalender td.ntermin:hover span {
	display: block;
	padding: 2px;
	position: absolute;
	background: #FFF;
	border: 1px solid #003471;
	color: #003471;
	z-index: 99;	
}

table.kalender td:hover {
	background: #FFF;
	color: #003471;
}

