/*body {
	color: #7D7D7D;
}*/
body {
	color: #c0c0c0;
}

/* ### TEXT STYLES ### */

p {
	font-size: 1.1em;
	line-height: 1.5em;
}

h1 {
	color: #FFF;
	font-weight: normal;
	font-size: 2.4em;
}

h2 {
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
}

h3 {
	color: #FFF;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.5em;
		}

h2 p, h3 p {
	font-size: 1em;
}

ul {
	
}

div.content li {
	font-size: 1.1em;
	list-style-type: none;
	background: url(../img/bullet_exp.gif) no-repeat left 4px;
	padding-left: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
}


li ul li {
	
}

span {
	font-size: 1.1em;
}

/* ### NAVIGATION ### */

a {
	text-decoration: none;
	/*color: #7D7D7D;*/
	color: #ffffff;
}

ul.navi_sub li a {
	color: #7D7D7D;
}

a:hover, ul.navi_sub li.active a {
	text-decoration: none;
	color: #FFF;

}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #fff;
}

a img {
	border-style: none;
}

/* ### NEWS ### */

div.news-single-item h2, div.news-list-item h2, div.news-single-item h3 {
	margin-bottom: 12px;
}
a.download img {
	border:8px solid #282828;
	padding:4px;
	float:left;
	margin-left:10px;
}