@charset "utf-8";

/* CSS Document */

.gross{
	float: left;
	height: 800px;
	width: 1024px;
	background-color: f8bfde;
}
.header{
	float: left;
	height: 126px;
	width: 1024px;
}
.pic_left{
	position: absolute;
	left: 1019px;
	top: 153px;
	float: left;
	height: 350px;
	width: 200px;
}

body {
	background-color: ffffff;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
.content {
	position: absolute;
	top: 133px;
	height: 600px;
	width: 700px;
	left: 200px;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DC195B;
}

div#clink
{left: 0px; font: 16px arial, sans-serif; width: 160px; position: absolute; top: 150px}

#navcontainer ul {
	padding: 0;
	margin:5px 0 3px 33px;
	color: #FFFFFF;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	height: 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	position: absolut;
	top: 250px;
	left: 0px;
	width: 1024px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	height: 25px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 1;
    } 


#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ffffff;
}

#navcontainer ul li a:hover {
	background-color: #616161;
	color: #ffffff;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E31A5E;
}
.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.text_aktion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #E31A5E;
	text-align: center;	
}

.Stil1 {
	font-size: 14px;
	color: #ACA899;
}

