@charset "utf-8";
body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #4A5365;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#main_container {
	width: 760px;
	top: 0px;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	overflow: hidden;
}
#header_picture {
	background-image: url(images/header_picture.png);
	background-repeat: no-repeat;
	float: left;
	height: 229px;
	width: 169px;
	margin-top: 5px;
	margin-left: 7px;
	display: inline;
}
#header_drAppel {
	background-image: url(images/header_drAppel.png);
	background-repeat: no-repeat;
	float: right;
	height: 76px;
	width: 346px;
	margin-top: 12px;
	margin-right: 30px;
}
#main_menu {
	background-image: url(images/menu_background.png);
	background-repeat: repeat-x;
	height: 34px;
	width: 578px;
	float: left;
	margin-top: 9px;
	text-align: center;
	margin-left: 0px;
}
#main_menu a ,img{
	float: left;
	padding: 4px;
}
#main_menu_back {
	background-image: url(images/menu_background_right.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 7px;
	float: right;
}
#main_menu a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4a5365;
	font-weight: bold;
	margin-top: 4px;
}
#main_menu a:link {
	text-decoration: none;
}
#main_menu a:visited {
	text-decoration: none;
	color: #4A5365;
}
#main_menu a:hover {
	text-decoration: none;
	color: #FFF;
}
#main_menu a:active {
	text-decoration: none;
	color: #FFF;
}
#main_body {
	width: 550px;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	text-align: left;
	font-size: 13px;
	font-style: normal;
}

#main_body_intro {
	background-image: url(images/intro.png);
	background-repeat: no-repeat;
	height: 373px;
	width: 430px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.main_body_heading {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7c9e2b;
}

#main_body p{
	text-indent: 5ex;
}
.main_body_boxes {
	background-color:#FFF;
	color:#4A5365;
	height: 120px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #F37261;
	border-left-color: #F37261;
	border-right-color: #999;
	border-top-color: #999;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.main_body_boxes a {
	cursor: pointer;
}
.main_body_boxes div  {
	background-repeat: no-repeat;
}
.main_body_buttons {
	border: 1px outset #999;
	background-color: #B0C4E5;
	overflow: hidden;
	font-size: 10px;
	font-weight:bold;
	display: inline;
	cursor: pointer;
}

.main_body_buttons:hover {
	color: #FFF;
}
#mapContainer {
	float: left;
	display: none;
	background-color: #CCC;
	height: 320px;
	width: 508px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px outset #999;
	text-align: right;
	padding-top: 3px;
}
#mapWindow {
	width: 500px;
	height: 300px;
	border: 1px inset #999;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
}

#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 111px;
	float: right;
	margin-top: 240px;
	margin-right: 16px;
}

#footer {
	background-image: url(images/footer.png);
	width: 760px;
	background-repeat: no-repeat;
	font-size: 10px;
	overflow: hidden;
	margin-top: 20px;
	float: left;
}
