html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

body {
	margin: 0px;
	background-color: #c8d1d1;
}

/*******
 * Seiten-Struktur
 ******/

#main {
	width: 900px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0px auto;
	margin-left: -450px;
	z-index:2;
}

#header {
	width: 900px;
	height: 100px;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	margin: 0px auto;
}

#topbar {
	background-image: url(img/topbar.png);
	background-repeat: no-repeat;
	width: 885px;
	height: 35px;
	line-height: 35px;
	margin: 0px auto;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	color:#ffffff;
	text-align: right;
	padding-right: 15px;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#banner {
	background-color: #000000;
	width: 900px;
	height: 150px;
	margin: 0px auto;
}

#content {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	width: 850px;
	min-height: 200px;
	margin: 0px auto;
	background-color: #ffffff;
	padding: 25px;
}

#bottombar {
	background-image: url(img/bottombar.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 30px;
	margin: 0px auto;
	margin-bottom: 40px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

#bottombar_left {
	width: 500px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-indent: 15px;
	color: #ffffff;
}

#bottombar_right {
	color: #ffffff;
	width: 300px;
	height: 30px;
	line-height: 30px;
	float: right;
	text-align: right;
	margin-right: 15px;
}


#zierleiste {
	background-color: #e8ac3e;
	width: 900px;
	height: 5px;
	margin: 0px auto;
}

#hintergrund {
	width: 100%;
	margin: 0px auto;
	z-index:1;
}

#hintergrund_oben {
	background-image: url(img/hintergrund_oben.png);
	background-repeat: repeat-x;
	height: 200px;
	margin: 0px auto;
}



#topbar a:link {
	text-decoration:none;
	color:#ffffff;
}

#topbar a:visited {
	text-decoration:none;
	color:#ffffff;
}

#topbar a:hover {
	text-decoration:none;
	color:#e8ac3e;
}

#bottombar a:link {
	text-decoration:none;
	color:#ffffff;
}

#bottombar a:visited {
	text-decoration:none;
	color:#ffffff;
}

#bottombar a:hover {
	text-decoration:none;
	color:#e8ac3e;
}

#content a:link {
	text-decoration:none;
	color:#37477b;
}

#content a:visited {
	text-decoration:none;
	color:#37477b;
}

#content a:hover {
	text-decoration:none;
	color:#e8ac3e;
}

#content h1 {
	font-size: 14pt;
	border-bottom: 1px dotted #999;
	width: 10em;
}

.notice {
	border: 1px dashed #C00;
	padding: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

/******
 * HTML Elemente
 ******/

input,textarea {
	border: 1px solid #333;
}

/******
 * Textsatz
 ******/

h2 {
	font-weight: normal;
	clear: both;
	color:#e8ac3e
}

h3 {
	clear: both;
	color:#e8ac3e;
	padding-top: 60px;
}

h4 {
	clear: both;
	padding-top: 10px;
}

.para {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}

.para_left {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	float: left;
}

.spalte_links {
	padding-right: 75px;
	float: left;
}

.para_center {
	margin: 0px auto 40px;
	padding: 5px;
	text-align: center;
}

.para_img {
	border: 1px solid #006fb7;
	margin: 20px;
}

.para_img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.para_img_left {
	border: 1px solid #006fb7;
	margin: 0px 30px 0px auto;
	float: left;
}

.untertitel_center {
	margin: 0px auto 40px;
	padding: -50px;
	text-align: center;
}

/******
 * Gaestebuch
 *****/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #CCCCCC;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;
  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #888;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;
  font-size: 10pt;
  font-weight: bold;
  color: #586B7A;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}

/*******
 * Termine
 ******/

.terminA td {
	padding-right: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	cursor: hand;
	background-color: #c8d1d1;
}

.terminB td {
	padding-right: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	cursor: hand;
}

.terminAv td {
	padding-right: 10px;
	padding-bottom: 10px;
	font-style: italic;
	cursor: pointer;
	cursor: hand;
	background-color: #c8d1d1;
}

.terminBv td {
	padding-right: 10px;
	padding-bottom: 10px;
	font-style: italic;
	cursor: pointer;
	cursor: hand;
}

.terminZusatz {
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.warn {
	padding: 10px;
	width: 100%;
	line-height: 20px;
	border: 1px dashed #D00;
	margin-bottom: 20px;
	font-weight: bold;
}

/********
 * Aktuelles
 *******/

.newsbox {
	width: 405px;
	position: relative;
	padding-bottom: 30px;
	float: left;
	margin-right: 20px;
}

.newsbox .date {
	line-height: 22px;
	width: 100%;
	text-align: right;
}

.newsbox .header {
	line-height: 24px;
	font-size: 12pt;
	color: #FFF;
	background-color: #c8d1d1;
	padding-left: 10px;
	width: 100%;
}

.newsbox .body {
	line-height: 18px;
	padding-top: 6px;
	padding-left: 4px;
}

.newsbox .author {
	text-align: right;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 10px;
}

.newsbox .adminLinks {
	text-align: right;
	width: 100%;
}

