@charset "UTF-8";
a:link {
	font-family: Tahoma, Arial;
	color: #00619c;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #00619c;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma, Arial;
	color: #00619c;
}
a:visited {
	font-family: Tahoma, Arial;
	color: #00619c;
}
#container {
	height: auto;
	width: 778px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#header {
	background-image: url(../images/header.jpg);
	height: 360px;
	width: 778px;
	overflow: hidden;
}
#bodyrepeat {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 678px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 50px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 238px;
	width: 778px;
	overflow: hidden;
}
#container-bottom {
	height: auto;
	width: 778px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
body {
	background-image: url(../images/bg-big.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
}
/* CSS Document */

p {
	font-family:tahoma,arial;
	font-size:13px;
	color:#464646;
	line-height:21px;
}

.p2 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #464646;
}
.p-red {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #FF0000;
}
.p-small {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #999999;
}
.headline-black {
	font-family: Tahoma, Arial;
	font-size: 31px;
	line-height: 33px;
	color: #000A12;
}
.headline-purple {
	font-family: Tahoma, Arial;
	font-size: 31px;
	line-height: 33px;
	color: #8F1500;
}

.subheadline {
	font-family: Tahoma, Arial;
	font-size: 20px;
	color: #464646;
}
.boxgrey {
	border: 1px solid #CCCCCC;
	margin: 40px;
	padding: 20px;
	background-color: #E0E0E0;
	font-family: tahoma, arial;
	font-size: 11px;

}
.boxgrey2 {
	border: 1px solid #CCCCCC;
	margin: 40px;
	padding: 20px;
	background-color: #EAEAEA;
	font-family: tahoma, arial;
	font-size: 18px;

}
