@charset "utf-8";
.Body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	padding: 0px;
	color: #FFF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	background-image: url(assets/background.jpg);
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(assets/background.jpg);
}
.phone {
	text-align: right;
}


div {
	background-image: url(assets/background.jpg);
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-bottom: 35px;
}
.footer_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
}


/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background-image: url(assets/background.jpg);
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	background-color: #ADB96E;
	background-image: url(assets/background.jpg);
}
.content {
	padding: 10px 0;
	width: 600px;
	float: left;
	background-image: url(assets/background.jpg);
}

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	background-color: #000000;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	background-image: url(assets/background.jpg);
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	vertical-align: middle;
	text-align: center;
}


/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
	background-color: #000;
	background-image: url(assets/background.jpg);
}
.Titels {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: underline;
	background-image: url(assets/background.jpg);
}
.banner {
	top: 0px;
	bottom: 0px;
}
.container div p {
	color: #FFF;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
td {
	text-align: center;
	color: #FFF;
}
table {
	background-color: #000;
}
