@charset "utf-8";
body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
		background: #e88202;
		background-image:url(pic/wirtschaftmediation.jpg);
		background-repeat:repeat-x;
		background-attachment:fixed;
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	color: #000000;
    }
    .oneColElsCtr #container {
    	width: 46em;
    	background: #FFFFFF;
    	margin: 0 auto; 
    	text-align: left; 
    }
    .oneColElsCtr #mainContent {
    	padding: 0 20px;
		font-size: 12px;
		width: 756px;
		background: #FFFFFF;
    }
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
   	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* allgemeine Links*/

a:link { /* noch nicht besuchte Ziele */
	text-decoration:none;
	color:#e88202; 
}    
a:visited { /* besuchte Ziele */
	 text-decoration:none;
	 color:#e88202;
} 
a:hover { /* Verweise bei "MouseOver" */
	text-decoration:underline;
	color:#e88202;
}   
a:active {
	text-decoration:none;
	color:#e88202;
}
.block {
	margin: 0px 20px 0px 0px;
	padding: 10px 20px 0px 17px;
	font-size: 10px;
	text-align:justify;
}
h1 {
	color: #e88202;
	font-size: 14px;
	margin: 0px 0px 6px 0px;
	padding: 15px 0px 0px 17px;
	line-height: 12px;
}
h2 {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 8px 17px;
}
p  {
	margin: 0px 10px 10px 17px;
}
.spaceline {
	width: 722px;
	margin: 10px 0px 10px 17px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e88202;
}
.gray {
	color:#666666;
}
.small {
	line-height:12px;
	margin: 0px 0px 0px 17px;
}
ul {
	margin: 6px 0px 0px 17px;
}
li {
	margin: 2px 0px 10px 20px;
}
.left {
	float:left;
	width:360px;
	margin: 0px 10px 0px 0px;
}
