/* Schriftfarbe der ganzen Seite */
/* body, table, #info a:link, #info a:visited  { color: red; } */


/* Hintergrundfarbe des Impressumlinks im Header */
/* #header a { background-color: white; } */


/* Vordergrundfarbe des Impressumlinks im Header */
#header a:link    { color: white; }
#header a:visited { color: white; }
#header a:hover   { color: white; }


/* Vordergrundfarbe aller anderen Links der Seite */
a:visited { color: #1483ca; }
a:link    { color: #1483ca; }
a:hover   { color: gray;    }


/* Vorder- und Hintergrundfarbe des Titels unteren Box */
#welcomebox { background-color: #1483ca; color: white; }


#info a:hover { color: gray; }

.aktivierung{
	font-size:12px;
}

.submit{
	font-family: tahoma,arial,verdana,sans-serif; font-size: 11px; color: black; text-align: center;
}

.rahmen{
	border: solid 1px #7f9db9;
	background-color:#eae6e6;
}

.rahmen_w{
	border: solid 1px #d10015;
	background-color:#eae6e6;
}

.label{
	color:#d10015;
	font-size:13px;
	font-weight:bold;
}

.hot_m{
	color:#1483ca;
	font-weight:bold;
}

.hot_w{
	color:#d10015;
	font-weight:bold;
}

.pop{
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

.hinweis{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

.error{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:14px;
}

.ok{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

.header{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

td.label {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
}

.innerselect {
overflow: auto;
text-align: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
border: 0px solid;
}