/************************
*	Font Styles			*
************************/
html,body,div,p,input,option,select,form,a,pre,span,textarea,table,tr,td {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h3, h3 span{
	/*background-color: #999999;*/
	color: #FFFFFF;
	font-size: 13px;
	margin: 0 0 5px 0;
	padding: 3px 0 3px 3px;
	background: url('../Bilder/General/Backgrounds/font_header.jpg');
}

h4 {
	/*background-color: #999999;*/
	background: url('../Bilder/General/Backgrounds/font_header.jpg');
	color: #FFFFFF;
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 1px 0 1px 3px;
}

.b_12_u_700{
	color: #000000;
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 1px 0 5px 3px;
	border-bottom: 1px solid #A1A1A1;
	width: 99%;
	font-weight: 600;
}

.thanks{
	font-size: 12px; 
	font-weight: 600; 
	padding: 3px 0 15px 0;
}

.b_9 {
	font-size: 9px;
	font-weight: 600;
}

.b_10 {
	font-size: 10px;
	font-weight: 600;
}

.b_11 {
	font-size: 11px;
	font-weight: 600;
}

.b_12 {
	font-size: 12px;
	font-weight: 600;
}

.b_14 {
	font-size: 14px;
	font-weight: 600;
}
.b_13_u {
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
}

.b_11_u {
	font-size: 11px;
	font-weight: 600;
	text-decoration: underline;
}

.b_14_underline {
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #A1A1A1;
	width: 100%;
	text-align: left;
}

.b_11_grey{
	font-size: 11px;
	font-weight: 400;
	color: #A1A1A1;
	width: 100%;
	text-align: left;
}

.link {
	color: #666666;
}

.link a:hover {
	color: #333333;
}

.agbl {
	color: #0066FF;
	font-size: 12px;
}

/************************
#	 Messages		*
************************/
.error_font {
	color: #FF0000;
	font-size: 11px;
	font-weight: 600;
}

ul.error_font  li {
	padding: 3px;
}

.succ_font {
	color: #009900;
	font-size: 11px;
	font-weight: 600;
}

.error_page {
	width: 100%;
	font-weight: 600;
	padding: 10px 0 5px 15px;
}

.error_page div {
	font-size: 14px;
	color: #000000;
	padding: 0 0 0 80px;
	background-image: url(../Bilder/General/attention.jpg);
	background-repeat: no-repeat;
}

.error_page a {
	font-size: 14px;
	color: #0033FF;
	padding: 0 0 0 5px;
}

.error_page a:hover {
	font-size: 14px;
	color: #0099FF;
}


.yellow_14{
	font-size: 14px;
	color: #e7c72f;
}

/************************
#	 Links				*
************************/
.header_link{
	color: #AEAEAE;
	text-decoration: none;
}

a.header_link:hover{
	text-decoration: underline;
}

.block{
	line-height: 1.5;
	text-align: justify;
}


