/* CSS Document */

  *{
    font-size:12px; 
    color:#000000; 
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-style:normal; 
    font-weight:bolder

    }

html { overflow:visible;}

.button {
	background-color: #B2B299;
	-moz-border-radius:7px;
	cursor: pointer;}

	body {

/*	height: 98%;
	width: 98%;   */
		
  /*  background-image: url(img/hg_main.jpg);*/
    background-color: #FFFFFF;
    text-align:center;    /* für IE Explorer, wegen zentrierung */
    background-image: url(img/hg_main.jpg);
    background-attachment:fixed;
		background-repeat:repeat;
		  
    }
	
#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
 /*   width: 900px;*/
    width: 98%;
    padding: 0.5em;
  /*  border: 2px ridge silver;*/
   /* height:95%;*/
/*    background-color: #bccce5;*/
    background-image: url(img/lattenabfahrt.jpg);
    background-repeat:no-repeat;
    /*background-attachment:fixed;*/
    border: 1px solid #000000;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    float: left;
  }
	
	.stretch{
   width: 100%;
   
  }
	
  #logo {
    margin-right: 10px;
    float: right;
    width:203px;
    height:96px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border: 1px solid #000000;
		border-right: 2px solid #000000;
		border-bottom: 2px solid #000000;
  }
  
  #beendefloat {
    clear:both;
  }
	
	#inhalt {
    float: right;
    /* position: relative;*/
    /* top: 130px;*/ 
    width: 75%;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    opacity: 0.8;
    filter: Alpha(opacity=80, style=0);
    background-color: #bccce5; 
    /* border:1px solid #000000;*/
    /* height: 70%;*/
    /*background-image: url(img/hg_main.jpg);
    background-attachment:fixed;
		background-repeat:repeat;*/
		border: 1px solid #000000;
		border-right: 2px solid #000000;
		border-bottom: 2px solid #000000;
		
	  overflow: auto;
	 }
   
   #inhaltheader {
   color: #cb582b;
   font-family: Comic Sans, Comic Sans MS, cursive;
   font-style: cursive;
   font-weight: bolder;
   font-size: 25px;
   border-bottom: 1px solid #000000;
   margin: 10px;
   }
   
   
   #inhalttext {
    margin: 30px;
    font-size:  12px;
    
   }
   
   span.stil1 {
   color: #cb582b;
   font-size: 18px;
   margin: 30px;
   
   }
   
   .stil3 {
   color: #000000;
   font-size: 18px;
   margin: 10px;
   
   }
   
   #stil2 {
   color: #000000;
   font-size: 12px;
   margin-left: 30px;
   }
   
   
   #textlinks {
  // position: absolute;
  // top: 350px;
  // margin: 10px;
   margin-left: 10px;
   margin-top: 150px;
  // margin-bottom: 10px;
  // padding-bottom: 30px;
   color: #000000;
   }
	
  #menue {
   	float: left;
  /* 	position: relative;*/
   	font-size:13px; 
    width: 80px; 
		text-align:left;
    margin: 10px;
    padding: 10px;
    border:1px solid #000000;
    }
  
  	
	h1 { font-size:15px; color:C73636; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight:bolder}


/*	a:link { font-size:10px; color: #022463; text-decoration: underline; font-family:Verdana, Arial, Helvetica, sans-serif;}
	a:visited { font-size:10px; color: #022463; text-decoration: underline; font-family:Verdana, Arial, Helvetica, sans-serif;}
	a:hover { font-size:10px; color: #000000; text-decoration: underline; font-family:Verdana, Arial, Helvetica, sans-serif;}
	a:active { font-size:10px; color:#022463; text-decoration: underline; font-family:Verdana, Arial, Helvetica, sans-serif;}
*/
.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer {
float: left;
border-top:1px solid #000;
border-left:1px solid #000;
border-right:2px solid #000;
border-bottom:2px solid #000;
/*background-color:#7b7d8e; */
width: 15%;
margin:10px;
}

a.menu:link, a.menu:visited
{
 color:#8596d5;
 background-color:#FFFFFF;
 text-decoration:none;
}
a.menu:active, a.menu:hover
{
 color:#FFFFFF;
 background-color:#8596d5;
}
a.menu {
 display:block;
 margin: 4px;
 padding:3px;
 border-top:1px solid #000;
 border-left:1px solid #000;
 border-right:2px solid #000;
 border-bottom:2px solid #000;
 background-color:#8596d5;
 text-align:center;
 font-weight:bold;
 color:#FFFFFF;
 text-decoration:none;
 }
 
 a.links {
 font-size: 15px;
  text-decoration:none;
  margin: 30px;
 }
