body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	background-color: #000000;
	margin: 0;
	padding: 0;
}

/* -----------------   Div Layer --------------- */ 

.sprachauswahl {
	text-align:right;
	padding-right: 10px;
	padding-top: 10px;
}

.contents {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: solid 1px #FFFFFF;
	margin-right: 100px;
	background-repeat: no-repeat;
}
.contentsBlock {
	width: 500px;
	float:right;
	padding-top: 10px;
	padding-bottom: 10px;
}

.clearfloat { 
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0px;
}

.abstandText {
height: 50px;
width: 50px;
}




/* -----------------   Textformatierungen --------------- */

p{ text-align:justify; }

a, a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FF9D9D;
}

b {font-weight: bold; }


.headlineGross {
font-size: 45px; font-weight: bold; color: #FFFFFF; line-height: 42px; }

.headlineMittel {
	font-size: 19px;
	font-weight: bold;
}

.headlineGrossRot {
font-size: 45px; font-weight: bold; color: #FFFFFF; line-height: 42px; 
color: #FF0000;}
.headlineMittelRot {
	font-size: 30px;
	font-weight: bold;
	color: #FF0000;
}

.text10 {
	font-size: 10px;
}

.textRot {color: #FF0000}
.textGrau {color: #666666}
.text14Bold {
	font-weight: bold;
	font-size: 14px;
}
.text18Bold {
	font-weight: bold;
	font-size: 18px;
}

.copyright {
	font-size: 10px;
	text-align: right;
}

