/* www.bytix.com // ns4 compatibility */

/* head format */

a {
	color: #D71A1A;
	text-decoration: none;
}

a:hover {
	color: #34493A;
}


/* typo format */


.txtnorm {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 9pt;
	line-height: 16px;
	color: #414141;
}

.txtmmheader {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 9pt;
	line-height: 11px;
	color: #414141;
	font-weight: bold; 
}

.txtsmall {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 8pt;
	line-height: 12px;
	color: #414141;
}

.txtsmalllight {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 8pt;
	line-height: 12px;
	color: #B3B3B3;
}

.txtnav {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 9pt;
	line-height: 13px;
	color: #FFFFFF;
}

.mark {	color: #4E6452;	font-style: italic;}/* colors format */

.txt {
	color: #414141;
}

.clrtxtnav {
	color: #FFFFFF;
}

/* box-konstruktor */


.dot01 {
	background-color: #252E28;
}

.dot02 {
	background-color: #9EB2A1;
}

.dot03 {
	background-color: #252E28;
}

.dot04 {
	background-color: #9EB2A1;	
}

.dot05 {
	background-color: #DBE9DB;	
}

.hr {
	background-color: #D6DFCE;	
}

/* backgrounds  */

.nobg {
    background-image: none;
}

.mod_bg {
	background-color: #F9F7F5;
}

.nav_bg {
	background-color: #708772;
}

.content_bg {
	background-color: #F9F7F5;
}