img { border: none; }

a:link { color: #aaaaaa; text-decoration: underline; }
a:visited { color: #aaaaaa; text-decoration: underline; }
a:active { color: #fc8600; text-decoration: underline; }
a:hover { color: #fc8600; text-decoration: underline; }

a.note:link { color: #fc8600; text-decoration: underline; }
a.note:visited { color: #fc8600; text-decoration: underline; }
a.note:active { color: #fc8600; text-decoration: underline; }
a.note:hover { color: #fc8600; text-decoration: underline; }

.spacer5 { height: 5px; }
.spacer24 { height: 24px; }

/* für den gesamten Bereich */
.body { 
	margin: 0px 0px 0px 0px;
	font-family: 'Segoe UI', Tahoma, 'Lucida Grande', Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
	color: #aaaaaa;
	background-color: #000000;
}

/* die gesamte Fläche */
.main {
	position: absolute;
	width: 980px;
	/* folgende Attribute zentrieren den Container: */
	left: 50%;
	margin-left: -490px;
}

.img {
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	vertical-align: bottom;
}

.double-img {
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	vertical-align: bottom;
}

.second-img {
	position: absolute;
	left: 500px;
}

.second-caption {
	position: absolute;
	left: 500px;
}

.caption {
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.caption-text {
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
}

/* –––––––––– Kopfbereich –––––––––– */

.title {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 18px;
	color: #aaaaaa;
}

.titleLink {
	width: 240px;
	position: relative;
	left: 740px;
	top: -17px; /* -12 */
	text-align: right;
	
	/* margin-top: 20px; */
	margin-bottom: -12px;
	/* font-size: 18px; */
	color: #aaaaaa;
}

/* –––––––––– Bodenbereich –––––––––– */

/* horizontale Punktlinie */
.points_bottom {
	width: 980px;
	height: 24px;
	background-image: url(img/point_h_dark.png);
	background-repeat: repeat-x;
	background-position: -5px 23px;
}

.bottom {
	width: 980px;
}

.impressum {
	width: 480px;
	position: relative;
	left: 500px;
	top: -64px; /* -12 */
	text-align: right;
}

/* versteckter Flagcounter */
.flagcounter-hidden {
	/* position: relative; */
	visibility:hidden;
	/* top: -54px; */
	/* left: 550px; */
}
