/*   CSS Typo - Nur für Template */
/* Tramsen Media */

html, body { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:10pt;
 color:black;
 background-image:  url(/templates/images/bgr.jpg);
/* background-image:  url(/images/bgr.jpg); */
}
table, tr, td  { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:10pt;
 color:black;
 border:0px;
}

.bildunterschrift{
 font-size:8pt;
 color:#8F8F8F;
}

h1{
 font-size:11pt;
 color:#434343;
 margin-top:0px;
 margin-bottom:0px;
 font-weight:bold;
}
h2{
 font-size:11pt;
 color:#5162AF;
 margin-top:0px;
 margin-bottom:0px;
 font-weight:bold;

}

hr{
 border:dotted #666666 1px;
 height:1px;
}
a:link{
 font-size: 10pt;
 font-weight:bold;
 text-decoration:none;
 color:#333399;
}
a:visited{
 font-size: 10pt;
 text-decoration:none;
 font-weight:bold;
 color:#333399;
}
a:active{
 font-size: 10pt;
 text-decoration:none;
 font-weight:bold;
 color:#333399;
}
a:hover{
 font-size: 10pt;
 text-decoration:none;
 font-weight:bold;
 color:#E7B60E;
}
a.top-navi-active:link{
 font-size: 10pt;
 font-weight:bold;
 text-decoration:none;
 color:#E7B60E;
}
a.top-navi-active:visited{
 font-size: 10pt;
 text-decoration:none;
 font-weight:bold;
 color:#E7B60E;
}
a.top-navi-active:active{
 font-size: 10pt;
 text-decoration:none;
 font-weight:bold;
 color:#E7B60E;
}
a.top-navi-active:hover{
 font-size: 10pt;
 text-decoration:none;
 font-weight:bold;
 color:#333399;
}