@charset "utf-8";
/* ******************************************** */
/* 			MAIN STYLESHEET FOR vorneweg		*/
/*			last update: 29.03.2010				*/
/* ******************************************** */




/* ******************************************** */
/*			Basis-Styles						*/
/* ******************************************** */

html { height:101%; }
* {margin:0; padding:0; }
a {outline:none;}
body { font-family:Arial, Helvetica, sans-serif;
	   font-size:0.85em;
	   background:#DEDDD6;
	 }

.fett {	font-weight:bold; }
/* ******************************************** */
/*			Haupt Divs							*/
/* ******************************************** */

div#wrapper {	width:980px;
				position:absolute;
				left:50%;
				top:220px;
				margin-left:-490px;
			}

div#header_wrap {	background:#868175 url(images/Braun.jpg) repeat; 
					height:162px;
					z-index:1;
				}

div#header {	width:980px;
				height:220px;
				position:absolute;
				left:50%;
				top:0;
				margin-left:-490px;
				background:url(images/vorneweg.jpg) no-repeat;
				z-index:2;
			}

div#main	{	width:980px;
				float:left;
				background:url(images/HG_mitte.jpg) repeat-y;
			}

div#content { margin:60px 40px;
			  padding:20px;
			  width:580px;
			  float:left;
			  line-height:22px;
			}			
				
div#content h2 { margin:0 0 20px 0; }				
				
div#sidebar {	width: 280px;
			min-height:200px;
				float:left; 
			}
			
div#footer {	clear:both;
				width:980px;
				height:20px;
				background:url(images/HG_unten_1.jpg) repeat-y;
				padding:0;
				margin:0;

			}	
div#below {	width:980px;
			 height:100px;
			 background:url(images/HG_unten.jpg) no-repeat;
		}					


/* ******************************************** */
/*				Navi Top						*/
/* ******************************************** */

div#navi { 	float:right; 
			width:600px; height:30px;
			margin: 170px 30px 0 0;	
		 }

div#navi ul {list-style-type:none; }

div#navi li {display:inline; padding-right:20px; }

div#navi a { font-weight:bold; color:#000; text-decoration:none;}
div#navi a:hover {text-decoration:underline; }