/************************************ Main Navigation ************************************/
#nav_menue {
	margin			: 0;
	padding			: 0;
}

#nav_menue ul, #nav_menue li {
	margin			: 0;
	padding			: 0;
	display			: inline;
	list-style-type	: none;
}

#nav_menue a:link, #nav_menue a:visited  { 
	color			: #BB093D; 
	font-size		: 11px; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	line-height		: 25px; 
	text-decoration	: none; 
	text-align		: right; 
	list-style-type	: none; 
	display			: list-item;
	float			: right; 
	clear			: right;
	padding-bottom	: 0px;
	margin			: 0 3px; 
}

#nav_menue a:link#current, #nav_menue a:visited#current, #nav_menue a:hover {
	background		: transparent;
	color			: #878787; 
}

#nav_menue a:hover, { 
	color			: #878787; 
}

.link_selected { 
	color			: black; 
	font-size		: 11px; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	line-height		: 25px; 
	text-decoration	: none; 
	text-align		: right; 
	list-style-type	: none; 
	display			: list-item; 
	padding-bottom	: 0px;
	margin			: 0 0px 0 0; 
	float			: right; 
	clear			: right;
}
/********************************** End Main Navigation **********************************/

/************************************** TextSytle ***************************************/
.text_left { 
	color			: #c7544d; 
	font-size		: 11px; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	line-height		: 16px; 
	letter-spacing	: 0.2px;
}
.text_left_bold { 
	color			: #A1A1A1; 
	font-size		: 11px; 
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold; 
	line-height		: 16px; 
	letter-spacing	: 0.2px;
}
/********************************* End TextSytle *************************************/

/*********************************** Link Style **************************************/
#cont_text_left a:link, #cont_text_left a:visited { color			: #c7544d; font-size		: 11px; font-family		: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height		: 16px; letter-spacing	: 0.2px; text-decoration	: none; padding-bottom: 2px; border-bottom: 1px dotted #ccc; }

#cont_text_left a:link#current, #cont_text_left a:visited#current, #cont_text_left a:hover {
	border-bottom	: 1px dotted #c7544d; 
	padding-bottom	: 2px;
	background		: transparent;
	color			: #c7544d 
}

#cont_text_right a:link, #cont_text_right a:visited {
	border-bottom	: 2px solid #c7544d; 	
	padding-bottom	: 2px;
	color			: #a1a1a1; 
	font-size		: 11px; 
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold; 
	line-height		: 16px; 
	letter-spacing	: 0.2px;
	text-decoration	: none;
}

#cont_text_right a:link#current, #cont_text_right a:visited#current, #cont_text_right a:hover {
	border-bottom	: 2px solid #a1a1a1; 
	padding-bottom	: 2px;
	background		: transparent;
	font-style		: bold;
	color			: #c7544d 
}
/********************************* End Link Style ************************************/
.aktualisiert { color			: #ccc; font-size		: 9px; font-family		: Verdana, Arial, Helvetica, sans-serif; line-height		: 16px; text-align: right; letter-spacing	: 0.2px; }
