*, html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #18661B;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #F1F1F1;
}

h1 {
	text-indent: -999px;
	width: 174px;
	height: 103px;
	float: left;
	background-image: url(images/logo.jpg);
}

#wrapper {
	width: 955px;
}

#menu {
	position: relative;
	margin-left: 40px;
	margin-top: 10px;
	width: 174px;
	height: 400px;
	float: left;
}

* html #menu {
	margin-left: 20px;
}

.newsblocka, .newsblockb, .newsblockc {
	margin-top: 10px;
	width: 188px;
	height: 125px;
	border: 1px solid white;
	margin-left: 5px;
	float: left;
	color: black;
	background-color: white;
}

* html .newsblocka, * html .newsblockb, * html .newsblockc {
	width: 190px;
	height: 126px;
}

.newsblocka h3, #newsfeld h3 {
	display: block;
	font-weight: bold;
	height: 17px;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 9pt;
	color: white;
	margin: 0px;
	background-color: #DF8E00;
}

* html .newsblocka h3, * html .newsblockb h3, * html .newsblockc h3 {
	height: 19px;
}

.newsblockb h3 {
	display: block;
	font-weight: bold;
	height: 17px;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 9pt;
	color: white;
	margin: 0px;
	background-color: #FE0002;
}

.newsblockc h3 {
	display: block;
	font-weight: bold;
	height: 17px;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 9pt;
	color: white;
	margin: 0px;
	background-color: #18661A;
}

.newsblocka p {
	padding: 10px;
	font-size: 8pt;
}

.fnewsblock {
	width: 168px;
	padding: 10px;
}

* html .fnewsblock {
	width: 188px;
}

.fnewsblock p {
	font-size: 8pt;
	margin-bottom: 8px;
}	

.wetterapplet {
	/* margin-left: 810px; */
	width: 150px;
	height: 200px;
	border: 0px;
}


#content {
	width: 538px;
	min-height: 358px;
	border: 1px solid white;
	padding: 20px;
	background-color: #326EE0;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

#oeffnungszeiteninfo {
	width: 538px;
	# min-height: 20px;
	border: 1px solid white;
	padding: 5px;
	background-color: #326EE0;
	float: left;
	#margin-top: 5px;
	#margin-left: 5px;
}

* html #content {
	width: 580px;
	height: 400px;
}

#menulist li {
	list-style-type: none;
	float: left;
}

#menulist li a, #menulist li a:visited {
	display: block;
	width: 162px;
	height: 19px;
	background-color: #457DE6;
	padding-left: 10px;
	padding-top: 4px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-decoration: none;
	color: white;
}

* html #menulist li a, * html #menulist li a:visited {
	width: 174px;
	height: 24px;
}

#menulist li a:hover {
	background-color: #E38001;
}

.active a {
	background-color: #E38001;
}

#submenu li {
	font-size: 8pt;
	height: 23px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#submenu li a, #submenu li a:visited {
	background-color: #6891E0;
	width: 152px;
	padding-left: 20px;
	border: 0px;
}

* html #submenu li a {
	width: 172px;
}

#submenu li a:hover {
	background-color: #F1F1F1;
	color: black;
}

#footer {
	float: left;
	text-align: right;
	margin-left: 210px;
	width: 568px;
	padding-right: 20px;
	height: 20px;
}

* html #footer {
	width: 588px;
	margin-left: 105px;
}

#footermenu li {
	display: inline;
	list-style-type: none;
	font-weight: normal;
	font-size: 8pt;
	color: #F1F1F1;
}

#footermenu li a, #footermenu li a:visited {
	color: #F1F1F1;
	text-decoration: none;
}

#footermenu li a:hover {
	color: #4E81DF;
	text-decoration: underline;
}

h2 {
	font-size: 12pt;
	margin-bottom: 13px;
	font-weight: bold;
}

h3 {
	font-size: 9pt;
	margin-bottom: 13px;
	font-weight: normal;
	border-bottom: 1px solid #010101;
	color: #010101;
}

#content h3 {
	font-size: 10pt;
	margin-top: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #F1F1F1;
	color: #F1F1F1;
}

h4 {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 5px;
	color: #F1F1F1;
}

#zwischen {
	font-size: 12pt;
	margin-bottom: 13px;
	font-weight: bold;
	color: #FFFF00;
	float: left;
}


p {
	font-size: 9pt;
	margin-bottom: 13px;
}

p.right {
	text-align: right;
}

#news p {
	text-align: left;
}

.bildunterschrift {
	color: #D3CFAA;
	font-size: 8pt;
}

.fett {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.small {
	font-size: 8pt;
}

.last {
	border-bottom: 1px solid white;
}

.galeriebox {
	width: 516px;
	border: 1px solid white;
	padding: 10px;
	background-color: #6891E0;
	margin-bottom: 10px;
}

* html .galeriebox {
	width: 538px;
}

#eintrittspreise {
	font-size: 9pt;
	width: 100%;
	empty-cells: hide;
}

.tabelle {
	width: 100%;
	empty-cells: hide;
}

#eintrittspreise th {
	font-size: 8pt;
	padding: 4px;
	background-color: #81A5E8;
}

#zeitungsartikel {
	font-size: 9pt;
	width: 100%;
	empty-cells: hide;
}

#zeitungsartikel th {
	text-align: left;
	font-size: 8pt;
	padding: 4px;
	background-color: #81A5E8;
}

#zeitungsartikel td.first {
	text-align: left;
	font-size: 9pt;
	padding: 4px;
	color: black;
	background-color: white;
	vertical-align: top;
}

#zeitungsartikel td.second {
	text-align: left;
	font-size: 9pt;
	padding: 4px;
	color: black;
	background-color: #F1F1F1;
	vertical-align: top;
}

.rowwhite {
	background-color: white;
}

.rowlowwhite {
	background-color: #E1E1E1;
}

.linkshead {
	background-color: #81A5E8;
	font-weight: bold;
	padding: 4px;
}

.eintrittzentriert {
	text-align: center;
	color: #010101;
}

label.zeiten {
	float: left;
	display: block;
	width: 80px;
	margin-right: 20px;
	font-weight: bold;
}

label.kurse {
	float: left;
	display: block;
	width: 70px;
	margin-right: 10px;
	font-weight: bold;
}

.konto {
	float: left;
	display: block;
	width: 140px;
	margin-right: 20px;
	font-weight: bold;
}

label.impressum {
	float: left;
	display: block;
	width: 120px;
	margin-right: 20px;
	font-weight: bold;
}

.tel {
	float: left;
	display: block;
	width: 70px;
	margin-right: 4px;
	font-weight: bold;
}

#baum {
	position: absolute;
	width: 102px;
	height: 112px;
	left: 805px;
	top: 362px;
	background-image: url(images/baum.jpg);
}

#bad {
	position: absolute;
	width: 243px;
	height: 123px;
	top: 377px;
	left: 0px;
	background-image: url(images/bad.gif);
}

#newsfeld {
	position: absolute;
	width: 248px;
	height: 323px;
	border: 1px solid white;
	background-color: #C4D4F2; 
/*	background-color: white;*/
	top: 180px;
	left: 609px;
}

* html #newsfeld {
	width: 250px;
	height: 325px;
}

.newsinhalt {
	padding: 10px;
	color: black;
}

.newsinhalt h4 {
	color: black;
}

.newsinhalt a, .newsinhalt a:visited, .fnewsblock a, .fnewsblock a:visited {
	color: #326EE0;
	text-decoration: underline;
}

.newsinhalt a:hover, .fnewsblock a:hover {
	color: black;
	text-decoration: underline;
}

hr {
	border: none;
	border-top: 1px solid #000;
	height: 0;
	background: transparent;
	margin-bottom: 13px;
	width: 100%;
}

#content ul {
	margin-bottom: 13px;
}

#content li {
	margin-left: 16px;
}

#content a, #content a:visited {
	color: #D3CFAA;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover {
	color: #F1F1F1;
	font-weight: bold;
	text-decoration: underline;
}

#kontaktform label  {
	display: block;
	float: left;
	width: 100px;
	height: 17px;
	margin-right: 20px;
	border-bottom: 1px solid #F1F1F1;
}

* html #kontaktform label {
	height: 18px;
}

#kontaktform p  {
	padding-bottom: 1px;
}

.kontakt {
	font-family: Arial, sans-serif;
	width: 350px;
	font-size: 8pt;
	height: 18px;
	background-color: white;
	border: 1px solid #F1F1F1;
}

.kontaktred {
	font-family: Arial, sans-serif;
	width: 350px;
	font-size: 8pt;
	height: 18px;
	background-color: #81A5E8;
	border: 1px solid #F1F1F1;
}

.kontaktarea {
	font-family: Arial, sans-serif;
	width: 350px;
	height: 100px;
	font-size: 8pt;
	background-color: #81A5E8;
	border: 1px solid #F1F1F1;
}

#plz {
	font-family: Arial, sans-serif;
	width: 43px;
	height: 18px;
	font-size: 8pt;
	margin-right: 2px;
	background-color: white;
	border: 1px solid #F1F1F1;
}

#ort {
	font-family: Arial, sans-serif;
	width: 305px;
	height: 18px;
	font-size: 8pt;
	background-color: white;
	border: 1px solid #F1F1F1;
}

#button {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	width: 120px;
	background-color: white;
	padding: 0 3 0 3;
	margin-left: 120px;
	border: 1px solid #F1F1F1;
	cursor: pointer;	
}
	
* html #button {
	margin-left: 123px;
}

.bildrechts {

	float: right;
	margin-left: 10px;
	text-align: right;
}

.bildlinks {
	position: relative;
	float: left;
	margin-right: 10px;
	text-align: left;
}

.cl {
	clear: both;
	line-height: 1px;
}

/*Gaestebuch*/

#vorschau {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-left: 120px;
	margin-top: -13px;
}

#gb li {
  	display: inline;
	margin: 0px;
	padding: 0px;
}

#gb li a:link, #gb li a:visited {
	color: #D3CFAA;
	font-weight: bold;
	text-decoration: underline;
}

#gb li a:hover { 
	color: #F1F1F1;
	font-weight: bold;
	text-decoration: underline;
}

#smilies {
  	margin-top: -10px;
}

#smilies li {
  	display: inline;
	margin: 0px;
	padding: 0px;
}

#smilies li a:link, #smilies li a:visited {
	color: #1999E4;
	text-decoration: underline;
}

#smilies li a:hover { 
	color: #333333;
	text-decoration: underline;
}

.eintrag {
	border-left: 5px solid;
	margin-bottom: 10px;
}

.eintrag p {
	padding: 5px;
	font-size: 9pt;
	font-weight: normal;
	text-align: justify;
}

.gbsmall {
	color: white;
	font-size: 8pt;
	margin-left: 120px;
}

.button {
	margin-left: 120px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	cursor: pointer;	
}

.button2 {
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	cursor: pointer;	
}

h5 {
	font-size: 9pt;
	font-weight: normal;
	margin-bottom: 10px;
}

h6 {
	padding: 5px;
	background-color: #326EE0;
	font-size: 8pt;
}

