/*Hilfslinie einblenden*/
/** {
	border: 1px solid #F85B07;
}*/

/* get rid of unwanted browser default settings*/

/*:link,:visited { text-decoration:none }*/

ul,ol { list-style:none }

/*h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img
{ margin:0; padding:0 }

html,body {
	margin:0;
	padding:0;
}
#container {
	border-top: 20px solid White;
	width:896px;margin:0 auto;
	text-align:left;
	background-image: url(images/background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
body {
/*	width: 896px;*/
	font: 76% arial,sans-serif;
}
p{margin:0 10px 10px}

div#header { 
	height:212px;
	line-height:80px;
	margin:0;
  	padding-left:10px;
  	color: #79B30B;
 }
  
div#header h1 {
	position: relative;
	left: -1000px;
}
div#content {
	padding-left: 15px;
	padding-right: 30px;
	padding-bottom: 30px;
}
div#content p {
	line-height: 1.4;
}
div#navigation {
}
#search-form {
	position: relative;
	top: -15px;
}
div#extra {
	background: #D4D9EC;
	margin-top: 15px;
}
div#footer {
	background: #454452 url(images/footer_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #FFF;
	height: 30px;
}
div#footer p{margin:0;padding:5px 10px}

div#wrapper{float:left;width:100%;margin-left:-296px}
div#content{margin-left:296px}
div#navigation{float:right;width:296px}
div#extra {
	background-image: url(images/extra_bg.gif);
	float:right;
	clear:right;
	width:296px;
}
div#footer{clear:both;width:100%}