@import "menu.css";
@import "body.css";
@import "footer.css";

div#rechts {
 background-color:transparent;
 border-top-style:none;
 float: right;
 font-size: 100%;
 margin: 5px 0px 0px 0px;
 padding: 0;
 width: 20%;
}

div#rechts a {
 color: #990000;
 font-weight: bold;
 text-decoration: none;
}

div#rechts h1 {
 border-top: 1px solid #990000;
 border-bottom: 1px solid #990000;
 font-size: 1.2em;
 font-weight: bold;
 line-height: 2;
 margin: 0;
 text-align: center;
}

div#rechts h2 {
 border-top: 1px solid #990000;
 border-bottom: 1px solid #990000;
 font-weight: bold;
 line-height: 1;
 margin: 0;
 text-align: center;
}

div#rechts p {
 font-size: 1em;
 margin: 0em;
}

div#links {
 background-color:white;
 background-color:transparent;
 border-left: 10px solid transparent;
 border-right: 5px solid transparent;
 border-top: 5px solid transparent;
 float:left;
 margin: 0;
 padding:0;
 width:65%;
}

* html div#links {
 height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
}

div#links h2 {
 font-size: 1.2em;
 margin: 0;
}

div#links p {
 font-size: 1em;
 margin: 0;
}