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

*{
	margin:0px auto;
	}
html{ 
	height: 100%;
	} 

body{
	min-height: 101%; 
	background-image:url(../images/stripes01_1200.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#000000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.7em;
	}
#haupt{
	background-color:#424242;
	width:900px
	}
#top{
	height:220px;
	background-image:url(../images/logos/logo_900x220.gif);
	}
	
	
/* =========== Menüverhalten ============ */
ul{
	font-size:1.3em;
	padding:17px 0px 0px 80px;
	font-weight:bold;
	}
li{
	display:inline;
	color:#999;
	}
a{
	text-decoration:none;
	color:#999;
	padding:5px;
	}
a:hover{
	color:#a07f51;
	}
a:active{
	color:#fff;
	}
.aktuell{
	color:#fff;
	}
	
	
/* =========== Textfelder ============ */
#text{
	background-color:#424242;
	width:430px;
	color:#fff;
	padding:20px 0px 20px 20px;
	float:left;
	text-align: justify;
	}

/*** FAIRRANK BOF ***/
.text{
	background-color:#424242;
	width:430px;
	color:#fff;
	padding:20px 0px 20px 20px;
	float:left;
	text-align: justify;
}
.text p {
	line-height:15px;
	margin:3px 0 15px 0;
	}	
	
h1 {
	font-size:13px;
	margin:0px 0px 7px 0px;
	padding:0px;
}

h2 {
	font-size:12px;
	text-align:right;
	color:#fff;
	margin-top:10px;
	margin-bottom:15px;
}

h3 {
	font-size:11px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	text-align:left;
}

h4 {
	font-size:12px;
	display:inline;
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-decoration:underline;
}

h5 {
	font-size:11px;
	display:inline;
	margin:0px;
	padding:0px;
	font-weight:normal;	
}

h6 {
	font-size:11px;	
	display:inline;
	font-weight:normal;
	margin:0px;
	padding:0px;
}	
		
/*** FAIRRANK EOF ***/	
	
/* =========== Bildfeld ============ */
#bild{
	text-align:right;
	color:#FFF;
	height:360px;
	padding:0px 20px 0px 0px;
	width:430px;
	background-image:url(../images/team/team_in_film.jpg);
	float:left;
	}
	
	
/* ====================== FUSS ======================== */
/* ==================== Fußzeile ====================== */
/* ==================================================== */
#fuss{
	text-align:center;
	background-color:#a08051;
	height:15px;
	clear:both;
	color:#000;
	padding:5px;
	font-family:Tahoma, Geneva, sans-serif;
	}
#fuss a{
	color:#424242;
	}
#fuss a:hover{
	color:#fff;
	}
#fuss .aktuell{
	color:#fff;
	}
