html { overflow-y: scroll; }

body
{
font-family:arial;
color: #000000;
font-size: 12px;

}

a
{
color:#000000;
font-size:12px;
font-weight:normal;
text-decoration:none;
}

a:hover
{
color:#000000;
font-size:12px;
font-weight:normal;
text-decoration:underline;
}

a.other
{
color:#e60003;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

a.other:hover
{
color:#e600003;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

a.other:visited
{
color:#e600003;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

td
{
font-family:arial;
font-size:12px;
color:black;
}

td.text
{
font-family:arial;
font-size:12px;
color:black;
text-align:justify;
}

td.titel
{
font-family:arial;
font-size:14px;
color:#e60003;
font-weight:bold;
vertical-align:top;
line-height:20px;
border-bottom:1px solid #000000;
}


/* Navigation Start */

#navcontainer ul
{
list-style-type: none;
text-align: left;
margin: 5px 0px;
padding: 0px;
width: 200px;
}

#navcontainer ul li a
{
background: transparent url(http://www.bureaurama.ch/pics/off.gif) 20px center no-repeat;
padding-left: 35px;
text-align: left;
font: normal 12px arial, verdana, lucida, sans-serif;
text-decoration: none;
color: #000000;
}

#navcontainer ul li a:hover
{
background: transparent url(http://www.bureaurama.ch/pics/on.gif) 20px center no-repeat;
padding-left: 35px;
text-align: left;
font: normal 12px arial, verdana, lucida, sans-serif;
text-decoration: underline;
color: #000000;
}

/* Navigation Ende */
