/* print.css */



html 			{
    			height: 100%;
			min-height: 100.05%;
			margin-bottom: 1px;
			}

/*----------------------------------------------------------*/

body 			{
			height: 100%;
			margin: 0 auto;
    			padding: 0;
			text-align: center;
			background-color: #FFFFFF;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 100.01%;
			line-height: 100%;
			color: #000000;
    			}

/*----------------------------------------------------------*/

p 			{ 
			margin: 0 0 0 0;
			padding: 0 0 0 0; 
			}

/*----------------------------------------------------------*/ 

#pagewidth 		{
			margin: 0 auto;
			position: relative;
    			width: 900px;
			font-size: 0.7em;
			padding: 60px 0 0 0;
			background-image: url(../picts/content.gif);
			background-repeat: no-repeat;
			background-position: bottom right;
			
			}

/*----------------------------------------------------------*/

h1 		
			{
    			margin: 0 0 15px 0;
    			font-weight: bold;
			font-size: 1.1em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #000000; 
			}

/*----------------------------------------------------------*/

h2 		
			{
    			margin: 0 0 15px 0;
    			font-weight: bold;
			font-size: 1.3em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #000000; 
			}

/*----------------------------------------------------------*/

#logo			{
			text-align: left;
			position: relative;
			width: 900px;
			height: 81px;
			}

/*----------------------------------------------------------*/

#space			{
			position: relative;
			width: 900px;
			height: 30px;
			border-bottom: 1px solid #737373;
			}

#spaceleft

			{
			float: left;
			position: relative;
			height: 30px;
			width: 450px;
			color: inherit;
			}

#navigation

			{
			display: none;
			float: right;
			position: relative;
			height: 30px;
			width: 450px;
			color: inherit;
			}

/*----------------------------------------------------------*/

#lage

			{
			float: left;
			position: relative;
			height: 30px;
			width: 64px;
			color: inherit;
			}

a.lage 			
			{
			display: block;
			background-image: url(../picts/buttonlage.gif);
			background-repeat: no-repeat;
			width: 64px;
			height: 30px;
			text-decoration: none;
			}

a.lage:hover
			{
			background-image: url(../picts/buttonlage.gif);
			background-repeat: no-repeat;
			background-position: -64px;
			}

.lageactive		
			{
			width: 64px;
			height: 30px;
			display: block;
			background-image: url(../picts/buttonlage.gif);
			background-repeat: no-repeat;
			background-position: -64px;
			}

#ausstattung

			{
			float: left;
			position: relative;
			height: 30px;
			width: 114px;
			color: inherit;
			}

a.ausstattung 			
			{
			display: block;
			background-image: url(../picts/buttonausstattung.gif);
			background-repeat: no-repeat;
			width: 114px;
			height: 30px;
			text-decoration: none;
			}

a.ausstattung:hover
			{
			background-image: url(../picts/buttonausstattung.gif);
			background-repeat: no-repeat;
			background-position: -114px;
			}

.ausstattungactive		
			{
			width: 114px;
			height: 30px;
			display: block;
			background-image: url(../picts/buttonausstattung.gif);
			background-repeat: no-repeat;
			background-position: -114px;
			}

#preise

			{
			float: left;
			position: relative;
			height: 30px;
			width: 70px;
			color: inherit;
			}

a.preise 			
			{
			display: block;
			background-image: url(../picts/buttonpreise.gif);
			background-repeat: no-repeat;
			width: 70px;
			height: 30px;
			text-decoration: none;
			}

a.preise:hover
			{
			background-image: url(../picts/buttonpreise.gif);
			background-repeat: no-repeat;
			background-position: -70px;
			}

.preiseactive		
			{
			width: 70px;
			height: 30px;
			display: block;
			background-image: url(../picts/buttonpreise.gif);
			background-repeat: no-repeat;
			background-position: -70px;
			}

#buchung

			{
			float: left;
			position: relative;
			height: 30px;
			width: 86px;
			color: inherit;
			}

a.buchung 			
			{
			display: block;
			background-image: url(../picts/buttonbuchung.gif);
			background-repeat: no-repeat;
			width: 86px;
			height: 30px;
			text-decoration: none;
			}

a.buchung:hover
			{
			background-image: url(../picts/buttonbuchung.gif);
			background-repeat: no-repeat;
			background-position: -86px;
			}

.buchungactive		
			{
			width: 86px;
			height: 30px;
			display: block;
			background-image: url(../picts/buttonbuchung.gif);
			background-repeat: no-repeat;
			background-position: -86px;
			}

#ausflugsziele

			{
			float: left;
			position: relative;
			height: 30px;
			width: 116px;
			color: inherit;
			}

a.ausflugsziele 			
			{
			display: block;
			background-image: url(../picts/buttonausflugsziele.gif);
			background-repeat: no-repeat;
			width: 116px;
			height: 30px;
			text-decoration: none;
			}

a.ausflugsziele:hover
			{
			background-image: url(../picts/buttonausflugsziele.gif);
			background-repeat: no-repeat;
			background-position: -116px;
			}

.ausflugszieleactive		
			{
			width: 116px;
			height: 30px;
			display: block;
			background-image: url(../picts/buttonausflugsziele.gif);
			background-repeat: no-repeat;
			background-position: -116px;
			}

/*----------------------------------------------------------*/


#content		{
			margin: 2px 0 0 0;
			position: relative;
			width: 100%;
			min-height: 338px;
			}

/* IE Fix: Der IE interpretiert height als min-height */
* html #content {
    		height: 338px;
		}


#leftcolumn

			{
			float: left;
			position: relative;
			width: 50%;
			color: inherit;
			}



#rightcolumn

			{
			float: right;
			padding: 40px 0 27px 0;
			text-align: left;
			position: relative;
			color: inherit;
			}

/*----------------------------------------------------------*/

#footer			{
			display: none;
			clear: both;
			position: relative;
			width: 900px;
			height: 35px;
			color: #737373;
			background-image: url(../picts/footer.gif);
			}

#footerleft

			{
			float: left;
			position: relative;
			padding: 8px 0 0 0;
			height: 27px;
			width: 450px;
			color: inherit;
			text-align: center;
			}

#footerright

			{
			float: right;
			position: relative;
			padding: 8px 0 0 0;
			height: 27px;
			width: 450px;
			color: inherit;
			background-image: url(../picts/footerright.gif);
			background-repeat: no-repeat;
			background-position: right;
			}

/*----------------------------------------------------------*/

a		
			{
			text-decoration: none;
			color: #C40008;
			background-color: inherit; 
			}

/*----------------------------------------------------------*/

a:hover 
			{
			text-decoration: underline;
			color: #C40008;
			background-color: inherit; 
			}

/*----------------------------------------------------------*/

a.footer		
			{
			text-decoration: none;
			color: #737373;
			background-color: inherit; 
			}

/*----------------------------------------------------------*/

a.footer:hover 
			{
			text-decoration: underline;
			color: #737373;
			background-color: inherit; 
			}

/*----------------------------------------------------------*/

#imagecontainer		
			{
			position: relative;
			width: 450px;
			height: 338px;
			}

/*----------------------------------------------------------*/

.diashow		{
			margin: 2px 0 0 0;
			position: relative;
			width: 450px;
			height: 83px;
			}

.diashowone

			{
			float: left;
			margin: 0 2px 0 0;
			position: relative;
			height: 83px;
			width: 111px;
			}

.diashowtwo

			{
			float: left;
			margin: 0 2px 0 0;
			position: relative;
			height: 83px;
			width: 111px;
			}

.diashowthree

			{
			float: left;
			margin: 0 2px 0 0;
			position: relative;
			height: 83px;
			width: 111px;
			}

.diashowfour

			{
			float: left;
			position: relative;
			height: 83px;
			width: 111px;
			color: inherit;
			}

/*----------------------------------------------------------*/

#imagetrenner		
			{
			position: relative;
			height: 10px;
			margin: 0 0 10px 0;
			border-bottom: 1px solid #737373;
			}

/*----------------------------------------------------------*/

































#footline		{
			width: 928px;
			height: 10px;
			border-bottom: 1px solid #000000;
			}

/*----------------------------------------------------------*/

#bottom			{
			position: relative;
			width: 928px;
			height: 34px;
			}

#bottomnav

			{
			float: left;
			position: relative;
			height: 34px;
			width: 757px;
			color: inherit;
			}

#gud

			{
			float: right;
			position: relative;
			height: 34px;
			width: 171px;
			color: inherit;
			}

/*----------------------------------------------------------*/

#navigationbottom	{
			margin: 15px 0 0 0;
			position: relative;
			height: 19px;
			}

#tvmovies

			{
			float: left;
			margin: 0 18px 0 0;
			position: relative;
			height: 11px;
			width: 67px;
			color: inherit;
			}

a.tvmovies 			
			{
			display: block;
			background-image: url(../picts/button_tvmovies.gif);
			background-repeat: no-repeat;
			width: 67px;
			height: 11px;
			text-decoration: none;
			}

a.tvmovies:hover
			{
			background-image: url(../picts/button_tvmovies.gif);
			background-repeat: no-repeat;
			background-position: -67px 0px;
			}

.tvmoviesactive		
			{
			width: 67px;
			height: 11px;
			display: block;
			background-image: url(../picts/button_tvmovies.gif);
			background-repeat: no-repeat;
			background-position: -67px 0px;
			}

#miniseries

			{
			float: left;
			margin: 0 18px 0 0;
			position: relative;
			height: 11px;
			width: 143px;
			color: inherit;
			}

a.miniseries 			
			{
			display: block;
			background-image: url(../picts/button_miniseries.gif);
			background-repeat: no-repeat;
			width: 143px;
			height: 11px;
			text-decoration: none;
			}

a.miniseries:hover
			{
			background-image: url(../picts/button_miniseries.gif);
			background-repeat: no-repeat;
			background-position: -143px 0px;
			}

.miniseriesactive		
			{
			width: 59px;
			height: 11px;
			display: block;
			background-image: url(../picts/button_miniseries.gif);
			background-repeat: no-repeat;
			background-position: -143px 0px;
			}

#series

			{
			float: left;
			margin: 0 18px 0 0;
			position: relative;
			height: 11px;
			width: 44px;
			color: inherit;
			}

a.series 			
			{
			display: block;
			background-image: url(../picts/button_series.gif);
			background-repeat: no-repeat;
			width: 44px;
			height: 11px;
			text-decoration: none;
			}

a.series:hover
			{
			background-image: url(../picts/button_series.gif);
			background-repeat: no-repeat;
			background-position: -44px 0px;
			}

.seriesactive		
			{
			width: 44px;
			height: 11px;
			display: block;
			background-image: url(../picts/button_series.gif);
			background-repeat: no-repeat;
			background-position: -44px 0px;
			}

#children

			{
			float: left;
			margin: 0 18px 0 0;
			position: relative;
			height: 11px;
			width: 55px;
			color: inherit;
			}

a.children 			
			{
			display: block;
			background-image: url(../picts/button_children.gif);
			background-repeat: no-repeat;
			width: 55px;
			height: 11px;
			text-decoration: none;
			}

a.children:hover
			{
			background-image: url(../picts/button_children.gif);
			background-repeat: no-repeat;
			background-position: -55px 0px;
			}

.childrenactive		
			{
			width: 55px;
			height: 11px;
			display: block;
			background-image: url(../picts/button_children.gif);
			background-repeat: no-repeat;
			background-position: -55px 0px;
			}

#documentary

			{
			float: left;
			margin: 0 18px 0 0;
			position: relative;
			height: 11px;
			width: 85px;
			color: inherit;
			}

a.documentary 			
			{
			display: block;
			background-image: url(../picts/button_documentary.gif);
			background-repeat: no-repeat;
			width: 85px;
			height: 11px;
			text-decoration: none;
			}

a.documentary:hover
			{
			background-image: url(../picts/button_documentary.gif);
			background-repeat: no-repeat;
			background-position: -85px 0px;
			}

.documentaryactive		
			{
			width: 85px;
			height: 11px;
			display: block;
			background-image: url(../picts/button_documentary.gif);
			background-repeat: no-repeat;
			background-position: -85px 0px;
			}

#wildlife

			{
			float: left;
			margin: 0 18px 0 0;
			position: relative;
			height: 11px;
			width: 49px;
			color: inherit;
			}

a.wildlife 			
			{
			display: block;
			background-image: url(../picts/button_wildlife.gif);
			background-repeat: no-repeat;
			width: 49px;
			height: 11px;
			text-decoration: none;
			}

a.wildlife:hover
			{
			background-image: url(../picts/button_wildlife.gif);
			background-repeat: no-repeat;
			background-position: -49px 0px;
			}

.wildlifeactive		
			{
			width: 49px;
			height: 11px;
			display: block;
			background-image: url(../picts/button_wildlife.gif);
			background-repeat: no-repeat;
			background-position: -49px 0px;
			}

#music

			{
			float: left;
			margin: 0 0 0 0;
			position: relative;
			height: 11px;
			width: 44px;
			color: inherit;
			}

a.music 			
			{
			display: block;
			background-image: url(../picts/button_music.gif);
			background-repeat: no-repeat;
			width: 44px;
			height: 11px;
			text-decoration: none;
			}

a.music:hover
			{
			background-image: url(../picts/button_music.gif);
			background-repeat: no-repeat;
			background-position: -44px 0px;
			}

.musicactive		
			{
			width: 44px;
			height: 11px;
			display: block;
			background-image: url(../picts/button_music.gif);
			background-repeat: no-repeat;
			background-position: -44px 0px;
			}

/*----------------------------------------------------------*/

.invisible		
			{
			display: none;
			}

/*----------------------------------------------------------*/

img		
			{
  			border: 0;
			}

/*----------------------------------------------------------*/

.formone 		{
			margin: 0 0 0 0;
			padding: 1px 0 0 2px;
			width: 150px;
			height: 16px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 1em;
			}

/*----------------------------------------------------------*/

.formtwo 		{
			margin: 0 0 0 0;
			padding: 1px 0 0 2px;
			width: 30px;
			height: 16px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 1em;
			}

/*----------------------------------------------------------*/

.formthree 		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 1em;
			}

/*----------------------------------------------------------*/


.clearfix:after 	{
 			content: "."; 
 			display: block; 
			height: 0; 
 			clear: both; 
 			visibility: hidden;
 			}

/*----------------------------------------------------------*/ 
 
.clearfix		{
			display: inline-table;
			}

/*----------------------------------------------------------*/

/* Hides from IE-mac \*/

* html .clearfix
		{
		height: 1%;
		}

.clearfix	{
		display: block;
		}

/* End hide from IE-mac */

