  /* not showing navigation element */
.noPrint, .rss, .button {display:none;width:0;}
/* header should be black */
#header h1, #breadcrumb span.current {color:black;}

/* box has border on */
.box {border:solid 1px black;}
.box h2 {border-bottom:solid 1px black;}

.maxInPrintElements #infoSection {width:95%;}
.maxInPrintElements #indexSection {width:95%;}
.maxInPrintElements #linkSection{display:none;width:0;}

.maxInPrintElements .official {width:49%;padding-bottom:1em;float:left; margin-bottom:.5em;}
.official li,.official li a {padding:0;margin:0;border:solid 1px white;}
.official ul {padding:0;margin:0;}

/* to show the http adress after a link  a*/
/*  a:link:after,  a:visited:after { content: " (" attr(href) ") ";  font-size: 50%;  } */

/* undoing min width hack */
.ie {_padding-left:0;}
/* .ie2 { height:auto;} */
.ie3 {_margin-left:0; position:auto;} 
.ie4 {_margin-left:0; _position:auto;}
