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


* {
	margin:0;
	padding:0;
}
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
    }

a { text-decoration:none; }
a, a:link, a:visited {
	color: #ffffff;
}
a:hover {
	text-decoration:underline;
}
a:active {color: #4C1207;}


#content {
	height: 493px;
	width: 495px;
	padding: 0px;
	margin: 0px;
	background-image: url(../Links/Img/BG_Links.gif);
	z-index: 1;
}

#content_rechts {
	height: 450px;
	width: 350px;
	padding: 20px 10px 23px 30px;
	margin: 0px;
	background-image: url(../Links/Img/BG_Rechts.gif);
	z-index: 2;
}



#textfeld {
	height: 360px;
	width: 300px;
	padding: 150px 10px 20px 140px;
	overflow: auto;
}


h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}

h2 {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}

.HL {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 20px 0px 0px;
}

.HL_duenn {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 20px 0px 0px;
}

.SubHL {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.SubHL_aktiv {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

#aufzaehlung{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 100px;
	padding-top: 50px;
}
#Auf_index {
	height: 496px;
	width: 495px;
	padding-left: 495px;
	float: left;
	clear: none;
	position: absolute;
	top: 56px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 1;
}

#flash_show {
	height: 496px;
	width: 495px;
	left: 495px;
	float: left;
	clear: none;
	position: absolute;
	top: 56px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 3;
}
#flash_Text {
	height: 496px;
	width: 495px;
	padding-left: 495px;
	float: left;
	clear: none;
	position: absolute;
	top: 59px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 3;
}

.copy {
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.copy_bold {
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

#navigation {
	padding: 0px;
	height: 56px;
	width: 990px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	background-image: url(../Links/Img/BG-Navi.gif);
}



#agb_head {
	width: 495px;
	padding: 10px;
	margin: 0px;
	background-color:#FFFFFF;

}
#agb {
	width: 495px;
	padding: 20px;
	margin: 10px;
	background-color:#BC2716;

}
