/* CSS Document */

body {
	font-family: Helvetica-Narrow, Arial-Narrow, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	color: #0d4007;
	background-color: #FFF;
	background-image: url(../img/bg_verlauf.jpg);
	background-repeat: repeat-x;
} 
#wrap {
	margin: 0px auto;
	width: 1200px;
	height: 300px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#container {
	margin: 170px 0 0 238px;
	width: 724px;
	height: auto;
	background-image: url(../img/firma.jpg);
	background-repeat: repeat-x;
	padding: 450px 0 110px 0;
	position: absolute;
	border-left: solid #FFF 1px;
	border-right: solid #FFF 1px;
	border-top: solid #FFF 1px;
	text-align: center;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-align: center;
	margin: 0;
	padding: 0 0 8px 0;
	line-height: 18px;
}
a {
	color: #0d4007;
	text-decoration: none;
}
a:visited {
	color: #0d4007;
	text-decoration: none;
}
a:hover {
	color: #0d4007;
	text-decoration: underline;
}
#img_right {
	width: auto;
	margin: 0;
	float: right;
}
