/* page layout */
body, html {
margin: 0;
padding: 0;
margin-bottom: 4px;
text-align: center; /* IE center bug */
}
div#pageFrame {
position: relative;
width: 980px; /* total pagewidth */
margin: 0 auto;

}
div#logoFrame {
height: 75px;
position: relative;
}
div.navBarFrame {
color: #fff;
margin-left: 0px;
margin-right: 0px;
height: 20px; /* prevent collapse ? */
background: #fff url(images/menue_line.jpg);
}
div#menuBarFrame {
margin-left: 20px;
left: 20px;
height: 46px; /* prevent collapse ? */
width: 900px; 
position: absolute;
}
div#navBottomFrame {
margin: 10px auto;
height: 20px; /* prevent collapse ? */
}
div#middleFrame {
position: absolute;
top: 145px;
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: 178px; /* the fluid content is 100% minus these margins wide */


/* right: 178px; */
/* next lines hack for IE5.2 mac (does not listen to right) */
margin-right: 178px;
right: 178px;
}
@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: 7px;
top: 145px;
width: 160px;
}
div#boxes2Frame {
position: absolute;
right: 7px;
top: 145px;
width: 160px;
}
div.infoboxContentsFL {
margin: 5px; /* = the padding  5 */
width: 150px; /* ???????? needed for IE 160 minus margins and borders ? */
padding-bottom: 0px; /* IE */
}

#infoboxContentsLNK a:hover {
text-decoration: underline;
color: #d00;
}

#infoboxContentsLNK a {
color: #ddd;
text-decoration: none;
}

.infoboxContents{
color: #aaa;
}




#categoriesBox a:hover {
background-position:         left bottom;
text-decoration: none;
color: #d00;
}

#categoriesBox a {
        color: #ddd;
        font-family:                 Arial, Helvetica, sans-serif;
		text-align: left;
        line-height:                 22px;
        padding-left:                0px;
        height:                      22px;
        width:                       160px;		
        background-image:            url(images/btn_box160x22.jpg);
        background-repeat:  		 no-repeat;
        background-position:         left top;
	    display: block;
		padding-bottom: 0px; /* IE */		
}

div.infoboxCategoriesFL {
margin: 0px; /* = the padding  5 */
width: 160px; /* ???????? needed for IE 160 minus margins and borders ? */
padding-bottom: 0px; /* IE */
}


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

/* end page layout */



#navTopFrame a {
color: #fff;
font-size:                   11px;
text-decoration: none;
}
#navTopFrame a:hover {
text-decoration: underline;
font-size:                   11px;
color: #fff;
}

#navBottomFrame a {
color: #fff;
font-size:                   11px;
text-decoration: none;
}
#navBottomFrame a:hover {
text-decoration: underline;
font-size:                   11px;
color: #fff;
}

/* Obere Buttonleiste */

#btn_top_anfang a:link, #btn_top_anfang a:visited, #btn_top_anfang a:active
{
        font-family:                 Arial, Helvetica, sans-serif;
        font-size:                   12px;
        line-height:                 36px;
        padding-left:                0px;
        text-align:                  center;				
        text-decoration:             none; 
        color:                       #FFFFFF;
        height:                      46px;
        width:                       150px;		
        font-weight:                 bold;
        float:                       left; 
        background-image:            url(images/btn_top_anfang.gif);
        background-repeat:  		 no-repeat;
        background-position:         left top;
        }

#btn_top_anfang a:hover
{
        color:                  	 #FFFFFF;
		background-position:         left bottom;
}


#btn_top_ende a:link, #btn_top_ende a:visited, #btn_top_ende a:active
{
        font-family:                 Arial, Helvetica, sans-serif;
        font-size:                   12px;
        line-height:                 36px;
        padding-left:                0px;
        text-align:                  center;				
        text-decoration:             none; 
        color:                       #FFFFFF;
        height:                      46px;
        width:                       150px;		
        font-weight:                 bold;
        float:                       left; 
        background-image:            url(images/btn_top_ende.gif);
        background-repeat:  		 no-repeat;
        background-position:         left top;		
        }

#btn_top_ende a:hover
{
        color:                  	 #FFFFFF;
		background-position:         left bottom;
}


#btn_top_mitte a:link, #btn_top_mitte a:visited, #btn_top_mitte a:active
{
        font-family:                 Arial, Helvetica, sans-serif;
        font-size:                   12px;
        line-height:                 36px;
        padding-left:                0px;
        text-align:                  center;				
        text-decoration:             none; 
        color:                       #FFFFFF;
        height:                      46px;
        width:                       150px;		
        font-weight:                 bold;
        float:                       left; 
        background-image:            url(images/btn_top_mitte.gif);
        background-repeat:  		 no-repeat;
        background-position:         left top;		
        }

#btn_top_mitte a:hover
{
        color:                  	 #FFFFFF;
		background-position:         left bottom;
}

