html
{
	margin: 0;
	padding: 0;
}

body 
{
	margin:0;
	padding:0;
	background-image: url(../images/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#layer
{
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#time
{
	width: 350px;
	height: 150px;
	position: absolute;
	top:0;
	z-index: 100;
	margin-left: 380px;
}

#top
{
	width: 900px;
	height: 115px;
}

#clickpath
{
	width: auto;
	height: 20px;
	margin-top: 95px;
	font-size: 12px;
	color: #ffffff;
	float: left;
}

#banner
{
	float: right;
	width: 400px;
	height: 115px;
	text-align:right;
}

#menu
{
	clear:both;
	width: 900px;
	height: 228px;
	margin-bottom: 30px;
}

#left
{
	float:left;
	width: 250px;
	height: auto;
}

#submenu
{
	width: 250px;
	height: auto;
	background-color: #FFFF99;
	border-top: 1px solid #f0c000;
	border-bottom: 1px solid #f0c000;
	margin-bottom: 30px;
}

#wetter
{
	width: 210px;
	height: auto;
	background-color: #ffff99;
	border-top: 1px solid #f0c000;
	border-bottom: 1px solid #f0c000;
	margin-bottom: 30px;
	padding: 20px;
	font-size: 12px;
}

#sponsors
{
	width: 250px;
	height: auto;
	background-color: #FFFF99;
	border-top: 1px solid #f0c000;
	border-bottom: 1px solid #f0c000;
	margin-bottom: 30px;
}

#sponsors ul
{
	padding:0;
	margin:0;
	list-style: none;
	text-align:center;
	padding-bottom: 10px;
	padding-top: 5px;
}

#sponsors li
{
	padding-top: 5px;
}

#right
{
	width: 650px;
	height: auto;
	float: right;
}

#header
{
	width: 600px;
	height: 30px;
	font-size: 18px;
	color: #f0c000;
	font-weight: bold;
	border-bottom: 1px solid #f0c000;
	margin-left: 50px;
	margin-top: -20px;
}

#content
{
	width: 600px;
	height: auto;
	margin-top: 40px;
	margin-left: 50px;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}

#content p
{
	line-height: 1.5;
	text-align: justify;
}

#footer
{
	clear: both;
	width: 900px;
	height: 20px;
	background-image: url(../images/footer_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 120px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.foot
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.foot:hover
{
	text-decoration: underline;
}

/* clickpath */

.path-normal
{
	color: #ffffff;
	text-decoration: none;
}

.path-active
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.path-normal:hover, .path-active:hover
{
	text-decoration: underline;
}

/* navigation */
#menu ul
{
	padding:0;
	margin:0;
	list-style: none;
}

#menu li
{
	float:left;
}

.m1
{
	width: 97px;
	height: 23px;
	background-image: url(../images/banner/m1.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 205px;
	padding-left: 15px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

.m1-active, .m1:hover
{
	width: 97px;
	height: 23px;
	background-image: url(../images/banner/m1_active.jpg);
	background-repeat: no-repeat;
	display:block;
	padding-top: 205px;
	padding-left: 15px;
	color: #f0c000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

.m2
{
	width: 97px;
	height: 23px;
	background-image: url(../images/banner/m2.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 205px;
	padding-left: 15px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

.m2-active, .m2:hover
{
	width: 97px;
	height: 23px;
	background-image: url(../images/banner/m2_active.jpg);
	background-repeat: no-repeat;
	display:block;
	padding-top: 205px;
	padding-left: 15px;
	color: #f0c000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

.m3
{
	width: 97px;
	height: 23px;
	background-image: url(../images/banner/m3.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 205px;
	padding-left: 15px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

.m3-active, .m3:hover
{
	width: 97px;
	height: 23px;
	background-image: url(../images/banner/m3_active.jpg);
	background-repeat: no-repeat;
	display:block;
	padding-top: 205px;
	padding-left: 15px;
	color: #f0c000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

.m4
{
	width: 97px;
	height: 23px;
	background-image: url(../images/banner/m4.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 205px;
	padding-left: 15px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

.m4-active, .m4:hover
{
	width: 97px;
	height: 23px;
	background-image: url(../images/banner/m4_active.jpg);
	background-repeat: no-repeat;
	display:block;
	padding-top: 205px;
	padding-left: 15px;
	color: #f0c000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

.m5
{
	width: 109px;
	height: 23px;
	background-image: url(../images/banner/m5.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 205px;
	padding-left: 7px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

.m5-active, .m5:hover
{
	width: 109px;
	height: 23px;
	background-image: url(../images/banner/m5_active.jpg);
	background-repeat: no-repeat;
	display:block;
	padding-top: 205px;
	padding-left: 7px;
	color: #f0c000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

.m6
{
	width: 97px;
	height: 23px;
	background-image: url(../images/banner/m6.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 205px;
	padding-left: 15px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

.m6-active, .m6:hover
{
	width: 97px;
	height: 23px;
	background-image: url(../images/banner/m6_active.jpg);
	background-repeat: no-repeat;
	display:block;
	padding-top: 205px;
	padding-left: 15px;
	color: #f0c000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

.m7
{
	width: 97px;
	height: 23px;
	background-image: url(../images/banner/m7.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 205px;
	padding-left: 15px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

.m7-active, .m7:hover
{
	width: 97px;
	height: 23px;
	background-image: url(../images/banner/m7_active.jpg);
	background-repeat: no-repeat;
	display:block;
	padding-top: 205px;
	padding-left: 15px;
	color: #f0c000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

.m8
{
	width: 97px;
	height: 23px;
	background-image: url(../images/banner/m8.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 205px;
	padding-left: 15px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

.m8-active, .m8:hover
{
	width: 97px;
	height: 23px;
	background-image: url(../images/banner/m8_active.jpg);
	background-repeat: no-repeat;
	display:block;
	padding-top: 205px;
	padding-left: 15px;
	color: #f0c000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	overflow:hidden;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	color: #f0c000;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #f0c000;	
}

h3
{
	font-size: 12px;
	font-weight: bold;
	color: #f0c000;
}

h4
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a
{
	color: #f0c000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}


.errorStyle
{
	font-size: 12px;
	color: #ff0000;
}

#errorname, #errortelefon, #erroremail, #errorinhalt, #errorcode
{
	display: none;
}

td
{
	font-size: 12px;
}

.inputfield, .tx-guestbook-form-inputfield-med, .tx-guestbook-form-inputfield-big
{
	width: 250px;
}

.inputarea, .tx-guestbook-form-textarea
{
	width: 250px;
	height: 200px;
}

#tableform
{
	background-color: #FFFF99;
	border-left: 5px solid #f0c000;
	padding: 10px;
	width: 600px;
}

/* CSS for SUBMENU */

#submenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.subnavi
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #f0c000;
	width: 250px;
	height: 20px;
	display: block;
	text-indent: 20px;
	padding-top: 5px;
}

.subnavi:hover
{
	border-left: 5px solid #f0c000;
	overflow: hidden;
}

.subnavi-active, .submenu-active:hover
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-left: 5px solid #f0c000;
	overflow: hidden;
	width: 250px;
	height: 20px;
	display: block;
	text-indent: 20px;
	padding-top: 5px;
}

/* WETTER styles */
.condition
{
	padding-top: 15px;
	padding-left: 50px;
	font-size: 12px;
	font-weight: bold;
}

#wetter-pic img
{
	border: 1px solid #f0c000;
	padding: 2px;
	background-color: #ffffff;
	float:left;
	margin-top: 5px;
}

#globalerror
{
	display: none;
	color: #ffffff;
	font-weight: bold;
	width: 580px;
	height: 20px;
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #ff93a8;
	border: 1px solid #ff0000;
}

#starter-table
{
	width: 600px;
	height: auto;
}

#starter-table td
{
	height: 25px;
	border-bottom: 1px solid #f0c000;
}

.starterheader
{
	width: 595px;
	height: 30px;
	background-color: #f0c000;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.hr-guestbook
{
	width: 600px;
	height: 1px;
	border-top: 1px solid #f0c000;
	display: block;
}

