body {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 890px;
	background-color: #675125;
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../img/bg_berg_2.jpg);
	text-align: justify;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
}

#main {
	clear: both;
	background-repeat: repeat;
	margin-bottom: 50px;
	background-image: url(../img/bg_2.png);
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	padding: 20px;
	width: 850px;
	margin-top: 50px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 3px 7px #000000;
}

#logo {
	margin-bottom: 50px;
	float: right;
	margin-top: 150px;
	height: 176px;
	width: 410px;
	background-repeat: no-repeat;
	background-image: url(../img/logo_bergfidel.png);
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	margin-top: 20px;
}

h3 {
	clear: both;
	font-size: 12px;
}

a:link {
	font-weight: bold;
	color: fuchsia;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: underline;
}

a:visited {
	color: fuchsia;
	text-decoration: underline;
}

img {
	border-width: 0px;
}

#map {
	border-color: #3f3f3f;
	border-style: solid;
	border-width: 1px;
}

.left {
	margin-right: 10px;
	float: left;
}

.clear {
	margin-bottom: 20px;
	clear: both;
}

.twenty {
	margin-bottom: 30px;
}

