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

body {
	margin: 0px;
}
#header-wrapper {
	height: auto;
}
#header-area {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#header-area img {
	float: left;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	float: right;
	margin-top: 110px;
}
.navigation {
	color: #005288;
	float: left;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #005288;
}

.navigation a, .navigation a:active, .navigation a:visited {
	color: #005288;
	text-decoration: none;
}
.navigation a:hover {
	color: #005288;
	text-decoration: none;
	font-weight: bold;
}
.here {
	color: #005288;
	text-decoration: none;
	font-weight: bold;
}
#flash-wrapper {
	background-image: url(../images/gnd-mainarea.jpg);
	background-repeat: repeat-x;
	height: 253px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#flash-main {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
}
#body-area {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
}
#body-column {
	float: left;
	width: 390px;
	margin: 10px;
	display: inline;
}
#name, #email, #phone, #message {
	width: 100%;
	padding: 2px;
	margin: 2px;
	border: 1px solid #005288;
	background-color: #F5F5F5;
}
#footer-wrapper {
	background-image: url(../images/gnd-footer.jpg);
	background-repeat: repeat-x;
	height: 97px;
}
#footer-area {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
}
#footer-left {
	float: left;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#footer-right {
	float: right;
	width: auto;
	margin-top: 15px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #005288;
}
.Bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Bodytext a, .Bodytext a:active, .Bodytext a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #005288;
}
.legal a, .legal a:active, .legal a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.legal a:hover {
	font-weight: bold;
	color: #FFFFFF;
}
#photo {
	float: left;
	margin-right: 10px;
}

