/* ---------------------------------------------------------------------------------------- layout */

body {	
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FDC043;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
img {
	border: 0;
}
form {
	margin: 0 0 0 0;
}
td {
	text-align: left;
}
#wrapper {
	width: 1120px;
	margin: 0px auto;
	text-align: left;
}
#main {
	float: left;
	width: 680px;
	background-color: #FFFFFF;
	padding-bottom: 150px;
	padding: 20px 30px;
}
#main_border {
	float: left;
	background-color: #FCC95E;
	padding: 15px;
}
#header {
	width: 660px;
	height: 90px;
}
#navi {
	width: 660px;
	height: 20px;
	border-bottom: 3px solid #FF9900;
}
#navi img {
	border: 0;
}
#navi a {
	color: #FF9900;
	text-decoration: none;
}
#content {
	width: 660px;
	height: 500px;
	float: left;
	padding: 15px 0;
	overflow: hidden;
}
#content_breit {
	width: 710px;
	height: 500px;
	float: left;
	padding: 15px 0;
	overflow: hidden;
}

#content_scroll {
	width: 710px;
	height: 500px;
	float: left;
	padding: 15px 0;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
}
.bannerbox {
	float: right;
	width: 300px;
}
.bannerbg {
	text-align: center;
	background-color: #FCC95E;
	padding: 15px;
}
#footer {
	width: 640px;
	height: 20px;
	text-align: center;
	padding: 10px;
	float: left;
}
#footer a {
	color: #FF9900;
}
.subnavi {
	width: 640px;
	background-color: #FF9900;
	color: #FFFFFF;
	text-align: right;
	float: left;
	padding: 2px 10px 4px 10px;		/* oben, rechts, unten, links */
	margin-top: 4px;	
}

.subnavi a{
	color: #FFFFFF;
	text-decoration: none;
}

.subnavi a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.titlebar {
	width: 640px;
	background-color: #FF9900;
	color: #FFFFFF;
	text-align: left;
	float: left;
	padding: 2px 10px 4px 10px;
	margin-top: 4px;
	font-weight: bold;
}
.subtitlebar {
	width: 640px;
	background-color: #FFEE99;
	color: #FF9900;
	text-align: left;
	float: left;
	padding: 2px 10px 4px 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* map */
.infowindow_container {
  float: left;
  width: 285px;
}
.infowindow_title {
  float: left;
  padding-top: 3px;
  margin-bottom: 10px;
  width: 285px;
  height: 28px;
  font-weight: bold;
  border-bottom: 1px solid #ABABAB;
}

.infowindow_logo {
  float: left;
  margin-left: 5px;
  width: 80px;
  height: 80px;
}

.infowindow_info {
  float: left;
  padding-top: 10px;
  width: 200px;
}

/* ---------------------------------------------------------------------------------------- text */
p {
	line-height: 1em;
}
a {
	color: #FF9900;
}
legend {
	color: #FF9900;
}
.title {
	color: #FF9900;
	font-weight: bold;
	line-height: 3em;
	vertical-align: top;	
	
}
.small {
	font-size: 9px;
}
