.STIFTbaustelle {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8125em;
	background-color: #FFFFFF;
	color: #333333;
	padding-right: 20px;
	padding-left: 30px;
	text-align: left;
	line-height: 1.5em;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 20px;
	padding-bottom: px;
}
.bg {
	background-image: url(pics/bg/sblock.png);
	background-attachment: fixed; /* set scroll to hold the pictur at the top / set fixed for the bottom version/for promotion */
	background-repeat: no-repeat;
	background-position: 765px bottom; /* set: 765px -236px; for the pictur at the top / set: 765px bottom; for the bottom version/for promotion */
}


/* ----------------------- Farben/Color ----------------------- */
.color-red {color: #aa1b22}


/* ----------------------- Link-Formate ----------------------- */
a:link {
	color: #aa1b22;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}



a.red-black {
	color: #aa1b22;
	text-decoration: none;
}

a.red-black:hover {
	color: #000000;
	text-decoration: underline;
}


a.red-black2 {
	color: #aa1b22;
	text-decoration: none;
}

a.red-black2:hover {
	color: #000000;
	text-decoration: none;
}


a.black-red {
	color: #000000;
	text-decoration: none;
}

a.black-red:hover {
	color: #aa1b22;
	text-decoration: none;
}



a.black-gray {
	color: #000000;
	text-decoration: none;
}

a.black-gray:hover {
	color: #666666;
	text-decoration: none;
	cursor: wait;
}

a.gray-black {
	color: #666666;
	text-decoration: none;
}

a.gray-black:hover {
	color: #000000;
	text-decoration: none;
	cursor: wait;
}