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

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


/* allgemeine Einstellungen */

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li, dt
{
font:11px/17px  verdana, arial, georgia, sans-serif;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}


p, ul
 {
   font-size: 1.4em;
   line-height: 135%;
}

dt
 {
   font-size: 1.0em;
   line-height: 135%;
}

h1, h2, h3 {color: #000000;}

h1 {font-size: 1.7em;}

h2 {font-size: 1.6em;}

h3 {font-size: 1.6em;}

a:link,
a:visited,
a:hover,
a:active {text-decoration: none;}

a:link {color: #000066;}

a:visited {color: #006600;}

a:hover {color: #ff6633;}

a:active {color:#000066;}

img {border: 0;}

.i {font-size: 1.4em;}

.strong {font-weight: bold;}

.center {text-align: center;}

.klein {font-size: 1em;}

.right { text-align: right;}

.left {text-align: left;}

.top {vertical-align: top;}



/* Kopfbereich */

#top {
border-top: 16px solid #000066;
margin: 10px 0px 0px 30px;
width: 950px; 
height: 64px; 
z-index:0; 
background-color : #ff6633;
color: #000066;
padding: 0px;
}

#top p {margin: 10px 0px 0px 170px}


/*Grundeinstellungen obere Linkleiste*/

#borte {
font:10px/16px;
margin: 70px 0px 0px 30px;
width: 950px; 
height: 16px; 
padding: 0px;
border-bottom: 4px solid #006600;
background-color : #000066;
text-align: right;}

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



/*Grundeinstellungen obere Linkleiste - Grundeinstellung der Links*/

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

/*Grundeinstellungen obere Linkleiste - Hover-Animationen*/

#borte li a:hover, #borte li a:active 
{color: #006600;
background-color : #ff6633;}


/* Inhaltsebene */

#lay1 p {margin: 10px 0px 10px 0px;
padding: 5px;}

#lay1 h3 {margin: 10px 0px 10px 0px}

#lay1 a {font-size: 1.0em}

#lay1 a:link {color: #cccccc;}

#lay1 a:visited {color: #006600;}

#lay1 a:hover {color: #ff6633;}

#lay1 a:active {color:#000066;}

#lay1 {
margin: 100px 0px 10px 40px;
width:920px;
height:auto;
z-index:3;
padding: 5px;
border: 1px solid #ff6633;
background-color:#9999cc;
}



/* Logo links */

#kopf {
margin: 31px 0px 0px 41px;
width:30px;
height:35px;
}


/* Logo rechts */

#rune {
margin: 31px 0px 0px 950px;
width:16px;
height:35px;
}













