/*
Thema: kcmo
URI: http://kcmo.de
Description: Der erste Kiosk-Club Deutschlands benutzt das CMS eLIAS. (C)2006 Guy Simonow. http://salisbury-simonow.de 
 */
 
 /* globals */
 @import url(defaults.css);
 
body {
    font-family: arial, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }
img {
    border: none;
    }   
h2 {
    font-size: 1.3em;
    font-weight: normal;
    color: #E76D25;
    }         
h1 {
    font-weight: normal;
    color: #E76D25;
    }         
a {
    color: #055377; 
    }
#memberImg {
    float: right;
    }

#leftCol,  #pageName, #navi, #SubNav, #rightCol {
    display: none;
    }

#container {
    background: url(../images/cont-bkg.gif) repeat-y;
    font-size: 1.4em;
    line-height: 135%;
    width: 908px;
    margin: 20px auto 0 auto;
  
    }    
#header {
    background: url(../images/head-bkg.gif) no-repeat white;
    height: 199px;
    }    
#header img {
    margin: 18px 0 0 116px;
    }    
#register {
    text-align: right;
    width: 140px;
    float: left;
    padding: 10px 1em 0 0;
    }    
#register a {
    display: block;
    padding: .2em .5em .2em 1em;
    color: #009836;
    text-decoration: none;
    }    
#register a:hover {
    background: url(../images/lihover.gif) no-repeat left top;
    color: black;
    }    
#register ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
    }
#register li {
    background: transparent;
    margin: 10px 0 0 0;
    }
#content {
    margin: 10px 0 20px 160px;
    padding: 1em 3em 2em 3em;

    width: 600px;
    }  
#text ul {
    list-style-type: none;
    margin: 0;
    }    
#text ul li {
    margin: .3em 0 0 0;
    }    
.blog {
    width: 90%;
    }    
.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 {
    text-align: right;
    font-size: 1.4em;
    color: #DFDFDF;
    margin: 0 .5em 0 0 ;

    }    
.editor { 
    display: none;
    }
#seitenFuss {
    height: 40px;
    clear: both;
    text-align: center;
    font-size: 10px;
    padding: .5em 0 .5em 0;
    background: url(../images/footer-bkg.gif) no-repeat white;
        } 
#seitenFuss a {
    text-decoration: none;
    }        