@charset "utf-8";

/********************/
/*  Allgemeines		*/
/********************/

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background: #ffffff url('/grafik/background.gif') repeat-x;
	margin: 0px;
	padding: 0px;
	
}

body.full,
body.home {
	background-color: #000000;	
}

#top {
	display: none;
}

.clr {
	clear: both;	
}


#page {
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
}

.full #page,
.home #page {
	min-height: 500px;
}

.home #page {
	background: url('/grafik/fire_home.jpg') no-repeat bottom;
}

#header {
	display: block;
	height: 294px;	
	position: relative;
	width: 1024px;
	margin: 0;
	padding: 0;
	z-index: 10;	
}

#header.feuerhelden {
	background: url('/grafik/header_feuerhelden.jpg') no-repeat bottom left;	
}

#header.show {
	background: url('/grafik/header_show.jpg') no-repeat center;	
}

#header.kontakt {
	background: url('/grafik/fire_home.jpg') no-repeat bottom;	
}

#navigation {
	display: block;
	padding: 26px 0 0 28px;
	width: 111px;
	
}

#navigation a {
	display: block;
	width: 111px;
	height: 12px;
	text-indent: -40000px;
	overflow: hidden;
	margin-bottom: 5px;
}

#navigation a#nav_feuerhelden { background: url('/grafik/navi/feuerhelden_lo.gif') no-repeat; }
#navigation a#nav_show { background: url('/grafik/navi/show_lo.gif') no-repeat; }
#navigation a#nav_video { background: url('/grafik/navi/video_lo.gif') no-repeat; }
#navigation a#nav_bilder { background: url('/grafik/navi/bilder_lo.gif') no-repeat; }
#navigation a#nav_downloads { background: url('/grafik/navi/downloads_lo.gif') no-repeat; }
#navigation a#nav_kontakt { background: url('/grafik/navi/kontakt_lo.gif') no-repeat; }

#navigation a#nav_feuerhelden.act,#navigation a#nav_feuerhelden:hover  { background: url('/grafik/navi/feuerhelden_hi.gif') no-repeat; }
#navigation a#nav_show.act,#navigation a#nav_show:hover { background: url('/grafik/navi/show_hi.gif') no-repeat; }
#navigation a#nav_video.act,#navigation a#nav_video:hover { background: url('/grafik/navi/video_hi.gif') no-repeat; }
#navigation a#nav_bilder.act,#navigation a#nav_bilder:hover { background: url('/grafik/navi/bilder_hi.gif') no-repeat; }
#navigation a#nav_downloads.act,#navigation a#nav_downloads:hover { background: url('/grafik/navi/downloads_hi.gif') no-repeat; }
#navigation a#nav_kontakt.act,#navigation a#nav_kontakt:hover { background: url('/grafik/navi/kontakt_hi.gif') no-repeat; }

#fnav {
	display: block;
	position: absolute;
	top: 26px;
	right: 30px;
	width: 39px;
}

#fnav a {
	display: block;
	text-indent: -40000px;
	overflow: hidden;
	width: 43px;
	height: 8px;
	margin-bottom: 3px;
}

#fnav a#fnav_english { background: url('/grafik/navi/english_lo.gif') no-repeat; }
#fnav a#fnav_home { background: url('/grafik/navi/home_lo.gif') no-repeat; }
#fnav a#fnav_deutsch { background: url('/grafik/navi/deutsch_lo.gif') no-repeat; }

#fnav a#fnav_english.act, #fnav a#fnav_english:hover { background: url('/grafik/navi/english_hi.gif') no-repeat; }
#fnav a#fnav_home.act,#fnav a#fnav_home:hover { background: url('/grafik/navi/home_hi.gif') no-repeat; }
#fnav a#fnav_deutsch.act,#fnav a#fnav_deutsch:hover { background: url('/grafik/navi/deutsch_hi.gif') no-repeat; }



#header #text_homepage {
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	width: 390px;
	position: absolute;
	top: 260px;
	left: 300px;
}

#content {
	display: block;
	margin: 20px 0 20px 28px;
	clear: both;
}

#content .feuerheld {
	display: block;
	width: 245px;
	float: left;
}

#content .feuerheld h2,
#content.zweispaltig .spalte h2 {
	display: block;
	padding: 0px;
	margin: 0px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
}

#content .feuerheld span,
#content.zweispaltig .spalte span {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;	
	padding: 0 30px 0 0;
	line-height: 15px;
}

#content.zweispaltig {
	margin: 20px auto 20px auto;
	clear: both;
	width: 490px;
}

#content.zweispaltig .spalte {
	display: block;
	width: 235px;
	float: left;
}

#content_galerie {
	display: block;
	position: absolute;
	width: 1024px;
	height: 500px;	
	top: 0px;
	left: 0px;
	z-index: 1;
	display: block;
	margin: 20px 0 20px 28px;
	clear: both;
}

#content_galerie #bilder {
	display: block;
	text-align: center;
}	

#leiste {
	display: block;	
	padding: 20px 0 120px 0;
}

#leiste div.thumb {
	display: block;
	float: left;	
}

#leiste div.thumb a {
	height: 95px;
}

#content_downloads {
	display: block;
	position: absolute;
	width: 600px;
	height: 500px;	
	top: 8px;
	left: 260px;
	z-index: 12;
	display: block;
	margin: 20px 0 20px 28px;
	clear: both;
}

#content_downloads .bild {
	display: block;
	width: 170px;	
	float: left;
	margin: 0 15px 20px 0;
	
}

#content_downloads .bild  img {
	border: 1px solid #fff;	
}


#content_downloads span {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	display: block;
	padding: 5px 0 0 0;
}

#content_downloads span a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

#content_video {
	display: block;
	position: absolute;
	width: 640px;
	height: 400px;	
	top: 88px;
	left: 160px;
	z-index: 12;	
}

