@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg1.jpg);
}

.content_pages {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg2.jpg);
}


.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4477AE;
}

.bottom_navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4477AE;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4477AE;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4477AE;
	font-weight: bold;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4477AE;
	font-weight: bold;
}


a:link {
	color: #4477AE;
	text-decoration: none;
}
a.kolterlink { 
color: #666666; 
}

a:visited {
	text-decoration: none;
	color: #4477AE;
}
a:hover {
	text-decoration: underline;
	color: #4477AE;
}
a:active {
	text-decoration: none;
	color: #4477AE;
}

.Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}
