@charset "utf-8";
/* CSS Document */

@import "main.css";

#content div.center{
	background-color:#f4fafc;
	background-image: url(../pics/bg/content-center-top-blau.gif);
}

#content h1{
	color:#3c91c3;
}
#content h2{
	color:#3c91c3;
}
#content h3{
	color:#3c91c3;
}

#content a:link {	color:#10b8f3; text-decoration: none;}
#content a:hover {	color:#10b8f3; text-decoration: underline;}
#content a:visited {	color:#10b8f3; text-decoration: none;}
#content a:active {	color:#10b8f3; text-decoration: underline;}
#content a:focus {	color:#10b8f3; text-decoration: underline;}

#content a.pfeil {
	background-image:url(/pics/site/pfeil-blau.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 9px;
	color: #10b8f3;
	text-decoration: none;}
	
#content a:hover.pfeil {
	text-decoration: underline;}
	
#content ul.pfeil li {
	list-style: none;
	background-image:url(/pics/site/pfeil-blau.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0 0 0 9px;
	color: #3c91c3;
	text-decoration: none;}
	
#content hr {	margin: 15px 0 15px 0;
			height: 1px;
			border-top: 1px solid #82dbff;
			border-bottom: none;
			border-left: none;
			border-right: none;}
	
#kontakt a {
	background-image:url(/pics/site/pfeil-blau.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 9px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #10b8f3;
	text-decoration: none;}
	
#kontakt a.ohne-pfeil {
	background:none;
	padding: 0;}
	
#kontakt a:hover {
	text-decoration: underline;}

#footer { 
	background-image:url(../pics/footer/footer-blau-bg.gif);
	}
	
#footer a:link {	color:#10b8f3; text-decoration: none;}
#footer a:hover {	color:#10b8f3; text-decoration: underline;}
#footer a:visited {	color:#10b8f3; text-decoration: none;}
#footer a:active {	color:#10b8f3; text-decoration: underline;}
#footer a:focus {	color:#10b8f3; text-decoration: underline;}
