/*
  =============== Gemeinsame Definitionen in allen gentools6 HTML-Seiten 
*/
body.mainbody {background-color: rgb(102,102,102);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
body.subbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bgtab1 {
	background-color: rgb(153,255,251);
}
a.topmenu:link {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3C2217;
	text-decoration: none;
}
a.topmenu:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3C2217;
	text-decoration: none;
}
a.topmenu:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00cc99;
	text-decoration: none;
}
a:link {
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
	color:blue;
}
a:visited {
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
	color:blue;
}
a:hover {
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
	background-color:#ffdddd;
}
a:aktive {
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
	color:blue;
}
.toptext {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.frbox{
	background-color:yellow;
	border-color:black;
	border-style:solid;
	border:2px;
	text-align:justify;
}
.frvers {
        border: 6px;
        /*border-style: double;*/
        border-color: #0033aa;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
}
.vnrstyle {
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
}


