p {
	font-family: arial,verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	color: rgb(90,91,91);
}

p, h1, h2, #normal ul {
	margin-bottom: 8px;
}

h2, p.headline_small {
	font-family: arial,verdana, helvetica, sans-serif;
	font-size: 16px;
	color: rgb(90,91,91);
	line-height: 150%;
	font-weight: normal;
/*	margin-bottom: 5px;*/
}

.first_word, span.first_word, b.first_word {
	color: rgb(82,160,197);
}
.green, span.green, b.green {
	color: rgb(124,174,53);
}
.orange, span.orange, b.orange {
	color: rgb(218,142,0);
}
.tuerkis, span.tuerkis, b.tuerkis {
	color: rgb(45,119,177);
}


h1, p.headline_big {
	font-family: arial,verdana, helvetica, sans-serif;
	font-size: 26px;
	color: rgb(90,91,91);
	line-height: 150%;
	font-weight: normal;
/*	margin-bottom: 14px;*/
}

hr {
	border 0;
	border-top: 1px solid rgb(163,15,44);
	height: 1px;
	margin: 2px 0 2px 0;
}

#normal a {
	font-weight: bold;
}
a, a:link, a:visited, a:active {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: rgb(124,174,53);
}
a:visited {
	color: rgb(169,220,96);
}
a:hover {
	color: rgb(169,220,96);
}

.csc-textpic-caption {
	color: rgb(82,160,197);
}

#normal ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}   
#normal ul li {
	height: 1%; /* IE has Layout */
	font-size: 12px;
	line-height: 150%;
	padding: 0 0 0 14px;
	color: rgb(90,91,91);
	background-image: url(../img_layout/point.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
}

