/* 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#restaurant {
            bottom:0px;
            left:112px;
			z-index:5;
         }
		 #restaurant_sublinks {
			position:absolute;
			left:157px;
			top:95px;
			<!-- 157 sind 112 weite plus 45 randabstand-->
			z-index:0;
			visibility:hidden;
			}	
         a#zimmer {
            bottom:0px;
            left:224px;
            z-index:5;
         }
		 #zimmer_sublinks {
			position:absolute;
			left:269px;
			top:95px;
			z-index:10;
			visibility:hidden;
			}	
		
         a#camping {
            bottom:0px;
            left:336px;
            z-index:6;
         }
		 #camping_sublinks {
			position:absolute;
			left:381px;
			top:95px;
			width:90px;
			z-index:10;
			visibility:hidden;
			}	
         a#aktiv {
            bottom:0px;
            left:448px;
            z-index:7;
         }
		 #aktiv_sublinks {
			position:absolute;
			left:493px;
			top:95px;
			width:90px;
			z-index:10;
			visibility:hidden;
			}	
         a#ueber_uns{
            bottom:0px;
            left:560px;
            z-index:8;
         }
		 #ueber_uns_sublinks {
			position:absolute;
			left:605px;
			top:95px;
			width:90px;
			z-index:10;
			visibility:hidden;
			}	
		 a#kontakt{
		 	bottom:0px;
			left:672px;
			z-index:9;
		}
		#kontakt_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#restaurant:hover, a#restaurant:active,
         a#zimmer:hover, a#zimmer:active,
         a#camping:hover, a#camping:active,
         a#aktiv:hover, a#aktiv:active,
		 a#ueber_uns:hover, a#ueber_uns:active,
         a#kontakt:hover, a#kontakt: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;
}
