html, body {
	height: 100%; 
	width: 100%
}

html {
    font-size: 100.1%;
}

body {
	font-family: 'lucida grande', geneva, verdana, arial, sans-serif;
	line-height: 170%;
	margin:0; 
	padding:0; 
	background-color: #fff;
	height:100%;
	text-align: center;
	color:#585858;
	font-size: 80%;
}


div, span, ul, li, dt, dd, h1, h2, h3, h4, h5, h6, p, a, tr, td {
	margin: 0;
	padding: 0;
 	outline: none;
}


/* ---- Site Elements --- */


#background {
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff url("../images/bg1.jpg") left top repeat-x;
}


#wrapper {
	width: 980px;
	min-width: 980px;
	text-align: left;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background: #fff url("../images/bg2.jpg") left top no-repeat;
}

#bannerContainer {
	float: left;
	position: relative;
	margin-top: 55px;
	overflow: hidden;
	width: 400px;
	height: 288px;
	border:0;
	display: block;
}


#main-header {
	width: 980px;
	height: 380px;
	text-align: left;
}


#main .inside {
	text-align: justify;
}

#right .inside {
	float: right;
	width: 330px;
}

#copyright {
	width: 980px;
	height: 120px;
	display: block;
	margin-top: 40px;
	padding-top: 50px;
	font-size: 0.9em;
	text-align: center;
	background: url("../images/line.gif") left top no-repeat;
}

#willkommen {
	width: 345px;
	height: 60px;
	font-family: georgia, tahoma;
	font-size: 22px;
	color: #491d90;
	margin-top: 0px;
	margin-bottom: 30px;
}

#willkommen p {
	margin-bottom: 14px;
}


/* ---- Main Navigation --- */

#main-navigation {
	width: 535px;	
	height: 84px;
	margin-top: 260px;
	float: left;	
	text-align: left;
	overflow: hidden;
	color:  #fff;
	font-size: 14px;
	font-family: geneva, tahoma, arial, sans serif;
}

#main-navigation ul {
	display: block;
	list-style-type: none;	
	text-align: left;
	padding-top: 0;
	float: left;
}

#main-navigation ul li {
	display: block;
	float: left;
	height: 80px;
	width: auto;	
	margin-right: 20px;
	text-align: center;
}

#main-navigation li.active {
	display: block;
	width: 131px; 
	height: 84px;
	background: url("../images/tab.gif") left top no-repeat;
	color: #000;
	padding-top: 12px;
}

#main-navigation li.active p {
	text-align: center;
	margin-top: 13px;
}

#main-navigation a,
#main-navigation a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	border-bottom: 0;	
	margin-top: 8px;
	padding: 6px;	
}

#main-navigation a:hover,
#main-navigation a:active,
#main-navigation a.last:hover,
#main-navigation a.last:active {
	display: block;
	float: left;
	height: 22px;
	color: #fff;
	border-bottom: 0;
	background: #000;
}

#bildergalerie img {
	border:  2px solid #cccccc;
}


.pagination ul {
	list-style-type: none;
}

.pagination ul li {
	float: left;
	margin-right: 25px;
}

input {
	width: 50px;
	border: 2px solid #cccccc;
}

input.submit {
	width:  170px;
}

#gaestebuch .widget input {
	width:  120px;
	margin: 0px 10px 6px 0px;
}

#gaestebuch .widget textarea {
	width:  500px;
	height:  200px;
	margin: 0px 10px 6px 0px;
	padding: 2px;
}

#gaestebuch .info {
	color: green;
}

#gaestebuch .comment {
	margin: 0px 0px 25px 0px;
}




/* ---- Format Elements --- */


.cl {
	content: ".";
    height: 1px;
	background: transparent;
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.cl-element {
	clear: both;
}

.hidden {
	display: none;
}


.fl {
 float: left;  
}

.fr {
 float: right;  
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}


.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}


.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
}




.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}


.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}

.small {
	font-size: 0.9em;
}

.center {
	text-align: center;
}

.just {
	text-align: justify;
}

/* ---- Tables ---- */

#tabelle-aller-ergebnisse table {
	text-align: left;
}

#tabelle-aller-ergebnisse .odd {
	background-color: #ececec;
}

#tabelle-aller-ergebnisse .even {
	background-color: #fff;

}

#tabelle-aller-ergebnisse th {
	padding-bottom: 8px;
	border-bottom: 1px dotted #cccccc;
}

#tabelle-aller-ergebnisse td {
	padding-bottom: 8px;
	padding-top: 8px;
}


#tabelle-aller-ergebnisse table .head_0,
#tabelle-aller-ergebnisse table .col_0 {
	width: 100px;
	padding-right: 15px;
	padding-left: 6px;
}

#tabelle-aller-ergebnisse table .head_1,
#tabelle-aller-ergebnisse table .col_1 {
	width: 240px;
	padding-right: 25px;
}

#tabelle-aller-ergebnisse table .head_2,
#tabelle-aller-ergebnisse table .col_2 {
	width: 110px;
	padding-right: 25px;
}

#tabelle-aller-ergebnisse table .head_3,
#tabelle-aller-ergebnisse table .col_3 {
	width: 150px;
}



/* ---- Text ---- */


p {
	margin-bottom: 6px;
	text-align: justify;
}


h1 {
	color: #0076c6;
	font-style: normal;
	margin-bottom: 20px;
	font-size: 1.3em;
	font-family: geneva, tahoma, verdana;
}


h2 {
	color: #000;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #054f90;
}



h3 {
	margin-bottom: 8px;
	font-size: 1.1em;
	color:  #000;
}


h4 {
	font-size: 1em;
	margin-bottom: 1.5em;
}

a,
a:visited {
	color: #9c11b6;
	text-decoration: none;
}

a:hover,
a:active {
	color: #9c11b6;
	text-decoration: underline;
}


