html,body
    {
        background: #000;
        color: #fff;
        margin: 0;
        padding:0;
        height: 100%;
    }
    
body
    {
        font-family: Tahoma, Arial, Verdana, Helvetica;
        font-size: 0.9em;
    }



#page
    {
        position: relative;
        min-height: 100%;
        text-align: left;
    }

* html #page
    {
        height: 100%;
    }
                
#head   
    {
        width:100%;
        height: 150px;
        background-image:url(/img/eam_logo_black.png);
        background-repeat: no-repeat;
        background-position: 400px;
        z-index: 1;
     }
        
#head ul 
    {
        list-style: none;
        display: block;
        position: relative;
        top: 100px;
        float:right;
        right: 200px;
     }
            
#head ul li 
    {
        display: inline;
        padding: 10px;
    }  
                       
#head ul li a 
    {
        text-decoration: none;
        color: #fff;
        margin-left: 5px;
    }
    
#lang_select 
    {
        font-size: 0.8em;
    } 
       
#lang_select #lang_active
    {
        font-weight: bold;
        font-size: 1em;
        cursor: default;
        color: #A71F3C;
    }

#head #logo 
    {
        margin-left:200px;
        margin-top:100px;
        float:left;
    }

#nav
    {
        background-image:url(/img/eam_jpg_high_01.jpg);
        background-repeat: no-repeat;
        background-position: 0px -100px;
        width:350px;
        padding-right: 10px;
        height: 700px;
        float:left;
        margin-top: -100px;
        z-index: 99;
    }

#nav ul
    {
         list-style: none;
    }
#nav li 
    {
        padding-top:10px;
        padding-bottom:10px;
        background-image:url(/img/line.png);
        background-repeat: no-repeat;
         
    }
    
#nav li:hover 
    {
        background-image:url(/img/line_w_dot.png);
    }
    
#nav li:hover a 
    {    
        color: #A71F3C;
    }
    
#nav a  
    {
        text-align: right;
        color: #fff;
        text-decoration: none;
        display:block;
    }
#nav ul li.link_active
    {
        background-image:url(/img/line_w_dot.png);
        
    }
            
#nav ul li.link_active a
    {
        color: #A71F3C;
        cursor: default;
    }
    
#menu 
    {
        margin-top: 92px;
    }

#content 
    {
        margin-left:400px;
        margin-right:200px;
        padding-bottom: 100px;
        min-height: 400px;
        min-width: 600px;
    }

#foot   
    {
        position: relative;
        height:50px;
        margin-top: -45px;
        font-size: 0.8em;
        text-align: center;
    }

#foot a
    {
        text-align: right;
        color: #FF9900;
        
        
    } 
    
#clear
    {
        clear:left;
        
    }



/* content formatierung - allgemein */

/* Contentüberschrift */

h1
    {   
        margin-top: 0px;
        font-size: 1.2em;
        margin-bottom: 1.5em;
    }
        
/* Abschnittsüberschrift */
h2  
    {
        font-size: 1.1em;
        margin-bottom: 1.0em;
    } 

hr  
    {
        position:relative;
        top: -1em;
    }
    
/* reset p */       
p 
    {
        margin: 0px;
        padding:0px;
    }

p.heading
    {
        font-weight: bold;
        margin-bottom: 0.5em;
    }

p.content
    {
        margin-bottom:2em;
        padding-left: 2em;
    }

span.dot
    {
        background-image:url(/img/dot_small_7.png);
        background-repeat: no-repeat;
        background-position: left 50%;
        margin-top: 0px;
        padding-left: 2em;
    }
span.fett 
    {    
        font-weight: bold;
    }  

p.home
    {
        background-image:url(/img/dot_small_7.png);
        background-repeat: no-repeat;
        background-position: left 0.4em;
        margin-top: 0px;
        margin-bottom: 1em;
        padding-left: 2em;
    }
    

div.text
    {
        margin-bottom: 2em;
        line-height: 1.5em;
    }
    
img.one_pic
    {
        float:right;
        margin-left: 40px;
        margin-bottom: 40px; 
    }  
