/* allgemein */
body {
        background-color:#FFFFFF;
        font-size:12px;
        color: #000000;
        font-family: Verdana, Tahoma, Arial;
        line-height:130%;
        margin: 10px;
        }
table, tr, td {
        font-size:1.0em;
        line-height:130%;
}
.image{
        width: 514;
        height: 384;
        }
.otr_dark
        {
        width: 75%;
        COLOR: #FFFFFF;
        border-right: #808080 1px solid;
        border-bottom: #808080 1px solid;
        background-color: #336699;
}
.otr_lght
        {
        border-right: #808080 1px solid;
        border-bottom: #808080 1px solid;
        background-color: #6699cc;
}
h1      {
        font: bold 1.65em Verdana, Tahoma, Arial;
        line-height:120%;
        text-decoration: none;
        color: #000000;
}
h2      {
        font: bold 1.5em Verdana, Tahoma, Arial;
        line-height:120%;
        text-decoration: none;
        color: #000000;
}
h5      {
        font: 0.75em Verdana, Tahoma, Arial;
        line-height:120%;
        text-decoration: none;
        color: #000000;
}
/*  Navigation Top und Bottom : Class = Tnav und Bnav */
.Tnav
{
        margin-right:3px;
        padding:0px;
        text-align: right;
}
a.Tnav:link, a.Tnav:visited, a.Tnav:active
        {
        text-decoration:underline;
        font-family: Verdana, Tahoma, Arial;
        font: 0.95em;
        color:#7B7D7B;
}
a.Tnav:hover
        {
        text-decoration:overline;
        font-family: Verdana, Tahoma, Arial;
        font: 0.95em;
        color:#FFFFFF;
        background-color:#7B7D7B;
}
.Bnav
{
        margin-right:3px;
        padding:0px;
        text-align: right;
}
a.Bnav:link, a.Bnav:visited, a.Bnav:active
        {
        text-decoration:underline;
        font-family: Verdana, Tahoma, Arial;
        font: 0.95em;
        color:#7B7D7B;
}
a.Bnav:hover
        {
        text-decoration:overline;
        font-family: Verdana, Tahoma, Arial;
        font: 0.95em;
        color:#FFFFFF;
        background-color:#7B7D7B;
}
/*  Copyright : Class = Cright */
.Cright{
	clear: both;
	font-size: 0.85em;
	color: #5F5F5F;
	padding: 2px 2px 2px 2px;
	margin-top: 0px;
         text-align: center;
}
/*  Copyright : Class = tipp */
.tipp{
	clear: both;
	font-size: 0.85em;
	color: #ADAEAD;
	padding: 2px 2px 2px 2px;
	margin-top: 0px;
         text-align: right;
}
/* spezielle Anweisungen */
.brd1
        {
        border-right: 1px solid #5A5D5A;
        border-left: 1px solid #9C9E9C;
        border-top: 1px solid #9C9E9C;
        border-bottom: 1px solid #5A5D5A;
}