/* CSS Workshop */

/* Drei Spalten */

/* http://barrierefrei.e-workers.de/ */

/* Stand: Oktober 2002 */

/* ================================= */


#header {

position: absolute; 

left: 0;

right: 0;

top: 4px;

height: 60px;

border: solid 0px #000080;

width: 99%;

margin: 0 5px 0 5px;

/* background-color:#000080; */



}



#linkespalte {


position: absolute; 

left: 0px;

top: 70px;

width:140px;


min-height:100%;

border:medium none;

margin-left: 5px;

/* background-color:#000080; */

padding-left:10px; padding-right:5px; padding-top:5px; padding-bottom:5px

}



#rechtespalte {

position: absolute;

right: 0;

top: 70px;

width:170px;

border: solid 0px #000;

padding: 10px;

margin-right: 5px;


}



#bild_linkespalte {


position: relative; 

left: 0px;

top: 40px;

/*width:140px;*/

height:140px;

border:medium none;

margin-left: -15px;

/* background-color:#000080; */

padding-left:10px; padding-right:5px; padding-top:5px; padding-bottom:5px

}






#content {


position:relative;

left: 0;

top: 70px;

margin-left: 160px;

margin-right:0px;

margin-bottom: 75px;

border: 0px solid #0066CC;

background:;

height:80%;

min-height:80%;


padding-left:20px; padding-right:10px; padding-top:0; padding-bottom:0

}

body>#content{

height:auto;
min-height:80%;
}


#content2 {

position:relative;

left: 0;

top: 70px;

margin-left: 160px;

margin-right: 170px;

margin-bottom: 75px;

border: 0px solid #0066CC;

background:;

height:80%;

padding-left:20px; padding-right:20px; padding-top:0; padding-bottom:0

}




#footer {
position:relative;

border-top: 1px solid #000080;

height: 50px;

margin: 0px 5px 5px 5px;

background: ;

}
