body{
 background-color: transparent;
 scrollbar-arrow-color: #000000;
 scrollbar-base-color: #4A4A4A;
 scrollbar-track-color: #3F3F3F;
 scrollbar-highlight-color: #696969;
}

table.tarife{
 background-color: #707070;
}

table.content{
 font-family: Arial, Verdana, Sans Serif;
 font-size: 11px;
 color: white;
}

tr.tarife{
 font-weight:bold;
}

td.iframe{
 padding:10px;
}

td{
 font-family: Arial, Verdana, Sans Serif;
 font-size: 11px;
 color: #D3D3D3;
}

td.tarife{
 background-color: #373737;
 vertical-align: top;
}

h1{
 font-size: 16px;
}

h2{
 font-size: 11px;
}

a{
 color: #ffffff;
 text-decoration: underline;
}

a:hover{
 color: #FF0FB7;
 text-decoration: none;
}
input.contactform{
 width: 200;
}
textarea.contactform{
 width: 260;
}

hr{
 border-style:dotted;
 height:1px;
 border-color:gray
}

