
.vs {
	font-family: Arial, Helvetica, sans-serif;
}

.important {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC3333;
	font-weight: bold;
}

.active-link {
	color:#333333;
	font-weight:bold;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

table.rahmen2 {
  border-width: 1px;
 	border-style: groove;
}

/* td {
 	border-width: 1px;
 	border-style: groove;
  border-top-width: 0px;
}
*/

td.menu {
  border-width: 0px;
 	border-style: groove;
}

td.rahmen {
  border-width: 1px;
 	border-style: groove;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#113883;
	font-weight: bold;
	text-decoration:none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#113883;
	/* font-weight: bold; */
	text-decoration:none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#113883;
	/* font-weight: bold; */
	text-decoration:none;
}

a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC3333;
	text-decoration:none;
	border-bottom:dotted 1px;
	font-weight: bold;
	text-align: left;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC3333;
	text-decoration:none;
	border-bottom:dotted 1px;
	font-weight:bold;
}
a:hover {	color:#666666; }
a:active { color:#333333; }

/* aktiver/grauer Link */
 a.active:link    {color:#333333; border-bottom:dotted 0px;}
 a.active:visited {color:#333333; border-bottom:dotted 0px;}
 a.active:hover   {color:#666666;}
 a.active:active  {color:#333333;}

/* blauer Link */
h1.blau {color:#113883;}
h2.blau {color:#113883;}
h3.blau {color:#113883;}

a.blau:link    {color:#113883;}
a.blau:visited {color:#113883;}
a.blau:hover   {color:#666666;}

/* Menu Link */

a.menu:link    {border-bottom:dotted 0px;}
a.menu:visited {border-bottom:dotted 0px;}
a.menu:hover   {border-bottom:dotted 0px;}
a.menu:active  {border-bottom:dotted 0px;}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	color: #FFFFFF;
	border: thick none;
	background-color: #CC3333;
}
.kleingedrucktes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
