/*
Thema: leggewie
URI: http://www.leggewie.de
Description: Thema fuer Claus Leggewie - Politologieprofessor in Giessen. (C)2005 Simonow/Salisbury. http://elias-cms.de
 */
/*
gelb    | yellow
blau    | #000080
 /* begin custom styles */
@import url(defaults.css);
* {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
    }
body{
    font-family: 'trebuchet MS', Verdana, Arial, Helvetica, sans-serif; 
    font-size: 80%;
    }
h1, h2, h3 a{
    color: white;
    margin: .5em 0 .3em 0;
    }
#container{
    margin: .2em auto;
    width: 998px;
    bordeR-right: solid silver 1px;
    bordeR-bottom: solid silver 1px;
    }    
#header{
    background: white ;
    height: 136px;
    padding: 0;
    }
#header img {
    margin: 0;
    padding: 0;
    bordeR: none;
    }    
#navi, #leftCol, #SubNav, #register, #pageName{
    display: none;
    }
#rightCol{
    margin: 0 2px 0 0 ;
    float: right;
    width: 155px;
    background: white;
    } 
#rightCol .baustein{
    border-bottom: 1px silver solid;
    }
#content{
    border-bottom: 1px silver solid;
    border-left: 1px silver solid;
    border-right: 1px silver solid;
    color: white;
    margin: 0;
    background: #BF0B0B;
    width: 808px;
    padding: 1em 1em 4em 1em;
    }    
#content img {
    margin: 5px 10px  5px  10px;
    }    

#seitenFuss {
    clear: both;
    }    
    
#memberImg img{
    border: 8px solid yellow;
    }
/* end custom styles */
    
/* begin links, lists */
a {
    color: white;
    }
a:hover{
    text-decoration: overline;
    }
#rightCol ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    }    
#rightCol ul li {
    margin: 0;
    border: solid white 1px;
}
#rightCol a {
    display: block;
    color:black;
    padding: 0 0 0 .8em;
    }
#rightCol a:link, #rightCol a:visited{
    text-decoration: none;
    background: url(../images/link.gif) -.2em no-repeat ;
    }
#rightCol a:hover{
    background: #000080;
    color: white;
    }
#content ul {
    padding: 0 0 0 2em;
    margin: 1em 0 1em 0;
    list-style-type: circle;
    }    
#content ul li {
    padding: .2em 0 .2em .2em;
    }    
#latestupdate { 
    display:none;
 }