*
{
	margin:0;
	padding:0;
	font-size:100%;
	border:none;
}

*:focus
{
	outline:none;
}

body
{
	background-color:#dae1e9;
	background-image:url(../img/site/bodyBG.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
}

#head
{
	width:941px;
	height:110px;
	margin:0 auto;
	background-color:#eaf1f8;
	background-image: url(../img/site/headBG_edit.jpg);
	background-repeat:no-repeat;
	background-position:-2px bottom;
}

#content
{
	min-height:490px;
	background-color:#FFF;
	overflow:auto;
	
}

#contentWrapper
{
	width:941px;
	margin:0 auto;
	line-height:18px;
}

#linkeSpalte
{
	float:left;
	width:550px;
	margin-left:70px;
	margin-top:20px;
}

#linkeSpalte.impressionen
{
	width:800px;
}


#rechteSpalte
{
	float:left;
	width:220px;
	margin-left:30px;
	margin-top:20px;
}

#footer
{
	background-image:url(../img/site/footBG_edit.jpg);
	background-repeat:repeat-x;
	height:70px;
	font-size:10px;
	color:#565656;
}