
html
{
    min-height: 101%;
}

body /*, div, span, td */
{
    /*font-family: Verdana, Arial, Sans-Serif;
    font-size: x-small;
    background-color: white;       */
}

#topcontent
{
    width: 100%;
    height: 20px;
    background-color: white;
    margin-bottom: 4px; 
    position: relative;    
}

.topcontent
{
}

#wrapper
{
    text-align: left;
    width: 740px;
    margin: 0 auto;
    padding: 10px;
    padding-top: 5px;
    overflow: hidden;
}
.wrapper
{
    border: 1px solid #0099FF;
}


/* Kopfbereich */
#header
{
    width: 100%;
    height:128px;
    background-color: white;
    margin-bottom: 0px; 
    overflow: hidden;   
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center; 
}
.header
{       
}

/* Haupt Navigation */
#menu
{
    width: 100%;
    height: 23px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    background-color: #0099FF;
}
.menu
{
}

    

/******************/
/* Inhaltsbereich */
#contentwrapper
{
    width: 100%;
    background-color: #EAF7FF;
}

#content
{
    width:100%;
    padding: 0px;
    padding-top: 1px;
    background-color: #EAF7FF;
    min-height: 500px;
    margin: 10px 0px;
    line-height: 1.4em;
}

#content a
{
    color: #448ADB;
}
.contentheader
{
    font-size: 13px;
    font-weight: bold;
}

/******************/
/* footer         */
#footer
{    
    overflow: hidden;
    /*background-color: white;*/
    text-align: left;
    width: 100%;
    line-height: 20px;
    height: 20px;
    /*border-top: solid 1px white;*/
}
.footer
{
    color: Black;
    background-color: #0099FF;
    vertical-align: middle;
}

/* Login */

.loginform
{
    width: 700px;
    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;
}


