/*
 © Copyright 2003-2007 sv DSV online
*/

/* general */
* { font-family: arial, helvetica, sans-serif; }
html { width: 100%; margin: 0; padding: 0; }
body { width: 100%; margin: 0; padding: 0; background-image: url('/g/bg.gif'); }
.block { display: block; }

/* link */
a { text-decoration: underline; color: #669966; }
a:hover { text-decoration: none; color: #CCCCCC; }
a.nolink { text-decoration: none; }

/* menu */
.menuStart { margin: 0; padding: 0; border: 1px solid #669966; background-color: white; width: 100%; }
.menuParent { font-family: verdana, helvetica, sans-serif; font-size: 11px; display: block; padding: 2px; margin: 1px; padding-left: 5px; background: url('/g/tableheadbg.gif') repeat-x; font-weight: bold; }
.menuParent a { font-family: verdana, helvetica, sans-serif; display: block; color: black; font-weight: bold; text-decoration: none; }
.menuParent a:hover { color: black; }
.menuChild { font-family: verdana, helvetica, sans-serif; font-size: 11px; margin: 0; padding: 0; }
.menuChild a { font-family: verdana, helvetica, sans-serif; display: block; margin: 1px; padding: 3px; text-decoration: none; padding-left: 6px; color: #3E8043; }
.menuChild a.bg1 { background-color: white; }
.menuChild a.bg2 { background-color: #C1D6C3; }

.prog .proglink { font-family: verdana, helvetica, sans-serif; font-size: 11px; color: #3E8043; }

/* positioning */
.fill15 { margin: 0; padding: 0; height: 15px; }
.fill20 { margin: 0; padding: 0; height: 20px; }
.fill25 { margin: 0; padding: 0; height: 25px; }

/* tables */
table.bordercolor {	border-style: solid; border-width: 1px; border-color: #696; }
tr.tablehead { background-image: url('/g/tableheadbg.gif'); background-repeat: repeat-x; }
tr.tableheadold { background-image: url('/g/tableheadbg_old.gif'); background-repeat: repeat-x; }
tr.progtitle { background-color: #e7e7e5; font-weight: bold; text-align: center; }
tr.wh,td.wh { background-color: #fff; }
tr.gr,td.gr { background-color: #dbe8dc; }
tr.re,td.re { background-color: #f2aaaa/*#ffc8c8*/; }

/* images */
img.thumb { border: 1px solid #000; }

/* text */
h1 { display: none; }
h2 { margin: 10px 5px 10px 5px; padding: 0; font-size: 24px; font-weight: bold; }
h2.small { margin: 10px 5px 10px 5px; padding: 0; font-size: 20px; font-weight: bold; }
h3 { margin: 1px; padding: 0; font-size: 15px; font-weight: bold; padding-left: 10px; }

ul { list-style-type: disc; }
.text1 { font-family: verdana, helvetica, sans-serif; font-size: 10px; }
.text2 { font-size: 12px; line-height: 16px; }
.text3 { font-family: verdana, helvetica, sans-serif; font-size: 14px; line-height: 20px; }
.text4 { font-family: verdana, helvetica, sans-serif; font-size: 20px; line-height: 25px; font-weight: bold; }
.text5 { font-family: verdana, helvetica, sans-serif; font-size: 24px; line-height: 30px; font-weight: bold; }

div.copyright { text-align: center; font-family: verdana, helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #fff; }
div.copyright a { font-family: verdana, helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #fff; }

