/*alles auf Null setzen */
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li
    { 
font-size: 12px; 
font-family: Arial, Verdana, Helvetica, Geneva, Swiss; 
text-decoration: none; 
color: #666; 
margin: 0; padding: 0;
}

/* scroller */
body   
 { 
line-height: 14px; 
background-color: #ffffff; 
text-align: center; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-arrow-color: #ffffff; 
scrollbar-darkshadow-color: #eee8aa; 
scrollbar-face-color: #eee8aa; 
scrollbar-highlight-color: #eee8aa; 
scrollbar-shadow-color: #ffffff; 
scrollbar-track-color: #ffffff;
}

/* links */
a:link        
{ 
color: #666; 
line-height: 14px; 
}

a  
{ 
color: #666; 
line-height: 14px;
}

a:visited
 { 
color: #666; 
line-height: 14px; 
}

a:active
 { 
color: #ff9933; 
line-height: 14px;
}

a:hover  
{ 
color: #ff9933; 
line-height: 14px; 
 }

.strong
{
font-weight: bold;
}

.center 
{
text-align: center;
}

img 
{
border: 0;
}

.right 
{
text-align: right;
}

top 
{
vertical-align: top;
}

/* Hauptlayer, mittig ausgerichtet mit Inhalten */
#main
{
position: static;
width: 600px;
border : 0px;
margin : 0px auto; 
padding : 0px;
background-color: #fff;
height: 100%;
text-align:center;
}

/* Home obere Ebene für Logo */
#home_top
{
position: static;
width: 600px;
height: 90px;
border : 0px;
margin : 0px auto; 
padding : 0px;
background-color: #fff;
text-align:center;
}


/* Home 2. Ebene für Content unterhalb Logo und Fotos */
#home_content
{
width: 600px;
height: auto;
border : 0px;
margin-top: 0px; 
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding : 0px;
background-color: #Fff;
border: 0px;
}

.address
 { 

font-size: 11px; 
font-family: Arial, Verdana, Helvetica, Geneva, Swiss;
color: #666; 
}

a.address
{ 
color: #FF8C00; 
font-size: 11px;
font-weight: bold;
}

a:address.link
{ 
color: #FF8C00; 
font-size: 11px;
font-weight: bold;
}

a:address.hover
{ 
color: #FF8C00; 
font-size: 11px;
font-weight: bold;
}

a:address.active
{ 
color:#FF8C00; 
font-size: 11px;
font-weight: bold;
}

a:address.visited
{ 
color: #666; 
font-size: 11px;
font-weight: bold;
}


/* Navi Content für alle Seiten */
#navi
{
width:600px;
height: auto;
border: 0px;
margin-top: 0px; 
margin-left: 0px;
margin-right: 0px;
padding-left:20px;
border: 0px;
text-align: left;
position: absolute;
background-color: #FBFAF6;
}

/* Menue mit Mouseovereffekt */
#menu
{
width:600px;
border: 0px;
margin-top: 0px; 
margin-left: 0px;
border: 0px;
background-color: #fff;
}

a.menu 
 { 
color: #666; 
font-size: 12px;
line-height: 20px;
border: 0px; 
display: block;
background-color: #fff;
}

a.menu:link    
 { 
color: #666; 
font-size: 12px;
background-color: #fff;
line-height: 20px;
}

a.menu:visited
 { 
color: #666; 
font-size: 12px;
line-height: 20px;
background-color: #fff;
}

a.menu:hover   
 { 
color: #FF8C00; 
font-size: 12px;
line-height: 20px;
background-color: #ffffff;
 }

a.menu:active  
 { 
color: #FF8C00; 
font-size: 12px;
line-height: 20px;
background-color: #ffffff;
 }

.orange
 { 
color: #FF8C00; 
font-size: 12px;
 }

.navistatic
 { 
color: #FF8C00; 
font-size: 12px;
background-color: #ffffff;
line-height: 20px;
 }

a.rollover
{
	display:block;
	border:1px solid #808080;
	height: 50px;
	width: 50px;
}

a.rollover:hover
{
border:1px solid #ff8c00;
}

a.rollover:active
{
border:1px solid #ff8c00;
}

.rolloverstatic
{
border:1px solid #ff8c00;
}

