@charset "UTF-8";
/* CSS Document */

body {
	background-color: #E9CADC;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	background-attachment:fixed;	
	margin-top: 75px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 75px;
}
.subheadlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
	}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	
	}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B53574
	
	}

.headlines2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000

}
a:link {
	color: #B53675;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CF3C84;
}
a:hover {
	text-decoration: underline;
	color: #17A3C2;
}
a:active {
	text-decoration: none;
	color: #17A3C2;
}
