/************************************ 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			: #99CA3B; 
	font-size		: 11px; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	line-height		: 25px; 
	text-decoration	: none; 
	text-align		: left; 
	list-style-type	: none; 
	display			: list-item; 
	padding-bottom	: 2px;
	margin			: 0 3px; 
	float			: left; 
	clear			: left;
}

#nav_menue a:link#current, #nav_menue a:visited#current, #nav_menue a:hover {
	font-weight		: bold; 
	background		: transparent;
	color			: #67962E;
}

#nav_menue a:hover, { 
	color			: #67962E;
}
/********************************** End Main Navigation **********************************/

.link_selected { 
	color			: #8E177B; 
	font-size		: 11px; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	line-height		: 25px; 
	font-weight		: bold;
	text-decoration	: none; 
	text-align		: left; 
	list-style-type	: none; 
	display			: list-item; 
	padding-bottom	: 0;
	margin			: 0; 
	margin			: 0 px; 
	float			: left; 
	clear			: left;
}

/************************************** TextSytle ***************************************/
.text_left { 
	color			: #95969A; 
	font-size		: 11px; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	line-height		: 15px; 
	letter-spacing	: 0.5px;
}

.text_left_small {
	color			: #95969A;
	font-size		: 9px;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	line-height		: 12px;
	letter-spacing	: 0.5px;
}

.text_left_dgreen_big { 
	color			: #67962E; 
	font-size		: 12px; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	line-height		: 14px; 
	letter-spacing	: 1px;
}

.text_left_dgreen {
	color			: #2F712A;
	font-size		: 10.5px;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	line-height		: 16px;
}

h1 { 
	color			: #67962E; 
	font-size		: 9pt; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	line-height		: 14pt; 
	text-align		: left; 
	letter-spacing	: 1px;
}

.text_left_red { 
	color			: #8E177B; 
	font-size		: 11px; 
	font-weight		: bold;
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	line-height		: 15px; 
	letter-spacing	: 1px;
}

.text_left_red_big { 
	color			: #8E177B; 
	font-size		: 14px; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	line-height		: 15px; 
	letter-spacing	: 1px;
}
/********************************* End TextSytle *************************************/

/*********************************** Link Style **************************************/
#cont_text a:link, #cont_text a:visited {
	border-bottom-width	: thin;
	border-bottom-style	: dotted;
	border-bottom-color	: gray;
	color				: gray; 
	font-size			: 11px; 
	font-family			: Verdana, Arial, Helvetica, sans-serif; 
	line-height			: 14px; 
	text-decoration		: none;
	letter-spacing		: 1px;
}

#cont_text a:link#current, #cont_text a:visited#current, #cont_text a:hover {
	border-bottom-width	: thin;
	border-bottom-style	: dotted;
	border-bottom-color	: #8E177B;
	background			: transparent;
	color				: #8E177B;
}

#cont_contact a:link, #cont_contact a:visited {
	border-bottom-width	: thin;
	border-bottom-style	: dotted;
	border-bottom-color	: gray;
	color				: gray; 
	font-size			: 11px; 
	font-family			: Verdana, Arial, Helvetica, sans-serif; 
	line-height			: 14px; 
	text-decoration		: none;
	letter-spacing		: 1px;
}

#cont_contact a:link#current, #cont_contact a:visited#current, #cont_contact a:hover {
	background			: transparent;
	color				: #8E177B;
	border-bottom-width	: thin;
	border-bottom-style	: dotted;
	border-bottom-color	: #8E177B;
}

#cont_impressum_text a:link, #cont_impressum_text a:visited {
	border-bottom-width	: thin;
	border-bottom-style	: dotted;
	border-bottom-color	: gray;
	color				: gray; 
	font-size			: 11px; 
	font-family			: Verdana, Arial, Helvetica, sans-serif; 
	line-height			: 14px; 
	text-decoration		: none;
	letter-spacing		: 1px;
}

#cont_impressum_text a:link#current, #cont_impressum_text a:visited#current, #cont_impressum_text a:hover {
	border-bottom-width	: thin;
	border-bottom-style	: dotted;
	border-bottom-color	: #2F712A;
	background			: transparent;
	color				: #2F712A;
}
/********************************* End Link Style ************************************/
body {
	background-color: #E1EBC2;
}
