/* CSS Document */

/* Formularformatierungen */
.txtfield {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #3366CC;
	text-decoration: none;
	border: 1px solid #666666;
	background-color: #F7F7F7;
}

.button {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
	border: 1px solid #666666;
	background-color: #F7F7F7;
}

/* Textformatierung */
.txt10pxdarkgrey {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 13px;
}

.txt10pxblue {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #3366CC;
}

.txt11pxblue {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #3366CC;

}

.txt11pxdarkgrey {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height: 15px;
}

.txt10pxboldblue {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #3366CC;
}

.txt11pxboldblue {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3366CC;
}

/* Linkformatierung */
a.lnk10bold:link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.lnk10bold:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}

a.lnk10bold:hover{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
	background-color: #D1DCF3;
}

a.lnk10bold:active{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #3366CC;
	text-decoration: underline;
}

a.lnk11bold:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.lnk11bold:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}

a.lnk11bold:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
	background-color: #D1DCF3;
}

a.lnk11bold:active{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3366CC;
}

a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #3366CC;
	text-decoration: none;
	background-color: #D1DCF3;
}

a:active{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #3366CC;
	text-decoration: underline;
}
