<style type="text/css">
	body.bg{
		margin-left:0px; 
		margin-right:0px; 
		margin-top:0px; 
		margin-bottom:0px;
	}
	body{
		scrollbar-base-color:#82848a;
		scrollbar-face-color:#82848a;
		scrollbar-track-color:#82848a;
		scrollbar-highlight-color:#82848a; 
		scrollbar-darkshadow-color:#82848a; 
		scrollbar-arrow-color :#D6D4CE; 
		scrollbar-3dlight-color:#D6D4CE;
		scrollbar-shadow-color:#D6D4CE;
	}
	table.bg
	{
		background-color:#82848a;
	}
	td.heins{
		color:#FFFFFF; 
		background-color:#82848a;
		font-family:verdana, arial, helvetica; 
		font-size:10pt; 
		font-weight:bold;
	}

	td.hzwei{ 
		color:#d6d4ce;
		background-color:#82848a;  
		font-family:verdana, arial, helvetica; 
		font-size:10pt; 
		font-weight:normal;
	}	
	
	td.text{ 
		color:#d6d4ce;
		background-color:#82848a;  
		font-family:verdana, arial, helvetica; 
		font-size:10pt; 
		font-weight:normal;
	}
	
	td.frame{ 
		color:#696a6d;
		background-color:#c2c4c7;
		font-family:verdana, arial, helvetica; 
		font-size:8pt; 
		font-weight:normal;
	}
	td.frame2{ 
		color:#c2c4c7;
		background-color:#696a6d;  
		font-family:verdana, arial, helvetica; 
		font-size:9pt; 
		font-weight:normal;
	}

	.form{
		border-color:#64738B; 
		border-style:solid; 
		border-width:0px; 
		background-color:#696a6d; 
		font-family:verdana, arial, helvetica; 
		font-size:10pt; color:#D6D4CE;
	}
	.ar{
		border-color:#64738B; 
		border-style:solid;
		border-width:0px; 
		background-color:#696a6d; 
		font-family:verdana, arial, helvetica; 
		font-size:10pt; color:#D6D4CE;
	}
	.check{
		color:#ff3300;
		font-family:verdana, arial, helvetica; 
		font-size:10pt;
		vertical-align:middle; 
		text-align:center; 
	}	
/* --------------------------------------- neues css -------------------------------------- */
body{
	background:#000000;
}
#header
{
	width:878px;
	height:197px;
	/* border:solid red 1px; */
	padding:1px; /* ohne padding, margin oder Rahmen fallen die Boxen zusammen wenn Sie nicht gefloatet sind ! */
	margin:0px;
	background:url('images/header/substance-header.jpg');
	overflow:hidden;
}
#header h1
{
	display:none;
}
h1, h2, h3
{
	font-family:Arial; 
	color:#eeeeee;
	font-weight:bold;
	padding:0px;
	margin-top:1em;
}
h1
{
	font-size:14pt; 
}
h2
{
	font-size:12pt; 
}
h3
{
	font-size:9pt; 
}
a{
	font-family:Arial; 
	font-size:9pt; 
	color:#ffffff; 
	text-decoration:none;
}
a:hover{ 
	text-decoration:underline;
}
.text
{
	color:#c2c4c7;
	font-family:Arial; 
	font-size:9pt; 
	font-weight:normal;
}
a.projectimage
{
	border-color:#444444;
	border-style:solid;
	border-width:1px;
	height:80px;
}	
a.projectimage:hover
{
	border-color:#ffffff;
}	

#pagecenter
{
	position:absolute;
	width:880px;
	margin-left:-440px;
	left:50%;
	margin-top:10px;
	background-color:#454545;
	padding:0px;
}
#threecolumncontainer
{
	width:880px;
	background: url('images/content/column_bg.gif') repeat-y;
	position:relative;
	top:0px;
}
#left
{
	float:left;
	width:200px;
	padding:0px;
	padding-top:12px;
	margin:0px;
}
#left ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-left:35px;
	margin-top:5px;
	margin-bottom:5px;
} 
#hrleft
{
	color:#777777;
	background-color:#777777;
	height:1px;
	border:none;
	width:80%;
}
#content
{
	float:left;
	width:440px;
	margin:0px;	
	padding-left:35px;
}
#right
{
	float:right;
	width:190px;
	padding:0px;
	margin:0px;
	text-align:center;
}
#right p /* Absatz im rechten Rahmen = Adresse */
{
	margin-top:20px;
}
#hrright
{
	display:none;
}
#clearfloat
{
	float:none;
	clear:both;
	width:1px;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	height:0px;
}
</style>