@CHARSET "ISO-8859-1";
table#impressumTable{
	text-align: left;
	font-family : Arial;
 	font-size: 10pt;
 	color: #5C5B60;
 	width: 100%;
}

.contentCellCenter{
	text-align: left;

}

td#left{
	width: 50%;
}

td#right{
	width: 50%;
}

div#impressum{
	width: 700px;
	height: 300px;
	overflow: hidden;
	text-align: left;
	padding: 10px;
	border: 1px solid #00ff00;
}

div#impressumLeft{
	width: 340px;
	height: 300px;
	overflow: hidden;
	text-align: justify;
	border: 1px solid #00ff00;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
}

div#impressumRight{
	width: 340px;
	height: 300px;
	overflow: hidden;
	text-align: justify;
	position: relative;
	bottom: 0px;
	left: 350px;
	z-index: 10;
	border: 1px solid #ff0000;
}


.impressumTmpTable{
	width: 700px;
	height: 300px;
	padding: 10px;
	border: 0px solid #00ff00;
	font-family : Arial;
 	font-size: 10pt;
 	color: #5C5B60;
}

.impressumLeftTmp{
	width: 200px;
	height: 300px;
	text-align: justify;
	border: 0px solid #00ff00;
	padding: 10px;
}

.impressumRightTmp{
	width: 500px;
	height: 300px;
	text-align: justify;
	border: 0px solid #ff0000;
	padding: 10px;
}


a#impressumLink:link, a#impressumLink:active, a#impressumLink:visited{
	text-decoration: none;
	color : #819DAE;
	text-decoration:none
}

a#impressumLink:hover		{ 
	text-decoration: none;
	color : #5C5B60;
}
