/***
 *
 *
 * FARBEN
 * ------
 * Hintergrund:  #CDFFFF
 * Kopfbereich:  #E2DACF
 * LinkeSeite:   #E2DACF
 *
 * dunkle Braun: #A3967B
 * Textrot:      #330000
 * Überschriften:#691D21
 * Boxen (BG):   #999967
 ***********************************************/

/* page layout */
body, html {
margin: 0;
padding: 0;
margin-bottom: 4px;
/*background: #CDFFFF;*/
background: #FFFFFF;
text-align: center; /* IE center bug */
}

html {
background-image:url(images/bg_linkeseite.jpg);
background-repeat:repeat-y;
}

body {
/*min-height: 800px; /* no go IE */
background-image:url(images/bg_linkeseite.jpg);
background-repeat:repeat-y;
}

div#pageFrame {
position: relative;
width: 100%; /* total pagewidth */
/*height: 100%;*/
margin: 0 auto;
/*background-image:url(images/bg_linkeseite.jpg);
background-repeat:repeat-y;*/
}
div#logoFrame {
/*ORG::height: 64px;*/
height: 80px;
position: relative;
background-image:url(images/bg_headerrechts.jpg);
background-repeat:repeat-x;
}
div.logoAcc {
position: absolute;
top: 60px;
right: 10px;
z-index: 80;
}
div.navBarFrame {
margin-left: 200px;
margin-right: 182px;
/*height: 100%;*/
min-height: 30px; /* prevent collapse ? */
}
div#navBottomFrame {
margin: 10px auto;
}
div#navTopFrame {
margin-left: 280px;
margin-top: 0px;
}
div#middleFrame {
position: absolute;
top: 130px;
margin: 0px;
min-height: 500px; /* no go IE */
/* border-top: 1px solid white; Mozilla: else middle frame shifts down a bit depending on content?! */
left: 210px; /* the fluid content is 100% minus these margins wide */


/* right: 210px; */
/* next lines hack for IE5.2 mac (does not listen to right) */
margin-right: 182px;
right: 182px;
}
@media all {
        div#middleFrame {margin-right: 0;}
          } /* values for others */



#middleContent {
width: 100%;  /* prevents IE to jump out of the box! */
text-align: left;
}
/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {
position: absolute;
left: 5px;
top: 130px;
width: 172px;
}
div#boxes2Frame {
position: absolute;
right: 5px;
top: 130px;
width: 172px;
}
div.infoboxContentsFL {
margin: 5px; /* = the padding */
width: 146px; /* ???????? needed for IE 160 minus margins and borders ? */
padding-bottom: 5px; /* IE */
}

div#bannerFrame {
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
}

div#debugDIV {
clear: both;
position: relative;
width: 100%; /* total pagewidth */
/*height: 100%;*/
margin: 0 auto;
background-color:#ffa500;
text-align:left;
}

/* end page layout */

