html{
	background: #358015 url('../images/html-bg.jpg') repeat-x;
	height:100%;
	font-size:62.5%;
}
body{
	margin: 0;
	width: 950px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
br.clear { 
	clear: both;
	font-size: 0.1em;
}

/* header */
#header{
	height:242px;
	background: url('../images/top.png') no-repeat; 
}
#header p{
	font: 1.1em "Verdana";
	color: #FFF;
	margin: 0;
	text-align: right;
	padding: 216px 140px 0 0;
	letter-spacing: 1px;
}

/* container */
#container {
	background: url('../images/body-bg.jpg') repeat-y;
	height: auto;
}
/* container2 */
#container2 {
	background: url('../images/content-bg.jpg') no-repeat;
	height: auto;
}
/* content */
#content {
	height: auto;	
}

/* left */
#content #left {
	float: left; 
	width: 240px;
	padding: 232px 0 0 130px;
	font: 1.0em "Verdana";
	color: #002b00;
}
#content #left p {
	padding: 0 0 0 50px;
	line-height: 18px;
}
#content #left a {
	text-decoration: none;
	color: #002b00;
}
#content #left a:hover {
	border-bottom: 1px DOTTED #002b00;
}
#content #left ul {	
	list-style: none;	
	margin: 0;
	padding: 60px 0 0 18px;
}
#content #left ul li {	
	background: url('../images/ster.jpg') no-repeat; 
	padding: 3px 0 9px 30px;
}

/* right */
#content #right {
	float: left; 
	width: 447px;
	padding: 20px 0 0 5px;
	font: 1.0em "Verdana";
	color: #000000;
}
#content #right .box  {
	padding: 20px 0 10px 0;
}
#content #right .box .nummer {
	width: 57px;
	padding: 0 6px 0 0;
	float: left;
	background: url('../images/getal-bg.jpg') no-repeat; 
	height: 71px;
}
#content #right .box .wrapper {
	width: 384px;
	float: left;
	letter-spacing: -1.1px; 
}
#content #right .box .wrapper a {
	color: #ff6c00;	
	text-decoration: none;
}

#content #right .box .wrapper p {
	position: relative;
	margin: 0;
	padding: 0 0 6px 0;
}
#content #right .box .wrapper h3 {
	margin: -3px 0 -3px 0;
	padding: 0;
}
/* footer */
#footer {
	height: 48px;
	background: url('../images/footer.png') no-repeat;
	font: 1.0em "Verdana";
	padding: 30px 0 0 0;
}

#footer p {
	margin: 0;
	text-align: right;
	padding: 0 140px 10px 0;
	color: #FFF;
}
#footer p a {
	text-decoration: none;
	color: #FFF;
}
#footer p a:hover {
	border-bottom: 1px DOTTED #FFF; 
}
#footer p span {
	color: #002b00;
}
#footer p span a {
	color: #002b00;
}
#footer p span a:hover {
	border-bottom: 1px DOTTED #002b00; 
}
