html {
    overflow-y:scroll;
    }
body {
    font-family: 'Droid Sans',arial,sans-serif;
    color: white;
    font-size : 0.9em; /* MAC 1 */
    margin: 0px;
    padding: 0px;
    background-color : #474B4C;
    height: 100%;
    width: 98%; /* nur fuer Uebergang mit Framset notwendig */
    background-repeat: no-repeat; 
    text-align: center;
    }

h1 {
    font-size : 1.6em;
    font-weight: normal;
    padding-bottom: 10px;
    }

h2 {
    font-size : 1.1em;
    font-weight: bold;
    }
p {
    font-size : 1em;
    }

a {
    text-decoration: underline;
    color: white;
    }	

a:hover {
    text-decoration: none;
    }    
    
.textmenu2 {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 230px; 
    margin: 0px; 
    padding: 0px; 
    background-color: #9AAE24; 
    filter:alpha(opacity=40);
    opacity: 0.40;
    -moz-opacity:0.40;
    }

.textmenu3 {
    position: relative;
    float: left;
    min-height: 500px;
    margin: 0; 
    padding:20px 0 0 15px;
    width: 215px; 
    color: white;
    background: none; 
    }	

.opac {
    width: 1px; 
    float: left;
    top: 30px;
    bottom: 0px;
    background-color: #3D3D3D; 
    position: absolute;
    }
.opac1 {
    filter:alpha(opacity=90);
    opacity: 0.90;
    -moz-opacity:0.90;
    }
.opac2 {
    filter:alpha(opacity=80);
    opacity: 0.80;
    -moz-opacity:0.80;
    }
.opac3 {
    filter:alpha(opacity=70);
    opacity: 0.70;
    -moz-opacity:0.70;
    }
.opac4 {
    filter:alpha(opacity=60);
    opacity: 0.60;
    -moz-opacity:0.60;
    }
.opac5 {
    filter:alpha(opacity=50);
    opacity: 0.50;
    -moz-opacity:0.50;
    }
.opac6 {
    filter:alpha(opacity=40);
    opacity: 0.40;
    -moz-opacity:0.40;
    }
.opac7 {
    filter:alpha(opacity=30);
    opacity: 0.30;
    -moz-opacity:0.30;
    }
.opac8 {
    filter:alpha(opacity=20);
    opacity: 0.20;
    -moz-opacity:0.20;
    }
.opac9 {
    filter:alpha(opacity=10);
    opacity: 0.10;
    -moz-opacity:0.10;
    }
.opac10 {
    filter:alpha(opacity=5);
    opacity: 0.05;
    -moz-opacity:0.05;
    }

    
#world {
    width: 970px; 
    position: relative;
    margin:0 auto 12px auto;
    text-align: left;
    }   
#top{
     width: 960px; 
     margin: 0;
     padding:30px 0 0 0;
     float: left;
    }    
   
    
#foot {
    border-bottom:1px solid #343434;
    min-height:0px;
    background-color: #474B4C;
    margin:0 10px 4px 230px;
    padding-top:6px;	
    }
#footertext {
    margin:0px 4px 8px 8px;
    padding:0
    }    
#headimgwrapper {
    width:960px;height:145px;overflow:  hidden
    }
    
#content {
    position: relative; 
    float: left;
    width: 690px;
    margin: 0px;
    padding: 15px 25px 15px 15px;
    }
.headmenu {
    position: relative; 
    z-index: 10;
    height: 60px;
    width: 960px;
    margin:0;
    padding:0;
    }
 
.project_menu_wrap {
    border-top:2px solid #58622C;
    padding-top: 12px;
    margin-top:18px    
    }
 .lang_menu_wrap {
    float: left;
    height: 55px; width: 215px;
    margin: 0;
    padding:5px 15px 0 0;
    }
.extra_menu_wrap {
    display:block;
    background-color: #343434;
    height:30px;
    margin-left:230px
    }    
    

/*  Teaser */

.teaserpage {
    float:left;
    width:100%;
}
.teaserpage .str_head {
    margin-bottom:12px;
    }

.teaser {
    border-bottom: 2px solid #484848;
    background-color: #686868;
    padding:8px 4px 4px 4px;
    margin:0 0 14px 0;
    width:100%;
    float:left;
    line-height: 22px;
    
    }
.teaserpage .tim_wrapper {
    float:right;
    margin:4px 0px 12px 12px;
/*
    overflow:hidden;
    max-height:150px;
  */  
    border: 1px solid #d0d0d0;
    }    
    
.teaser .tim_wrapper {
    float:left;
    margin:4px 12px 12px 0;
/*    width:200px;
    overflow:hidden;
    max-height:150px;
    */
    border: 1px solid #d0d0d0;
    }
.teaser h4 {
    margin: 0 0 3px 0;
    line-height: 18px;
    }
.teaser h5 {
    margin: 0 0 4px 0;
    line-height: 18px;
    
    }    
.teaser a, .teaser a:hover {
    text-decoration: underline;
    }    
.teaser .tim {
    max-width: 200px;
    }    