/* Main ----------------------------------------------- */
body {
 font-family: verdana, sans-serif;
 font-size: 11px;
 background-color: white;
 color: black;
 margin: 0;
 padding: 0;
}

img {
	border-width:0;
}

a {
	color:#4e6b00;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size:18px;
	color:#4e6b00;
}

#main {
	margin-top:20px;
	background: url(../images/mainbg.jpg) repeat-x 0px 35px;
}

#wrapper {
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 0 90px 0 90px;
	background: url(../images/wrapperbg.gif) no-repeat 0px 35px;
}

/* Flash ----------------------------------------------- */
#flash {
	background: url(../images/flashbg.gif) no-repeat;
	text-align: center;
	padding-top:5px;
	height:293px; /*298*/
}

/* Content ----------------------------------------------- */
#content {
	background: url(../images/contentbg.jpg) repeat-x top;
	background-color: #EDF0E5;
	margin: 0 5px 0 5px;
	width: 740px;
	padding: 15px;
}

#content div.button a {
	display: block;
	width: 100%;
	background-color: #4E6B00;
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 3px 0 3px 0;
}

#content div.button a:hover {
	background-color: #648901;
	text-decoration: none;
}

#content div.button a span {
	padding: 0 6px 0 6px;
}

#content div.logo {
	height:100px;
	text-align:center;
	overflow:hidden;
}

#content p {
	line-height: 150%;
	margin-top: 0;
}

#content div.text {
	height: 240px;
}

#content div.text1 {
	height: 280px;
}

#content #flatscher {
	float: left;
	width: 220px;
}

#content #braeuschmied {
	float: left;
	width: 220px;
}

#content #braeuschmied img {
	padding-top:20px;
}

#content #jagdhaus {
	float: left;
	width: 220px;
}

#content #jagdhaus img {
	padding-top:14px;
}

#content div.line {
	float: left;
	border-right: 1px dashed black;
	width: 0;
	height: 350px;
	margin: 0 18px 0 18px;
}

/* Footer ----------------------------------------------- */
#footer {
 padding: 15px 0 15px 0;
 width: 100%;
 text-align: center;
 background-color: white;
 color: #4E6B00;
}

#footer a:link, #footer a:visited, #footer a:hover {
 color: #4E6B00;
 text-decoration: underline;
}