

/* Verhalten des Body-Bereichs
*/
body{
    
    font-size:smaller;
    font-family:verdana,arial,helvetica,sans-serif;
    font-color:#black;
    background-color:#fff;
    margin:30px;
}
    /* Die ganze sichtbare Website
    */
    #website{
        padding:50px;
        
    }
        /* Kopfbereich (Header)
        */
        #header{
        	position:absolute;
        padding:10px;
       
       left:140px; top:20px; bottom:30px; width:80%;  #fff;
        margin-bottom:10px;
        z-index:3;
        }
        
         /* sprachen auswahl
        */
        #lang_de {position:absolute; padding:10px; margin:0; bottom:15%; left:730px; display:block; width:20px; height:10px; font-size:1em; z-index:7; overflow:hidden;  background-color:#white; color:#red;}#lang_en {position:absolute; padding:10px; margin:0; bottom:15%; left:760px; display:block; width:20px; height:10px; font-size:1em; z-index:7; overflow:hidden;  background-color:#white; color:#red;}

      #left {
      	position:absolute; 
      	left:150px; top:140px; bottom:30px; width:210px;  #fff; 
      	font-size:1.2em; 
      	z-index:4; 
      	overflow:auto; 
      	
      	background-repeat:no-repeat;}
      
        /* Navigation
        */
         #navigation{
         margin-left: 0px;
         
        }

            /* horizontal-Navi */
            .nav li {
            display: inline;
            font-size: 1.3em;	font-family: Helvetica, Arial, Verdana;
	font-style: normal;	font-weight: bold;	color: #000000;
            list-style-type: none;
            padding:0;margin:0;
            }

         
                /* Navigation Linkverhalten horizontal-Navi
                */
                 .nav li a                
                                                {
                                                display: inline;
                                                font-family: Helvetica, Arial, Verdana;
	                                            font-style: normal;	                                            font-weight: bold;	                                            color: #000000;
                                                background-color:#white;
                                                padding-left:10px;
                                                padding-right:10px;
                                                text-decoration:none;
                                               
                                                }
                .nav li a:hover          
                                                {
                                                display: inline;
                                                font-family: Helvetica, Arial, Verdana;
	                                            font-style: normal;	                                            font-weight: bold;	                                            color: #ff0000;
                                                 text-decoration:underline;
                                                
                                                }
                                                
                .nav li a:active,#active 
                                                {
                                                display: inline;
                                                cursor:default;
                                                font-family: Helvetica, Arial, Verdana;
	                                            font-style: normal;	                                            font-weight: bold;	                                            color: #fff;
                                                background-color:#white !important;
                                                text-decoration:none;
                                                }
                                                
                .nav li a:visited        
                                                {
                                                display: inline;
                                                background-color:white;
                                                }
                                                
               
                
        /* Der eigentliche Inhalt der Sites
        */
        #inhalt{
        clear:both;       /* <-- für horozontal-Navi neu hinzu */
        margin-top:30px;  /* <-- für horozontal-Navi neu hinzu */
            margin-left:0px;padding:10px;line-height:150%;
                       
        }
        #MARKROSSELL {overflow:auto; 
        position:absolute; top:400; bottom:150px; left:35%; hight:80%; width:50%;
        padding:15px 
        margin-bottom:30px;
        font-family: Helvetica, Arial, Verdana;	font-size: 14px;	font-style: normal;	color: #fff;	text-decoration: none;	font-weight: bold;
        z-index:3; 
        background:#white;}
        
     #contentbild {
	overflow:auto;
	position:absolute;
	z-index:5;
	top:100px; 
	
	bottom:50px; left:490px; right:40px; background:#fff;}

        /* Der Fußbereich (Footer)
        */
       
                     #footer {
                     	position:absolute; 
                     	padding:10px; 
                     	margin:0; bottom:20%; left:10%; 
                     	display:block; width:80%; height:8%; 
                     	font-size:0.9em; z-index:7; overflow:hidden;
                     	border-top-width:2px;                        
                        
                     	background:#white; color:#666;}

