*
{
    margin:0;
    padding:0;
    font-family:verdana;
    font-size:11px;
    color:#42494d;
    text-align:left;
}

body
{
    height:100%;
    width:100%;
    min-height:100%;
    background-color:#EEEEEE;    
    text-align:center;    
}

html 
{
    height:100%;
    min-height:100%;
}


.body
{
/*    background-image:url(../images/bg.jpg);
    background-repeat:repeat-y;*/
    text-align:left;
    width:926px;
    margin-left:auto;
    margin-right:auto;
    background-color:white;
    border-left:1px solid #AAAAAA;
    border-right:1px solid #AAAAAA;    
    //height:100%;
    min-height:100%;
    position:relative;
}

.header
{
    background-image:url(../images/template/header_bg.gif);
    background-repeat:no-repeat;
    background-position:top right;
    width:926px; 
    height:75px;
		position:relative;
}

.logo
{
    position:absolute;
    z-index:10;
    top:5px;
    left:30px;
}

.header_content
{
    text-align:right;
    width:906px;
    padding-top:20px;
    padding-right:10px
}

.menu_top
{
    height:33px;
    width:926px;
    background-color:#002664;
    border-bottom:1px solid white;
}

.menu_top_content
{
    text-align:right;
    width:835px;
    padding-top:9px;    
    color:white;
    font-size:11px;
    font-family:verdana;
}

.menu_top_content a
{    
    text-decoration:none;
    color:white;
    font-size:11px;
    font-family:verdana;    
    padding-left:5px;
    padding-right:5px;    
}

.menu_top_content a:hover
{
    color:#90acda;
}

.subheader
{
    width:926px;
}


.container
{
    width:926px;
}

table.toolbar 
{
  width:928px;
  margin-left:auto;
  margin-right:auto;
  height:20px;
  font-family:verdana;
  font-weight:normal;
  font-size:11px;
  color:#42494d;
  background-color:#FFDE00;
  border:1px solid #AAAAAA;
} 

table.toolbar td
{
    font-family:verdana;
    font-weight:normal;
    font-size:11px;
    color:#42494d;
    padding-left:10px;
    padding-right:10px;
}


table.toolbar td a
{
    font-family:verdana;
    font-weight:bold;
    font-size:11px;    
    color:#002664;
    text-decoration:none;
}


table.toolbar td a:hover
{
    color:#3f6bb2;
}





.admin_box
{
    background-image:url(../images/template/admin_bg.jpg);
    background-repeat:no-repeat;
    width:600px;
    height:400px;
    margin-left:auto;
    margin-right:auto;
}

.form_box
{
    padding-top:160px;
    margin-left:100px;
}


div.adminstart_box
{
    background:url(../images/template/adminbg.jpg) no-repeat;
    width:697px;
    height:187px;
}

div.adminstart_box_inhalt
{
    padding-top:20px;
    margin-left:10px;
}  


.language {position:absolute;top:82px;right:8px;}
