body {

	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #A01616;
	scrollbar-track-color: #3C3266;
	scrollbar-darkshadow-color: #98AAB1;

	color: 			white;
	background: 	black;
	font-family:	arial, helvetica;
	font-size: 		10pt;
	overflow:		auto;
	margin: 		0px;
	padding:		0px;
}

/* Divs der Hauptseite */

/* Größe des Hauptfensters */
div.main_container {
	width:			874px;
	margin-left:	auto;
	margin-right:	auto;
	position: 		relative;
}
/* Frame Oben */
div.frametop {
	width:			874px;
	height:			164px;
	margin: 		0px;
	background-image: url(/images/background/top.jpg);

}
/* Frame Links */
div.frameleft {
	width:			256px;
	height: 		477px;
	float: 			left;
	margin: 		0px;
	background-image: url(/images/background/left.jpg);
}
/* Frame Rechts */
div.frameright {
	width:			62px;
	height:			477px;
	margin: 		0px;
	background-image: url(/images/background/right.jpg);
	float: 			right;
}
/* Frame Mitte (Größe des Frames) */
div.content_container {
	float: 			left;
	margin: 		0px;
	height:			477px;
	z-index:		10;
}
/* Frame Mitte (Oben) */
div.contenttitle {
	background:		#666666;
	margin: 		0px;
	padding:		0px;
	padding-top: 	0px;
	font-size: 		16pt;
	font-weight: 	bold;
	text-align: 	center;
	background-image: url(/images/background/top_bar.jpg);
	overflow: 		hidden;
	width:			556px;
	height:			23px;
}
/* Frame Mitte (Inhalt) */
div.contentClip
{
	width: 			556px;
	height: 		433px;
	margin:			0px;
	background-image: url(/images/background/content.jpg);
	clip:			rect(0, 556px, 433px, 0);
	overflow: 		hidden;
	position:		absolute;
	z-index:		50;
}
/* Frame Mitte (Position des Textes) */
div.content {
	position:		relative;
	padding: 		5px;
	width:			551px;
	text-align:		left;
	z-index:		10;
}
/* Frame Mitte (Unten) */
div.bottombar {
	width:			556px;
	height:			21px;
	margin: 		0px;
	background-image: url(/images/background/bottom_bar.jpg);
	position:		relative;
	top: 			433px;
}
/* Frame Unten (Direkt nach dem Frame Mitte) */
div.framebottom {
	width:			874px;
	height:			30px;
	margin: 		0px;
	background-image: url(/images/background/bottom.jpg);
	clear:			both;
}
/* Frame Menubar (für diverse Anzeigen) */
div.menubar {
	background:		#666666;
	margin: 		0px;
	text-align: 	left;
	background-image: url(/images/background/menu_bar.jpg);
	background-repeat: no-repeat;
	width:			874px;
	height:			24px;
}
/* Frame ganz Unten (abschliessender Frame) */
div.pagebottom {
	width:			874px;
	height:			15px;
	margin: 		0px;
	text-align:		right;
	font-size:		12px;
	background-image: url(/images/background/absbottom.jpg);
	background-repeat: no-repeat;
	clear: 			both;
}
/* Position des Menus zur Navigation */
div.menupadding {
	position: 		absolute;
	color: 			white;
	font-family:	arial, helvetica;
	margin: 		0px;
	font-size:		13px;
	font-weight:	bold;
	line-height: 34px;
	left: 			20px;

	top:			73px;

}

/* Divs der Startseite */

/* Größe des Hauptfensters */
div.s_container {
	width:			874px;
	margin-left:	auto;
	margin-right:	auto;
	position: 		relative;
}
/* Frame Oben */
div.frame_s_top {
	width:			874px;
	height:			130px;
	margin: 		0px;
	background-image: url(/images/startseite/s_top.jpg);

}
/* Frame Links */
div.frame_s_left {
	width:			49px;
	height: 		523px;
	float: 			left;
	margin: 		0px;
	background-image: url(/images/startseite/s_left.jpg);
}
/* Frame Rechts */
div.frame_s_right {
	width:			40px;
	height:			523px;
	margin: 		0px;
	background-image: url(/images/startseite/s_right.jpg);
	float: 			right;
}
/* Größe des Frames Mitte */
div.s_content_container {
	float: 			left;
	margin: 		0px;
	height:			523px;
	z-index:		10;
}
/* Frame Mitte_1 */
div.s_content_1 {
	width:			368px;
	height:			263px;
	background-image: url(/images/startseite/s_content_1.jpg);
	overflow: 		hidden;
	clip:			rect(0, 368px, 263px, 0);
	overflow: 		hidden;
	position:		absolute;
	z-index:		50;
}
/* Frame Mitte_2 */
div.s_content_2 {
	width:			417px;
	height:			263px;
	background-image: url(/images/startseite/spacer.gif);
	overflow: 		hidden;
	clip:			rect(0, 417px, 263px, 0);
	overflow: 		hidden;
	position:		absolute;
	left:			417px;
	z-index:		60;

}
/* Frame Mitte_3 */
div.s_content_3 {
	width:			368px;
	height:			260px;
	background-image: url(/images/startseite/spacer.gif);
	clip:			rect(0, 368px, 260px, 0);
	overflow: 		hidden;
	position:		absolute;
	top:			393px;
	z-index:		70;

}
/* Frame Mitte_4 */
div.s_content_4 {

	width:			417px;
	height:			260px;
	background-image: url(/images/startseite/spacer.gif);
	overflow: 		hidden;
	clip:			rect(0, 417px, 260px, 0);
	overflow: 		hidden;
	position:		absolute;
	left:			417px;
	top:			393px;
	z-index:		80;
}
/* Frame Unten */
div.frame_s_bottom {
	width:			874px;
	height:			57px;
	margin: 		0px;
	background-image: url(/images/startseite/s_bottom.jpg);
	clear:			both;
}
/* Position des Impressums */
div.page_s_bottom {
	width:			874px;
	height:			15px;
	margin: 		0px;
	margin-top: 25px;
	text-align:		right;
	font-size:		12px;
	position:		absolute;
	background-image: url(/images/startseite/spacer.gif);
	background-repeat: no-repeat;
	clear: 			both;
}

div.clclip_top {
	width: 			620px;
	height:			32px;
	clip:			rect(0, 620px, 32px, 0);
	overflow: 		hidden;
	position: 		absolute;
	left:			30px;
}

div.clclip_bottom {
	width: 			580px;
	height:			32px;
	clip:			rect(0, 580px, 32px, 0);
	overflow: 		hidden;
	position: 		absolute;
	left:			65px;
	top:			8px;
}

/* Position des Textes */
div.links_schausteller {
	padding-top: 15px;
	font-size:	12px;
	text-align: left;
	float: left;
	line-height: 22px;
	width: 200px;
	position:	absolute;
	left:		25px;
}

div.links_fans {
	padding-top: 15px;
	font-size:	12px;
	text-align: left;
	float: left;
	line-height: 22px;
	width: 200px;
	position:	absolute;
	left:		225px;
}

/* ------------------------------------------------------------------ */
div.scrollArea {
	visibility:		hidden;
	width:			20px;
	height:			73px;
	margin:			0px;
	position:		absolute;
	top: 			181px;
	left:			799px;
	z-index:		150;
}

div.scrollUpPoint {
	background-image: url(/images/buttons/up.gif);
	width: 			19px;
	height: 		37px;
	position:		absolute;
	top:			0px;
	left:			0px;
	margin:			0px;
	z-index:		160;
	background-repeat: no-repeat;
}

div.scrollDownPoint {
	background-image: url(/images/buttons/down.gif);
	width: 			19px;
	height: 		34px;
	position:		absolute;
	top:			31px;
	left:			0px;
	margin:			0px;
	z-index:		160;
	background-repeat: no-repeat;
}
/* Kontakt-Seite */

/* Position des Textes */
div.contactcolumnleft {
	padding-top: 8px;
	font-size:	13px;
	text-align: right;
	float: left;
	line-height: 22px;
	width: 20%;
	padding-right: 10px;
}
/* Position der Eingabefelder */
div.contactcolumnright {
	padding-top: 8px;
	padding-left: 	10px;
	text-align: 	left;
	line-height: 	15px;
	width: 			150px;
	padding-left:	5px;
	position:		absolute;
	left:			150px;
}
/* Aussehen der Eingabefelder */
input.normal {
	margin-top: 	1px;
	width: 			200px;
	padding-left:	5px;
	margin-bottom: 	1px;
	border:			1px;
	border-color:	black;
	border-style:	inset;
}

.endcolumns {
	clear:			both;
}

textarea {
	padding-left:	5px;
	margin-bottom: 	3px;
}

input {
	margin-top:	2px;
}

.Skizze_Daten {
	width:			300px;
	height:			297px;
	margin: 		0px;
	background-image: url(/images/content/skizze.gif);
	position:		absolute;
	top: 			123px;
	left:			246px;

}
.schrift_gif {
	width:			304px;
	height:			225px;
	margin: 		0px;
	background-image: url(/images/content/schrift.gif);
	position:		absolute;

	top: 			4px;
	left:			47px;
	z-index: 		90;

}

.get_gif {
	width:			37px;
	height:			262px;
	margin: 		0px;
	background-image: url(/images/content/get.gif);
	position:		absolute;

	top: 			160px;
	left:			12px;
	z-index: 		100;

}

.feeling_gif {
	width:			286px;
	height:			56px;
	margin: 		0px;
	background-image: url(/images/content/feeling.gif);
	position:		absolute;

	top: 			371px;
	left:			53px;

}


.Content_Gif {
	width:			654px;
	height:			28px;
	margin: 		0px;
	background-image: url(/images/content/menu.gif);
	position:		absolute;

	top: 			156px;
	left:			183px;

}


.Content_Bottom_Gif {
	width:			645px;
	height:			33px;
	margin: 		0px;
	background-image: url(/images/content/menu3.gif);
	position:		absolute;

	top: 			622px;
	left:			193px;

}

.Logo_Gif {
	width:			274px;
	height:			202px;
	margin: 		0px;
	background-image: url(/images/content/logo.gif);
	position:		absolute;
	top: 			14px;
	left:			10px;
	z-index:		80;
}

.Home_Text {
	width:			300px;
	height:			100px;
	margin: 		5px;
	position:		absolute;
	top: 			14px;
	left:			250px;
	z-index:		90;
}

.powered_Text {
	width:			300px;
	height:			100px;
	margin: 		5px;
	position:		absolute;
	top: 			140px;
	left:			292px;
	z-index:		120;
}

.kick_Text {
	width:			400px;
	height:			100px;
	margin: 		5px;
	position:		absolute;
	top: 			240px;
	left:			80px;
	z-index:		130;
}

div.errormessage {
	text-align: 	center;
	vertical-align: middle;
	font-size: 		18pt;
	background: 	red;
	color: 			black;
	font-weight: 	bold;
}

.important {
	font-weight: 	bold;
	font-size: 		16pt;
	color: 			red;
}

p {
	margin-top: 	0px;
	margin-bottom:	0px;
}

h1 {
	font-size:		15pt;
	font-weight:	bold;
	margin-top: 	10px;
	margin-bottom:	5px;
}

h2 {
	margin-top: 	5px;
	font-size:		13pt;
	font-weight:	bold;
	margin-bottom:	10px;
}

h3 {
	margin-top: 	5px;
	font-size:		12pt;
	font-weight:	bold;
	margin-bottom:	10px;
}



.small {
	font-size: 		10pt;
}

.center {
	text-align:		center;
	width: 			100%;
	margin-left: 	auto;
	margin-right: 	auto;
}



a:link { font-weight:bold; color:white; text-decoration:none; }
a:visited { font-weight:bold; color:white; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:none; }
a:hover { font-weight:bold; color:red; text-decoration:none; }
a:active { font-weight:bold; color:red; text-decoration:none; }

<!-- Menu-Bilder -->
.b_blank {
	width:			52px;
	height:			18px;
	margin: 		0px;
	background-image: url(/images/menu/spacer.gif);
	position:		absolute;
	left: 			47px;
	top:			8px;
	z-index:		5100;
}

.b_home {
	width:			52px;
	height:			18px;
	margin: 		0px;
	background-image: url(/images/menu/home_s.gif);
	position:		absolute;
	left: 			47px;
	top:			8px;
	z-index:		5000;
}

.b_data {
	width:			98px;
	height:			18px;
	margin: 		0px;
	background-image: url(/images/menu/data_s.gif);
	position:		absolute;
	left: 			47px;
	top:			43px;
	z-index:		5100;
}

.b_galerie {
	width:			59px;
	height:			18px;
	margin: 		0px;
	background-image: url(/images/menu/galerie_s.gif);
	position:		absolute;
	left: 			47px;
	top:			77px;
	z-index:		5200;
}

.b_tour {
	width:			75px;
	height:			18px;
	margin: 		0px;
	background-image: url(/images/menu/tour_s.gif);
	position:		absolute;
	left: 			47px;
	top:			110px;
	z-index:		5100;
}

.b_buch {
	width:			91px;
	height:			18px;
	margin: 		0px;
	background-image: url(/images/menu/book_s.gif);
	position:		absolute;
	left: 			47px;
	top:			144px;
	z-index:		5100;
}

.b_kontakt {
	width:			70px;
	height:			18px;
	margin: 		0px;
	background-image: url(/images/menu/kontakt_s.gif);
	position:		absolute;
	left: 			47px;
	top:			179px;
	z-index:		5100;
}

.counter {
	width:			150px;
	height:			20px;
	margin: 		5px;
	position:		absolute;
	left: 			62px;
	top:			279px;
	z-index:		140;
}

.gb {
	margin-left: 		0px;
	margin-top: 		0px;
}

table {
	width:	 		99%;
	border:			0px;
	padding: 0px;
	border-collapse: separate;

}

th {
	background:		#908AAA;
	text-align: 		center;
}

td {
	text-align: 		left;
	padding-left: 		10px;
}

td.date {
	text-align: 		center;
}

th.startdate {
	width:			15%;
}

th.enddate {
	width:			15%;
}

tr {
	height:			25px;
	margin: 		5px;

}

tr.tourplan_old {
	background: 		#3B3264;
}

tr.tourplan_current {
	background: 		#AA0000;
}

tr.tourplan_upcoming {
	background: 		#00EE00;
	color: 			black;
}

tr.techinfo {
	height:			25px;
	background:		#222222;
}

div.galleryindexitem {
	width: 			80%;
	clear:			both;
	font-size: 		14pt;
	font-weight: 	bold;
	margin-left:	auto;
	margin-right:	auto;
}

div.galleryindexpicture {
	height: 		110px;
	width:			135px;
	margin-top: 15px;
	float: 			left;
	text-align:		center;
}

div.galleryindextext {
	text-align: 	left;
	width: 			340px;
	float: 			right;
	padding-left: 	10px;
	padding-top: 	57px;
	padding-bottom: 42px;
	position: 		absolute;
	left:			210px;
}

td.thumbnail {
	text-align: 	center;
	padding: 		0px;
	padding-top: 	0px;
	padding-bottom: 20px;
}

div.nav_back {
	width: 			20px;
	height: 		32px;
	position:		absolute;
	top: 			0px;
	left:			245px;
}

div.nav_next {
	width: 			20px;
	height: 		32px;
	position:		absolute;
	top: 			0px;
	left: 			345px;
}

div.nav_first {
	width: 			20px;
	height: 		32px;
	position:		absolute;
	top: 			0px;
	left:			215px;
}

div.nav_last {
	width: 			20px;
	height: 		32px;
	position:		absolute;
	top: 			0px;
	left: 			375px;
}

div.nav_home {
	width: 			20px;
	height: 		32px;
	position:		absolute;
	left: 			280px;
	top: 			0px;
}
