/*
Thema: gss
URI: http://germanstageservice.de
Description: Thema fuer das CMS eLIAS - yet another OpenSource CMS. (C)2006 Simonow/Salisbury. http://salisbury-simonow.de 
 */
 
 /* globals */
 @import url(defaults.css);
 
body {
    font-family: arial, sans-serif;
    font-size: 87%;
    background: #E5E5E5;
    }
img {
    border: none;
    }   
h2 {
    font-size: 1.3em;
    font-weight: normal;
    color: #085478;
    }         
h1 {
    font-weight: bold;
    color: #5F5F5F;
    }         
a {
    color: #902a28;
    text-decoration: none;
    }
a:hover {
    color: #71734c;
    }        
    
#leftCol,  #pageName, #navi, #SubNav, #rightCol {
    display: none;
    }

#container {
    border: solid 1px silver;
    width: 908px;
    margin: 20px auto 0 auto;
    background: url(../images/logo.gif) 90px 125px no-repeat white;    
    }    
#header {
    height: 100px;
    background: url(../images/header.jpg) no-repeat left top;
    }    
#header img {
    margin: 18px 0 0 116px;
    }    
#register {
    text-align: right;
    padding: 0 0 0 .7em;
    font-family: Arial, sans-serif;
    margin: 0 0 30px 0;
    }    
#register ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 1.4em;
    }
#register li {
    float: right;
    background: transparent;
    }
#register a {
    display: block;
    padding: .2em .5em .2em .5em;
    color: #902a28;
    text-decoration: none;
    }    
#register a:hover {
    color: #71734c;
    }    
#content {
    margin: 0;
    padding: 1em 3em 2em 3em;
    }  
.stueckinfo {
    font-size: smalleR;
    float: right;
    width: 21em;
    margin: -50px 0 30px 0;
    }  
.textMaterial {
    margin:5px 15px 10px 0;

    }
#text ul {
    list-style-type: none;
    margin: 0;
    }    
#text ul li {
    margin: .3em 0 0 0;
    }    
.blog {
    width: 90%;
    margin: auto;
    clear: both;
    }    
.blog h2 {
    font-size: 1.3em;
    font-weight: normal;
    color: black;
    border-right: 5px solid black;
    border-bottom: 1px solid black;
    text-align: right;
    padding: 0 .5em 0 .5em;
    }    
.blogUser {
    display: none;
    text-align: right;
    font-size: 1.4em;
    color: #DFDFDF;
    margin: 0 .5em 0 0 ;

    }
.picmiddle {
    padding: 0 0 0 220px;
}
.editor { 
    display: none;
    }
#seitenFuss {
    clear: both;
    text-align: center;
    font-size: 10px;
    padding: .5em 0 .5em 0;
    } 