#wrapper {
    position: relative;
    width: 990px;
    min-height: 355px;
    margin: 0 auto;
    padding: 226px 0 0 0;
    background-color: #956c4e;
    border: 1px solid #fff;
}

#contentwrapper{
    background-color: #956c4e;
    position: relative;
    width: 990px;
}
#schulbild{
    float: left;
    width: 650px;
    min-height: 355px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff;
    background-position: 0 -75px;
    background-image: url(../images/bg_startlayout.jpg);
}
#banner_start{
   background-color: #956c4e;
   padding: 5px 10px 5px;
   width: 215px;
   min-height: 344px;
   float: right;
}

#arsgold{
    width: 103px;
    min-height: 355px;
    border-right: 1px solid #fff; 
    margin: 0 0 0 651px;
    padding: 0px;
}
#arsgold img {
	display: block;
}

#head{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #273a74;
    min-height: 226px;
    width: 990px;
}
.ueberschrift {
    position: absolute;
    top: 0;
    left: 70px;
}

#weladdress{
    padding: 6px;
}
#weladdress address{
    font-style: normal;
    text-align: right;
}
.HPLogo{
    position: absolute;
    top: 5px;
    left: 0;
}
#welcome{
    position: absolute;
    left: 180px;
    top: 30px;
}
/**************** Print ********************/
#print_adresse {
   display: none;
}
#print_logo {
   display: none;
}
/*
   Verwaltung
*/
#verwaltung{
    background-color: #f2f0e3;
    border-bottom: 1px solid #003467;
    text-align:center;
    padding:8px;
}
#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
    color : #fff;
    background-color: #036;
    border-right:1px solid #f2f0e3;
    margin: 0 5px;
    padding:5px;
    font-weight : normal;
    text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
    background-color: #369;
}


