/*
Thema: xxl
URI: http://xxl-direct.com
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: url(../images/bkg.jpg) repeat-x left top;
    }
img {
    border: none;
    }   
h2 {
    font-size: 1.3em;
    font-weight: normal;
    color: #085478;
    }         
h1 {
    font-weight: normal;
    color: #085478;
    }         
a {
    color: #055377; 
    }
    
#leftCol, #pageName, #navi, #SubNav, #rightCol {
    display: none;
    }

#container {
    width: 908px;
    margin: 20px auto 0 auto;
    background: white;
    border-left: #0D597B 1px solid;
    border-right: #0D597B 1px solid;
    border-bottom: #0D597B 1px solid;        
    }    
#header {
    height: 175px;
    border-bottom: #0D597B 1px solid;
    background: url(../images/bkg-header.jpg) top left repeat-x;
    }    
#header img {
    margin: 18px 0 0 116px;
    }    
#register { 
    width: 160px;
    margin: 0;
    padding: 0 0 0 .7em;
    float: left;
    }    
#register a {
    display: block;
    padding: .2em 0 .2em 1em;
    color: #055377;
    text-decoration: none;
    }    
#register a:hover {
    background: #87ACBE;
    color: white;
    }
#register h2 {
    color: #87ACBE;
    font-size: 1.3em;
    margin: 1em 0 0 0;
    text-align: left;
    }    
#register ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
    }
#register li {
    border: solid white 1px;
    }
#content {
    width: 688px;
    padding: 1em 20px 2em 20px;
    float: right;
    }  
    
hr {
    clear: both;
    }    
#team {
    width: 70%;
    }    
#team img { 
    padding: 4px;
    border: #D3D3D3 dotted 1px;
    }

.blog {
    width: 90%;
    
    }    
.blog h2 {
    font-size: 1.3em;
    font-weight: normal;
    color: #085478;
    border-right: 5px solid #085478;
    border-bottom: 1px solid #085478;
    text-align: left;
    padding: 0 0 0 .5em;
    }    
.blogUser {
    display: none;
    }
#seitenFuss {
    clear: both;
    text-align: center;
    font-size: 10px;
    padding: .5em 0 .5em 0;
    } 