@charset "utf-8";
/* CSS Document */


h5 {font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
	color: #c32525;
}
#layer_datenschutz {
	position: absolute;
	width: 1800px;
	height: 2550px;
	z-index: 1;
	background-image: url(../images/layer/layer_2550.png);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;
	background-color: #D4BF8E;
}

#con_datenschutz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	position: absolute;
	width: 746px;
	height: 2064px;
	z-index: 3;
	left: 332px;
	top: 420px;
	padding-left: 10px;
	padding-right: 25px;
}

#con_datenschutz a:link {
	color: #000;
	text-decoration: underline;
}

#con_datenschutz a:visited {
	text-decoration: none;
}

#con_datenschutz a:hover {
	text-decoration: underline;
	color: #c32525;
}

#con_datenschutz a:active {
	text-decoration: underline;
	color: #000;
}
