@charset "utf-8";

#infoheader a {
	color: #007FD0;
}

#container {
	background-image: url(../img/screen/background_soma.jpg);
	border-top-color: #0086D3;
	border-right-color: #0086D3;
	border-bottom-color: #0086D3;
	border-left-color: #0086D3;
}

#navigation {
	background-color: #AE121E;
}

#navigation li a:hover, #navigation li a.aktiv {
	background-image: url(../img/screen/arrow_right.gif);
}

#content_header {
	background-color: #AE121E;
}

#content h2 {
	color: #007FD0;
}

#content_scroll {
	border-top-color: #0086D3;
	border-right-color: #0086D3;
	border-bottom-color: #0086D3;
	border-left-color: #0086D3;
}

#content_rechts h3 {
	background-color: #0086D3;

}
#content_rechts  p {
	color: #0086D3;
	border-top-color: #0086D3;
	border-right-color: #0086D3;
	border-bottom-color: #0086D3;
	border-left-color: #0086D3;
}

#content_rechts  .box {
	border-color: #0086D3;
}


#content h3 {
	color: #007FD0;
}

#content li {
	list-style-image: url(../img/screen/liste_square.gif);
}