/* CSS Document */

/* einsttellungen basics*/
* {
	margin: 0;
	padding: 0;
}
p,li, h1,h2,h3,h4 {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}
img {
	border: 0;
}

span.main {
	margin-left: 20px;
}
span.main-2 {
	margin-left: 200px;
}


/* clearfix fuer alle browser */
.cf {
	clear: both;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE-mac \*/
* html .cf {
	height: 1%;
}
/* clearfix end */

.left {
	float: left;
}
.right {
	float: right;
}




body {
	background-color: #fff; /* to be changed */
	color:inherit;
	margin-top: 13px;
	font: 12px normal,Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

  /* styles for IE 5 Mac */
 #horizon {
 	background-image:url(hg_01.jpg);
 	background-repeat: repeat-x;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 /* following rules are invisible to IE 5 \*/
 #horizon {
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -350px;
	text-align: center;
	min-width: 991px;
 	background-image:url(hg_01.jpg);
 	background-repeat: repeat-x;
 }
 /* end IE 5 hack */ 

#wrapper { /* box um alles */
	width:  928px;
	height: 600px;
	margin:   0px auto;
	text-align: left;
	position: relative;
}


#head { /* headbereich */
	margin:0;
	padding:0;
	width: 928px;
	height: 153px;
	text-align:left;
}

#logo {
	float:left;
	margin-top:50px;
	padding:0;
	width: 381px;
	height: 77px;
}
#flash{
	float:left;
	width:  910px;
	height: 500px;
	margin:   0px auto;
	text-align: left;
}


