
/*** Links ***/

a 			{ outline: none; }

a:link		{ color: #999999; text-decoration: none; font-weight: none }
a:visited	{ color: #999999; text-decoration: none; font-weight: none }
a:hover		{ color: #005BAA; text-decoration: none; font-weight: none }
a:active	{ color: #999999; text-decoration: none; font-weight: none }





/*** Listenformatierung ***/

ul {
	font-family: VERDANA;
	font-size:9pt;
	color: #000000;
}

li {
	font-family: VERDANA;
	font-size:9pt;
	color: #000000;
	padding: 0px 0px 2px 0px;
	list-style-image: url(../images/list_style.jpg);
	list-style-position: outside;
}

select {
	background:#fff;
	border: 1px solid #005BAA;
	color:#000;
	font-family: VERDANA;
	font-size:9pt;
	font-weight:normal;
	margin:0;
	padding:2px;
}





/*** Eingabemasken ***/

input, textarea {
	font-family:Verdana;
	font-size:9pt;
	color:#222222;
	background:#ffffff;
	border:1px #005BAA solid;
	padding: 2 2 2 2;
}





/*** Text Schwarz ***/

.textblack {
	font-family: VERDANA;
	font-size:9pt;
	color: #000000;
}

.textblackh1 {
	font-family: VERDANA;
	font-size:14pt;
	color: #000000;
}

.textblacks1 {
	font-family: VERDANA;
	font-size:7pt;
	color: #000000;
}



/*** Text Blau ***/

.textblue {
	font-family: VERDANA;
	font-size:9pt;
	color: #005BAA;
}
 
.textblueh1 {
	font-family: Tahoma;
	font-size:14pt;
	color: #005BAA;
	letter-spacing: 0.5pt;
}

.textblues1 {
	font-family: VERDANA;
	font-size:7pt;
	color: #005BAA;
}



/*** Text Grau ***/

.textgrey {
	font-family: VERDANA;
	font-size:9pt;
	color: #999999;
}
 
.textgreyh1 {
	font-family: VERDANA;
	font-size:14pt;
	color: #999999;
	letter-spacing: 1.5pt;
}

.textgreys1 {
	font-family: VERDANA;
	font-size:7pt;
	color: #999999;
}