	

	/*	======================================================
		Grundgerüst Stylesheet
		(1) Body
		(2) Schatten
		(3) Layout Gerüst
		(4) Navigations-Elemente
	====================================================	*/
	
	
	
	
	
	/* =====================================================
		 (1) Body 
	====================================================	*/
	body {
		background:#C3DBF0;
		color: #333333;
		text-align:center;
		padding:0;
		margin:0;
		}


	p {
		margin: 0;
		padding: 0;
	 	}

		
	h1 {
		font:bold 12px Verdana, Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
		}

	div {
		margin:0;
		padding:0;
		}

	.clear {
		clear: both;
		margin: 0;
		padding: 0;
		height: 0;
		line-height: 0;
		font-size: 0;
	}




	/* =====================================================
		 (2) Text 
	====================================================	*/
	
	.text {
		font:12px Verdana, Arial, Helvetica, sans-serif;
		line-height: 18px;
		color: white;
		}

	.text_black {
		font:11px Verdana, Arial, Helvetica, sans-serif;
		line-height: 16px;
		color: black;
		}


		
/* =====================================================
		 (3) Layout-Gerüst 
	====================================================	*/

	/* Container für den gesamten Inhalt */
	#wrapper {
		text-align:left;
		width:930px;
		margin:20px auto;
		background: #FFFFFF;
		}

	/* Head-Bereich */
	#header {
		width:930px;
		color: #333333;
		background: #93AFC7;
		}
	
	
	/* Container für die 1 und 2 Spalte des Inhalts */
	#content {
		position:relative;
		color: #333333;
		width:930px;
		padding:0;
		min-height: 436px;
		}
	

	#footer {
		font:10px Verdana, Arial, Helvetica, sans-serif;
		color:#ffffff;
		clear:both;
		height:24px;
		background: #93AFC7;
	}

	#footer a{
		color:#ffffff;
		text-decoration:none;
		}
	#footer a:visited {
		color:#ffffff;
		}
	#footer a:hover {
		color: #121D47;
		}


	/* =====================================================
		 (4) Navigations-Elemente 
	====================================================	*/	



	/* Hauptnavigation */
	#navigation{
		width:670px;
		float:left;
		margin: 65px 0px 0px 10px;
		padding: 0;
		text-align:left;
		}
	#navigation ul{
		padding: 0;
		margin: 0;
		height: 18px;
		font:bold 11px Verdana, Arial, Helvetica, sans-serif;
		}
	#navigation ul li {
		display: inline;
		}
	#navigation ul li a{
		padding: 0em 0.8em;
		color: #121D47;
		text-decoration: none;
		float: left;
		border-left: 2px solid #121D47;
		}

	/* IE 6 Hack */
	* html #navigation ul li a{
	}

	#navigation ul li a:hover {
		color: #fff;
		}


	/* Subnavigation */
	#subnavigation{
		width:100%;
		margin: 0;
		padding: 0;
		text-align:left;
		background:#cccccc;
		}
	#subnavigation ul{
		padding: 0;
		margin: 0px 0px 0px 100px;
		height: 18px;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		}
	#subnavigation ul li {
		display: inline;
		}
	#subnavigation ul li a{
		padding: 2px 0.6em;
		color: #121D47;
		text-decoration: none;
		float: left;
		}

	/* IE 6 Hack */
	* html #subnavigation ul li a{
	}

	#subnavigation ul li a:hover {
		color: #fff;
		}



	/* Subsubnavigation */
	a.subsubnavigation:link {
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #121D47;
		}
	a.subsubnavigation:visited {
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #121D47;
		}
	a.subsubnavigation:hover {
		color: #ffffff;
		}


	/* Subsubsubnavigation */
	a.subsubsubnavigation:link {
		font:bold 11px Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #121D47;
		}
	a.subsubsubnavigation:visited {
		text-decoration: none;
		color: #121D47;
		}
	a.subsubsubnavigation:hover {
		color: #e39745;
		}


   #button_buchung{
		display:block;
        background-image:url(frontend/images/buchungsanfrage_off.gif);
        width:96px;
		height:34px;
		}
   #button_buchung:hover{
		background-image:url(frontend/images/buchungsanfrage_on.gif);
		}
   #button_buchung_en{
		display:block;
        background-image:url(frontend/images/buchungsanfrage_en_off.gif);
        width:96px;
		height:34px;
		}
   #button_buchung_en:hover{
		background-image:url(frontend/images/buchungsanfrage_en_on.gif);
		}
   #button_buchung_fr{
		display:block;
        background-image:url(frontend/images/buchungsanfrage_fr_off.gif);
        width:96px;
		height:34px;
		}
   #button_buchung_fr:hover{
		background-image:url(frontend/images/buchungsanfrage_fr_on.gif);
		}

   #button_top{
		display:block;
        background-image:url(frontend/images/top.gif);
        width:34px;
		height:34px;
		float:right;
		}
   #button_top:hover{
		background-image:url(frontend/images/top_on.gif);
		}





	/* Sitemap */
	#sitemap{
		float:left;
		width:220px;
		margin: 20px 0px 20px 90px;
		padding: 0;
		text-align:left;
		}
	#sitemap ul{
		list-style:none;
		padding: 0;
		margin: 0px 20px;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		}
	#sitemap li a{
		padding: 0px 10px;
		color: #121D47;
		text-decoration: none;
		line-height:14px;
		}

	#sitemap ul li a:hover {
		color: #921018;
		}




	/* Sitemap */
	#newsbox_links a{
		font:10px Verdana, Arial, Helvetica, sans-serif;
		color:#121D47;
		text-decoration:none;
		}

	#newsbox_links a:hover {
		color: #a8333c;
		}







	/* =====================================================
		 Formulare
	====================================================	*/


	form {
		margin:0;
		padding:0;
		}
	
	form br { 			/* Alle Zeilenumbrüche in Formularen auswählen */
	  clear: left; 		/* das floating der labels und inputs aufheben */
	}

	fieldset {
		border: 1px solid #cccccc;
		padding: 0;
		margin: 0 auto;
		text-align: left;
		}

	fieldset#checkbox input {
		width:35px;
		}

	legend {
		color: #000000;
		padding: 5px;
		margin: 0px;
		background: none;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		}

	label {
		color:#000000;
		margin-bottom:3px;
		padding:0;
		display:block;
		float:left;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		}

	input {
		float:left;
		display: block;
		width:194px;
		padding:1px;
		margin-bottom: 8px;
		border:1px solid #8e8f90;
		background:#fff;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		}

	.input_small{
		width:48px;
	}
		/* Hack für den IE */
		* html .input_small{
			width:52px;
		}

	input:focus {
		border-color:#900;
		}

	select {
		float:left;
		display: block;
		width:198px;
		margin-bottom: 8px;
		border:1px solid #969595;
		background:#fff;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
		/* Hack für den IE */
		* html select{
			width:194px;
		}

	.radio {
		background:none;
		width:20px;
		border:0px;
		}


	textarea {
		width:224px;
		height:50px; 
		border:1px solid #8e8f90;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		padding:1px;
	}
		/* nur für den IE */
		* html textarea{
			width:228px;
		}

	.submitbtn {
		width:100px;
		background:#C5C5C5;
		border:1px solid;
		border-color:#999 #969595 #333 #999;
		color:#000000;
		cursor:pointer;
		padding:0;
		margin:0;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
	}

	.submitbtn:hover {		/* funktioniert nur mit Mozilla */
		background:#969595;
		color:#fff;
		border:1px solid; 
	}
		

/* =====================================================
	ENDE des Stylesheets
	====================================================	*/