/* Unterseiten-CSS für www.fjelfras.de */

/* Wichtige Farben
Orange 		=  #ff6633
Marinblau		=  #000066
Dunkelgrün 	=  #006600
Violett 		=  #9999cc
Schwarz		=  #000000
Dunkelgrau	=  #999999
Helllgrau		=  #cccccc
*/


/* Grundeinstellungen horizontale Unterlinkleiste */

#unterleiste {
font:10px/16px;
margin: 100px 0px 10px 200px;
width: 760px;
height: 16px;
padding: 2px 5px 2px 5px;
border: 1px solid #ff6633;
background-color : #999999;
text-align: right;}

#unterleiste ul, #unterleiste li
{display: inline;
list-style: none;
}


/* Grundeinstellungen horizontale Unterlinkleiste - Grundeinstellung der Links */

#unterleiste a, #unterleiste li a:hover, #unterleiste li a:active
{display: inline;
text-decoration: none;
color: #000066;
background-color : #999999;
margin: 0px 0px 0px 0px;
padding: 2px 6px 1px 6px;
border: none;
text-align: center;
font-weight: bold;}

/* Grundeinstellungen horizontale Unterlinkleiste - Hover-Animationen */

#unterleiste li a:hover, #unterleiste li a:active
{color: #006600;
background-color : #cccccc;}


/* Grundeinstellungen horizontale Unterlinkleiste - aktive Seite */

#obenaktiv {
display: inline;
list-style: none;
padding: 2px 6px 1px 6px;
color:  #ff6633;
text-align: center;
font-weight: bold;
background-color : #cccccc;
border: 1px solid #ff6633;
}



/* Inhaltsebene */

#lay0 {
margin: 132px 0px 10px 200px;
width:760px;
height:auto;
z-index:3;
padding: 5px;
border: 1px solid #ff6633;
background-color:#9999cc;
}



