@charset "utf-8";
/* CSS Document */


/* ### HTML ###################################################################### */
html {
	margin: 0px;
	padding: 0px;
}

/* ### BODY ###################################################################### */
body {
	color: #57595a;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	background-image:url(../img/hg.gif);
	background-repeat:repeat-x;
	background-position:0px 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	
	}
/* for understanding browsers */	
#site-rahmen {
	position:relative;
	margin:0 auto;
	padding:0;
	display:block;
	width:1070px;
	font-size:0.750em;
	height: 970px;
}
/* for Internet Explorer */
/*\*/
* html #site-rahmen {

}
/**/

#left {width:863px; height:850px; border:#e1e1e1 1px solid; float:left; display:inline; padding:0px; margin:0px;}
#right {width:200px; float:right; display:inline; padding:0px; margin:0px; margin-top:1px;}
#abschluss {clear:both; padding-left:750px;}
.strich {text-align:center; margin-left:5px; border-bottom:#e1e1e1 1px solid; margin-bottom:3px; padding-bottom:4px; padding-top:4px;}

a:link {
	color: #57595a;
	text-decoration:none;
	}
a:visited {
	color: #57595a;
	text-decoration:none;
}
a:hover{
	color: #ed7b00;
	text-decoration:none;
	
}
a:active {
	color: #57595a;
	text-decoration:none;
}


