html
{
	margin: 0;
	padding: 0;
}

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


div,span,a,img,input,form,li,ul,table,td
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border:none;
	margin: 0;
	padding: 0;
}

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


#menu {
position:fixed;
top:0px;
left:0px;
width: 100%;
height:100px;
z-index: 200;

border-bottom: 5px #FFFFFF solid;

background-color: #000000;
background-image: url(images/fondomenus.jpg);
background-repeat: no-repeat;
	
text-align: center;
font-size: 19px;
word-spacing: 15px;

}

#rahmen {
position:relative;
width: 100%;
margin-top: 105px;
z-index: 10;

}


#menu p {
padding-top: 20px;
text-align: center;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover, #menu a.selected {
	color: #FF0000;
}

.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;
}

