/* CSS Document */

p{
font-family: "Tango BT";
font-size: 14px;
color: #FFFFFF;
line-height: 18px;
padding: 3px;
text-indent:5mm;
}

html, body {
            margin:0;
            padding:0;
            background-color:#cc3300;
         }
		 
		 #navigation {
		 height:25px;
		 background-color:#333333;
         position:absolute;
         width:900px;
         z-index:2;
         }
         a.top_link {
            display:block;
            position:absolute;
			width:106px;
            text-align:center;
            height:20px;
            font-family:"MS Sans Serif",sans-serif;
            font-size:12px;
            font-weight:bold;
            padding-top:none;
            text-decoration:none;
			border:outset;
         }
         a.top_link:link, a.top_link:visited {
            color:white;
            background-color:#333333;
         }       
         a.top_link:hover, a.top_link:active {
            color:white;
            background-color:#cc3300;
			border:inset;
         }       
		 .sub_link {
			display:block;
			width:106px;
			text-align:center;
			height:20px;
			font-family:"MS Sans Serif", sans-serif;
			font-size:12px;
			padding-top:1px;
			text-decoration:none;
			border:outset
			}
		.sub_link:link, .sub_link:visited {
			background-color:#333333;
			color:white;
			border:outset;	
			}
		.sub_link:hover, -sub_link:active {
			color:white;
            background-color:#cc3300;
			border:inset;
			} 
		 
		 a#home {
            bottom:0px;
            left:0px;
            z-index:3;
         }
		 a#e_restaurant {
            bottom:0px;
            left:112px;
			z-index:4;
         }
		 #e_restaurant_sublinks {
			position:absolute;
			left:157px;
			top:95px;
			<!-- 157 sind 112 weite plus 45 randabstand-->
			z-index:5;
			visibility:hidden;
			}	
         a#e_rooms {
            bottom:0px;
            left:224px;
            z-index:5;
         }
		 #e_rooms_sublinks {
			position:absolute;
			left:269px;
			top:95px;
			z-index:10;
			visibility:hidden;
			}	
		
         a#e_campsite {
            bottom:0px;
            left:336px;
            z-index:6;
         }
		 #e_campsite_sublinks {
			position:absolute;
			left:381px;
			top:95px;
			width:90px;
			z-index:10;
			visibility:hidden;
			}	
         a#e_sights {
            bottom:0px;
            left:448px;
            z-index:7;
         }
		 #e_sights_sublinks {
			position:absolute;
			left:493px;
			top:95px;
			width:90px;
			z-index:10;
			visibility:hidden;
			}	
         a#e_about_us{
            bottom:0px;
            left:560px;
            z-index:8;
         }
		 #e_about_us_sublinks {
			position:absolute;
			left:605px;
			top:95px;
			width:90px;
			z-index:10;
			visibility:hidden;
			}	
		 a#e_contact{
		 	bottom:0px;
			left:672px;
			z-index:9;
		}
		#e_contact_sublinks {
			position:absolute;
			left:717px;
			top:95px;
			width:90px;
			z-index:11;
			visibility:hidden;
			}	
		a#email{
			bottom:0px;
			left:784px;
			z-index:12;
		}
		
         a#home:hover, a#home:active,
         a#e_restaurant:hover, a#e_restaurant:active,
         a#e_rooms:hover, a#e_rooms:active,
         a#e_campsite:hover, a#e_campsite:active,
         a#e_sights:hover, a#e_sights:active,
		 a#e_about_us:hover, a#e_about_us:active,
         a#e_contact:hover, a#e_contact:active 
		 a#email:hover, a#email:active,{
            z-index:15;
         }       

.standardtext {
	font-family: "Tango BT";
	font-size: 12pt;
	text-align: justify;
	color: #000000;	
	margin-left:300px;
}

.anfangstext {
	font-family: "Tango BT";
	font-size: 12pt;
	color: #Cc3300;
}
.news {
	font-family: "Tango BT";
	font-size: 12pt;
	color: #FFFFFF;
}
.NewsHeader {
	font-family: "Tango BT";
	font-size: 22px;
	color: #cc3300;
	font-style: italic;
}
