.borderBgColor {
	background-color: #AAAAAA;
}

.border_solid_1px_TLR {
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #AAAAAA;
}

.border_solid_1px_TRB {
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
}

.menue_ueber {
	font-size:10px;
	text-transform:uppercase;
}

.menue_ueber_sel {
	font-size:10px;
	text-transform:uppercase;
}

.border_solid_1px_LR {
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #AAAAAA;
}

.border_solid_1px_LB {
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
}

.border_solid_1px_RB {
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
}

.border_solid_1px_R {
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #AAAAAA;
}

.border_solid_1px_TL {
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #AAAAAA;
}

.border_solid_1px_B {
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
}

a.MenueText {
	font-family:verdana,arial;
	font-weight:normal;
	font-size:10px;	
	color:000000;
	text-decoration:none;
}

a.MenueText:hover {
	font-family:verdana,arial;
	font-weight:normal;
	font-size:10px;	
	color: #E8191C;
	text-decoration:underline;
}

a.MenueText:active {
	font-family:verdana,arial;
	font-weight:normal;
	font-size:10px;	
	color: #E8191C;
	text-decoration:none;
}

a.MenueTextHell {
	font-family:verdana,arial;
	font-weight:normal;
	font-size:10px;	
	color:#333333;
	text-decoration:none;
}

a.MenueTextHell:hover {
	font-family:verdana,arial;
	font-weight:bold;
	font-size:10px;	
	color: #333333;
	text-decoration:underline;
}

a.MenueTextHell:active {
	font-family:verdana,arial;
	font-weight:bold;
	font-size:10px;	
	color: #333333;
	text-decoration:none;
}