/*
Thema: blumenkamp
URI: http://katrin-blumenkamp.de
Description: Der Blumenkamp-Verlag in Goettingen benutzt das CMS eLIAS. http://elias-cms.de Salisbury & Simonow (c) 2006
 */
 
 /* Anfang Typografie & Farben */
body {
    background: #5F0004;
    color: white;
    }
a {
    color: white;
}
h2 {
    color: white;
}
#leftCol {
     display: none;
     }
#container{
    background: #B20020;
    width: 800px;
    border: solid white 1px;
    margin: 20px auto 0 auto;
}
#banner{
     background: transparent;
     height: 136px;
    }
#banner img{
    float: left;
    }
#navi{
    display: none;
    }
#register{
    font-size: 16px;
    float: left;
    width: 160px;
    min-height: 12em;
} 
#register a{
    text-decoration: none;
    color: white;
}
#register a:hover{
    color: gray;
    }
#box {
    background-color: transparent;
    opacity: .9;
    color: #e9f9c9;
    margin: 22px 5px 10px 12px;
}
.roundborder {
    height: 1px;
opacity: .9;
    overflow: hidden;
    background-color:#5F0004;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
}
.c1 {
    margin: 0 12px 0 12px;
    border: none;
    background-color: gray;
}
.c2 {
    margin: 0 9px;
    border-width: 0 3px;
}
.c3 {
    margin: 0 7px;
    border-width: 0 2px;
}
.c4 {
    margin: 0 6px 0 6px;
}
.c5 {
    margin: 0 5px 0 5px;
}
.c6 {
    margin: 0 4px 0 4px;
}
.c7 {
    margin: 0 3px 0 3px;
}
.c8 {
    margin: 0 2px 0 2px;
    height: 2px;
}
.c9 {
    margin: 0 1px 0 1px;
    height: 3px;
}
.content {
    height: auto;
    padding: 1px 15px;
}
#content{
    margin: 10px 20px 0 165px;
    padding: 0 40px 30px 10px;
    }
#content h1{
    margin-top: 0;
    }    
#content img{
    float: left;
    margin: 10px;
}
#content .edit img{
    float: right;
}
#content ul li{
    margin: 0 0 0 25px;
    list-style-type: circle;
    }
#content form{
    padding: 10px 30px 10px 30px;
    border: solid gray 1px;
    margin: 0 0 30px 0;
    }    
#content legend{
    color: #F099AB;
    font-size: 22px;
    margin: -25px 0 0 0;
    background: #B20020;
    }    
#content label{
    margin: 0 5px 0 0;
    }    
#content input{
    display: inline;
    }    
/* abgerundete Boxen ende*/
#seitenFuss{
    text-align: center;
    clear: both;
    }   
 