#header {
    margin: 20px;
    padding: 15px;
    height: 120px;
    background-image:url(oldenburg-voices-bk.jpg);
   /* background-color: #E2691E;*/
}

#header a {
    color: #E2691E; 
}    

#logo {
    background-color: #000000;
    height: 120px;
    float: left;
}

#sitetitle {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20pt;
    font-weight: bold;
    padding: 45px;
    text-align: center;
}    

#navi {
    float: left;
    width: 190px;    
    text-align: left;
}    

#navi ul {
    margin: 0;    
}

#navi li {    
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 10px 0 0;
    padding: 10px;     
}    

#navi a {
    text-decoration: none;
    color: #000000;
    padding: 2px;
}    

#navi a:hover {
    background-color: #FCD5B5;
}

#navi #current {
    background-color: #FCD5B5;
    font-weight: bold;    
    
}    

#content {
    margin-left: 195px;
    margin-right: 20px;    
    padding-left: 20px;    
    border-left-width: 3px;
    border-left-color: #E2691E;   
    border-left-style: solid;   
    font-family: Arial, Helvetica, sans-serif;
    min-height: 400px;
}    

#content a {
    text-decoration: none;
    color: #E2691E;    
}

#mainpicture {
    text-align:center;
    margin-right: 150px;
}

#mainpicture img {
     width: 520px;
}

#thumbs {
    width: 110px;    
    text-align: right;
    position: absolute;
    right: 60px;
    top: 190px;
}

#thumbs img {
    border: 0;
    width: 98px;
}

#thumbs object {
    width: 110px;
    height: 600px;
}


#content #extrainfo {
    font-weight: bold;
    margin-left: 40px;    
}    

    
#lang-icon {
    float: right;
    margin-right: 20px;
}    

#lang-icon a {
    color: #FFFFFF; 
    color: #FFFFFF; 
}    

dt {
    margin-top: 10pt;
    font-weight: bold;
    
}

#twitter_div{
    
    margin:5px 5px 5px 10px;
    padding: 5px;
    background:#eeeeee;
    border: #E2691E 3px solid;
    text-align:left;
}

#twitter_update_list{
    display: inline;
}
    
#twitter_update_list ul{
    float:left;
}

#twitter_update_list li{
    list-style:none;
    background: #ffffff;
    margin-bottom: 5px;
    padding: 10px;
    border: #E2691E 1px dotted;
}


