/* CSS Document */

.rahmen {
border-style:solid;
border-color:#CCCCCC;
border-bottom-width:1px;
border-right-width:1px;
border-left-width:1px;
border-top-width:1px;
}
.titel {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#b1b2b4;
text-decoration: none;
}

.titel rot{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#AA2322;
text-decoration: none;
}
.text {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#b1b2b4;
text-decoration: none;
}
.text_weiss {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
text-decoration: none;
}
.rahmen_rl {
color:#b1b2b4;
border-style:solid;
border-color:#CCCCCC;
border-right-width:1px;
border-left-width:1px;
border-bottom:none;
border-top:none;
}
.rahmen_rlu {
color:#b1b2b4;
border-style:solid;
border-color:#CCCCCC;
border-right-width:1px;
border-left-width:1px;
border-bottom:1px;
border-top:none;
}
.link {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#AA2322;
text-decoration:none;
}