
html
{
    min-height: 101%;
}

body /*, div, span, td */
{
    font-family: Arial,Verdana,Geneva,Helvetica;
    font-size: 12px;
    /*background-color: white;*/
}
/*
a,
.footer a
{
    color: #990000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #ff0000;	
}
*/

#wrapper
{
    text-align: left;
    width: 880px;
    margin: 0 auto;
    overflow: hidden;
}
.wrapper
{
}

/* Kopfbereich */
#header
{
    width: 100%;
    height:80px;  
    background-color: #EBF0F5;
    margin-bottom: 0px; 
    overflow: hidden;
}
.header
{       
}
    #headerleft
    {    
        background-color: inherit;
        background-image: url(../images/logo.gif);
        background-repeat: no-repeat;
        background-position: left;
        width:245px;
        height: 80px;
        float:left;
        padding: 0px;
        margin: 0px;
    }
    #headerright
    {    
        background-color: inherit;
        width: 635px;
        height: 80px;
        float:right;
        padding: 0px;
        margin: 0px;
    }
    #headerrighttop
    {
        width: 100%;
        height: 54px;
    }    
    #headerrightbottum
    {
        height: 26px;
        background-color: #859CC3;
        background-image: url(../images/head_verlauf_26.gif);
        background-position: left;
        background-repeat: no-repeat;
        width: 100%;
    }    

/* Haupt Navigation */
#menu
{
    width: 880px;
    height: 10px;
    padding: 0px;
    margin: 0px;
}
.menu
{
}

    

/******************/
/* Inhaltsbereich */
#contentwrapper
{
    width: 100%;
	overflow: hidden;
	background-color: #859CC3;
	position: relative;
}

#contentleft
{
    display: block;
    background-color: #859CC3;
    width:150px;
    min-height: 500px;
    height: 100%;
    float:left;    
    padding: 0px;
}

#content
{
    display: block;
    padding: 0px;
    padding-top: 0px;
    width:558px;
    float: left;
    background-color: white;
    min-height: 500px; 
    border-left: solid 11px white;
    border-right: solid 11px white;
    color: #323e6d;
    position: relative;
    line-height: 1.3em;
}
.backlink
{
    position: absolute;
    bottom: 0px;
    left: 10px;
}
.ancor
{
    position: absolute;
    bottom: 0px;
    right: 10px;
}
    
.moduletitle
{
}
#contentrightwrapper
{
    display: block;
    background-color: #EBF0F5;
    width: 730px;
    /* overflow: hidden; */
    float: right;
}
#contentright
{
    display: block; 
    background-color: #EBF0F5;
    width:150px;
    min-height: 500px;
    height: 100%;
    float:right;    
    padding: 0px;
}

/******************/
/* footer         */
#footer
{    
    overflow: hidden;
    background-color: white;
    text-align: left;
    width: 100%;
    min-height: 20px;
    height: 20px;
    border-top: solid 2px black;
    margin-top: 10px;
}
.footer
{
    line-height: 20px;
    vertical-align: middle;
    color: black;
    text-align: center;
    font-size: xx-small;
    letter-spacing: 1px;
}


/* Login */

.loginform
{
    width: 600px;
    float: left;
}
.loginform div,
.loginform span
{
    display: inline;
    overflow: hidden;    
}
.loginlabel
{
    margin-left: 5px;
}
.logininput
{    
    margin-left: 5px;
    background-color: White;
    color: Black;
    width: 80px;
    line-height: 11px;
    height: 11px;
    font-size: 10px;
}



