*
	{
		margin: 0;
		padding: 0;
		border: none;
		font-family: Arial, Helvetica, sans-serif;
	}

body
	{
		background-color: #212121;
		text-align: left;
	}

/* @group Allgemein
 */

strong
	{
		color: #f18e00;
		font-weight: normal;
		font-style: normal;
}

div#attraktion
	{
		padding: 5px;
		border: 1px solid #f28e00;
	}

.ausgeblendet
	{
		display: none;
	}

.clear
	{
		clear: both;
	}



/* @end */

/* @group Grundrahmen */

#grundrahmen
	{
		background: url(hintergrund_body.png) no-repeat;
		width: 900px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 80px;
		height: 850px;
		margin-top: 20px;
}

/* @group Content */

#content
	{
		width: 700px;
		margin-right: auto;
		margin-left: auto;
		height: 700px;
		margin-top: 20px;
		position: relative;
		background-image: url(hintergrund.png);
}

/* @group navigation */

#navigation
	{
		list-style-type: none;
		float: left;
		font-size: 9px;
		text-align: right;
		position: absolute;
		top: 200px;
		left: 0;
		padding-left: 0;
		width: 120px;
		margin-left: 0;
}

#navigation li
	{
		line-height: 18px;
		margin-top: 10px;
		padding-top: 1px;
}

#navigation li a
	{
		text-decoration: none;
		color: white;
		height: 18px;
		display: block;
		width: 100px;
		background: #353535 no-repeat;
		border-top: 1px solid #9c9c9c;
		border-right: 1px solid #9c9c9c;
		border-bottom: 1px solid #9c9c9c;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 5px;
	float: left;
	margin-top: 10px;
}

#navigation li a:hover
	{
		color: #e59717;
	}

#navigation li a.active
	{
		color: #e59717;
	}


/* @end */

/* @group Inhalt */

#inhalt
	{
		color: white;
		font-size: 11px;
		width: 480px;
		top: 208px;
		position: absolute;
		left: 130px;
		line-height: 14px;
		overflow: auto;
		height: 400px;
		padding-right: 50px;
		float: left;
	}

#inhalt #programm td
	{
		padding-top: 15px;
	}

a, a:visited
	{
		color: #e59717;
		text-decoration: none;
	}

a:hover, a:active
	{
		color: white;
		text-decoration: none;
	}

div.flyer
	{
		float: left;
		display: block;
		margin-right: 20px;
	}

h1.first
	{
		font-size: 11px;
		font-weight: normal;
		font-style: normal;
		margin-bottom: 8px;
		margin-top: 3px;
		background-color: #353535;
		padding: 5px;
		color: white;
		border: 1px solid #9c9c9c;
	}

h1
	{
		font-size: 11px;
		font-weight: normal;
		font-style: normal;
		margin-bottom: 8px;
		margin-top: 23px;
		background-color: #353535;
		padding: 5px;
		color: white;
		border: 1px solid #9c9c9c;
	}

.headbutton
	{
		float: right;
	}

p
	{
		margin-bottom: 14px;
	}

ul
	{
		padding-bottom: 14px;
		list-style-type: disc;
		padding-left: 12px;
	}

ul ul
	{
		padding-bottom: 14px;
		list-style-type: none;
		padding-left: 70px;
		padding-top: 14px;
	}

dl
	{
		float: left;
		font-style: italic;
		margin-top: 20px;
		margin-right: 20px;
		margin-bottom: 30px;
	}

ul.schmal
	{
		float: left;
		padding-right: 30px;
	}

#logos
	{
		float: right;
	}

#logos td
	{
		padding-right: 8px;
		padding-bottom: 7px;
	}

#logos td img
	{
		border: 1px solid #9c9c9c;
	}

#aussteller
	{
		
	}

#aussteller dt
	{
		float: left;
		padding-right: 10px;
	}

#aussteller dt img
	{
		border: 1px solid #9c9c9c;
	}

#aussteller dd
	{
		font-weight: normal;
		font-style: normal;
	}

/* @group Galerie */

#galerie
	{
		margin-top: 25px;
	}

#galerie img
	{
		margin-right: 10px;
		margin-bottom: 10px;
		border: 1px solid #9c9c9c;
	}



/* @end */

/* @group Gästebuch */

div.eintrag
	{
		border-bottom: 1px solid #9c9c9c;
		padding-top: 15px;
		padding-bottom: 15px;
	}



/* @end */

/* @group Formular */

.formular_feldzeile
	{
		clear: both;
		padding-top: 10px;
	}

.formular_schaltflaechenzeile
	{
		clear: both;
		text-align: right;
		padding-top: 20px;
	}

label
	{
		width: 60px;
		display: block;
		float: left;
		color: white;
		padding-top: 6px;
	}

input.eingabefeld
	{
		border: 1px solid #353535;
		background-color: #fff;
		font-size: 11px;
		width: 400px;
		padding: 5px;
		float: right;
	}

input.eingabefeld.fehleingabe
	{
		border: 1px solid #353535;
		background-color: #fddb92;
		font-size: 11px;
		width: 400px;
		padding: 5px;
		float: right;
	}

textarea
	{
		border: 1px solid #353535;
		background-color: #fff;
		font-size: 11px;
		width: 400px;
		padding: 5px;
		float: right;
	}

textarea.fehleingabe
	{
		border: 1px solid #353535;
		background-color: #fddb92;
		font-size: 11px;
		width: 400px;
		padding: 5px;
		float: right;
	}

.eingabefehlermeldung p
	{
		background-color: #dd8215;
		color: white;
		padding: 5px;
	}

input.schaltflaeche
	{
		border: 1px solid #353535;
		background-color: #fff;
		font-size: 11px;
		padding: 3px 10px;
		margin-left: 10px;
	}



/* @end */



/* @end */

/* @group footer */

#footer
	{
		color: white;
		font-size: 10px;
		position: absolute;
		width: 480px;
		top: 657px;
		text-align: center;
		left: 110px;
	}



/* @end */



/* @end */



/* @end */
