
body
{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background: #FFFFFF;
font-family: Verdana, sans-serif;
font-size: 0.9em;
text-align: left;
}

html
{
height: 100%;
}

#aussenwrapper
{
height: 100%;
position: relative;
width: 1080px;
margin: 0 auto;
background: #D1DEEF;
}

#innenwrapper
{
height:100%;
overflow: auto;
background: #ccc;
}

 #leftbox
{
position: absolute;
float: left;
width: 1080px;                       
height: 150px;
margin-top:0px;
background: #FFFFFF;
text-align: right;
background-image: url(http://www.fraenkische-museumseisenbahn.de/v200-001/v200header.jpg);
background-repeat: no-repeat;
background-position:30px 10px;
z-index: 1;
}
 
#header
{
position: absolute;
top: 150px;
left:0;
width: 1080px;
height:25px;
background: #ccc;
text-align: center;

z-index: 2;
}
 
#content
{

background: #FFFFFF;
padding: 5px 5px 25px 5px;
margin-top: 190px;
margin-left:30px;
margin-right: 30px;
margin-bottom: 30px;
border: 3px solid red;
border-radius: 15px;
box-shadow: 8px 8px 20px black;
}


/*Menu Kopfzeile*/
 
ul#nav {
	padding:0;
	margin:0; 		
	}
ul#nav li {
list-style: none;
	width: 135px;
	overflow:hidden;
	height: 25px;
	background: #ccc;
	float:left;
	padding: 0px;
	margin: 0px;
	border: 0;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	}
ul#nav li:hover {
	overflow: visible;
	background: red;
	}
ul#nav ul {
	margin: -10px 0 0 -40px;         
	width: 135px;
	}
ul#nav ul li {
	height: 25px;
	float: right;
	width: 135px;
	}
ul li a {
	}
a.navi:link {
	text-decoration:none;
	color: #444;
	display: block;
	padding: 5px;
	height: 25px;
	}
a.navi:hover {
	color: #FFF;
	}


  /*Überschrift*/
#oben{

 height: 30px;
 line-height:30px;
 text-align: center;
 background-color: #f0f0f0;     
 border: 2px solid black;
 border-radius: 10px;
 box-shadow: 2px 2px 15px black;
}

   /*Links*/
#service {
    height: 30px;
    background-color: #ccc;     
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: 2px 2px 15px black;
  }
  
#service a {
	text-decoration:none;
	color: #000000;
	display:block;
	padding: 5px;
	height: 25px;
	}
#service a:hover {
	color: #FF0000;
	}
	
	
#oben3{

 height: 30px;
 line-height:30px;
 text-align: center;
background-color: #FFD500;
 border: 2px solid black;
 border-radius: 10px;
 box-shadow: 2px 2px 15px black;
}
#oben4{

 height: 30px;
 line-height:30px;
 text-align: center;
background-color: #B3FF00;
 border: 2px solid black;
 border-radius: 10px;
 box-shadow: 2px 2px 15px black;
}
#tbuch a {
	text-decoration:none;
	background-color: #ccc;
	color: #000000;
	display:block;
	padding: 5px;
	height: 20px;
	}
#tbuch a:hover {
	color: #FF0000;
	} 
	
	#email a {
	text-decoration:none;
	color: blue;
	
	}
#email a:hover {
	color: #FF0000;
	}
    	
#hinweis {
border: 2px solid blue;
border-radius: 12px;

}

#hinweis a {
	text-decoration:none;
	color: blue;
	}
#hinweis a:hover {
	color: #FF0000;
	}

#gs{
     height: 100px;
     background-color: #D1DEEF;
     border: 2px solid black;
     border-radius: 10px;
     box-shadow: 2px 2px 15px black;
     
 } 
ul#gesch li {
    float: left;
	list-style: circle;
	padding:0;
	margin:0;
	text-align: left;
	}
#tagebuch {
    height: 30px;
    background-color: #ccc;     
    border: 2px solid black;
    box-shadow: 2px 2px 15px black;
  }	
  
#tab{
background-color: #ccc;
}
#tab a {
	text-decoration:none;
	color: #000;
	}
#tab a:hover {
	color: #fff;
	}
#tab2{
 background-color: #FF0000;
 }	

#fahrten a {
	text-decoration:none;
	background-color: #ccc;
	color: #000000;
	display:block;
	padding: 5px;
	height: 25px;
	}
#fahrten a:hover {
	color: #FF0000;
	}  
#rahmen{         
     background-color: #f0f0f0;    
     border: 2px solid red;
     border-radius: 10px;
     }
  #rahmen1{
      border: 2px solid black;
      border-radius: 10px;       
  }
  #rahmen2{
      border: 2px solid black;
      border-radius: 10px;
  }
   #rahmen3{
      border: 2px solid black;
      border-radius: 10px;
  }
  #rahmen4{
      border: 2px solid black;
      border-radius: 10px;
  }	

-->