.menue {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: black;
}

.menue a{
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: black;
}

.menue a:hover{
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #dd0000;
}

.headline {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: black;
	line-height: 15px;
	font-weight: bold;
}

.headline_News {
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
	color: #666666;
	line-height: 14px;
	font-weight: bold;
}

.content {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: black;
	line-height: 15px;
}

.content a{
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #DD0000;
	line-height: 15px;
}

.content a:hover{
	font-family: Verdana;
	font-size: 10px;
	text-decoration: underline;
	color: #DD0000;
	line-height: 15px;
}

.content_Small_grey {
	font-family: Verdana;
	font-size: 9px;
	color: #666666;
	line-height: 15px;
}

.content_Small_red {
	font-family: Verdana;
	font-size: 9px;
	color: #DD0000;
	line-height: 15px;
}

.content_Small_red a{
	font-family: Verdana;
	font-size: 9px;
	color: #DD0000;
	line-height: 15px;
}

.content_Small_red a:hover{
	background-color: #DD0000;
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 15px;
}

.content_Small_black {
	font-family: Verdana;
	font-size: 9px;
	color: black;
	line-height: 12px;
}

.content_Small_black a{
	font-family: Verdana;
	font-size: 9px;
	color: #DD0000;
	line-height: 15px;
}

.content_Small_black a:hover{
	background-color: #DD0000;
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 15px;
}

.MsgBox {
	border : 1px outset black; 
	background-color : #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black; 
}

.Btn { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	background-color : #e9e9e9; 
	color: black; 
	font-weight: normal; 
	border : 1px solid #666666;
}

.dotline
{
	border : 1px dotted #637C9B;
	background-color : #F7F7F7;
}

.dashline
{
	border : 1px  dashed #666;
}

.LayerTrans {
	filter: Alpha(Opacity=86);
}


