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

/* KONTAKTFORMULAR */

form{
		background-color:#000000;
		color:#FFFFFF;
		width:auto; /*Breite des Formulars*/
		padding:0px;
		font-size: 12px;
		border: 0px;
}
label{ /*Beschriftung auf eigener Zeile*/
	display:block;
	cursor:pointer; /*Mauszeiger wird zur Hand*/
}

textarea {
	height: 7em;
}
/*weiße Eingabefelder*/
input#absender,
textarea {
    width: 250px;
    margin-bottom: 1em;
}
textarea {
    height: 7em;
}
input#absender:focus,
textarea:focus { /*Hintergrundfarbe für Eingabefelder*/
    background-color:#FFD39B;
}

/* ENDE KONTAKTFORMULAR */

html, body {
	height: 95%;
	background-color: #000000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#mastercontainer {
	height: 450px;
	width: 980px;
	margin-top: -225px;
	margin-left: -490px;
	padding: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color:#000000;
}

#linker_container {
	width: 250px;
	height: 450px;
	position:absolute;
	left: 0px;
	top:10px;
}

#content_container {
	position:absolute;
	left:250px;
	width: 474px;
	height: 100%;
	border:#ffffcc solid 3px;
	background-color:#000000;
}

#rechter_container {
	width: 250px;
	height: 450px;
	right: 0px;
	top: 10px;
	position:absolute;
}

#logo {
	background-image: url(../_images/ff-logo_klein.png);
	position:absolute;
	top:-20px;
	left: 80px;
	width: 264px;
	height: 75px;
	z-index: 10;
}

#logo a {
        display:block;
        width:100%;
        height:100%;
        text-decoration:none;
}

#logo a:hover {
        text-decoration:none;
}

#navigation {
	position:absolute;
	top:420px;
	left: 50%;
	margin-left: -253px;
	width: 506px;
	height: 80px;
	z-index: 20;
}

#subnavigation ul{
	width: 130px;
	height: auto;
	position: absolute;
	top: 110px;
	left: 150px;
	background-color:#000000;
	z-index: 100;
	list-style: none;
	margin: 5px 5px 10px 0px;
	padding: 5px 0px 5px 10px;
	border: 1px solid #FFFFCC;
}

a.subnav {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	color: #FFFFFF;
	line-height: 18px;
}

a.subnav:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.subnav:visited {
	text-decoration: none;
	color: #ffffff;
}

a.subnav:hover {
	text-decoration: underline;
	color: #ffffff;
}

a.subnav:active {
	text-decoration: underline;
	color: #ffffff;
}

#btn_home {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	background-image: url(../_images/btn_home_rot.png);
	font-size:0px;
}

a.btn_home { display: block; width:80px; height:80px; } 
a.btn_home:link { background-image: url(../_images/btn_home_rot.png); }
a.btn_home:visited { background-image: url(../_images/btn_home_rot.png); }
a.btn_home:hover   { background-image: url(../_images/btn_home_text.png); }
a.btn_home:active  { background-image: url(../_images/btn_home_text.png); }

#btn_leistungen {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 85px;
	float: left;
	font-size:0px;
}

a.btn_leistungen { display: block; width:80px; height:80px; } 
a.btn_leistungen:link { background-image: url(../_images/btn_leistungen_blau.png); }
a.btn_leistungen:visited {background-image: url(../_images/btn_leistungen_blau.png); }
a.btn_leistungen:hover   { background-image: url(../_images/btn_leistungen_text.png); }
a.btn_leistungen:active  { background-image: url(../_images/btn_leistungen_text.png); }

#btn_referenzen {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 170px;
	float: left;
	font-size:0px;
}

a.btn_referenzen { display: block; width:80px; height:80px; } 
a.btn_referenzen:link { background-image: url(../_images/btn_referenzen_lila.png); }
a.btn_referenzen:visited {background-image: url(../_images/btn_referenzen_lila.png); }
a.btn_referenzen:hover   { background-image: url(../_images/btn_referenzen_text.png); }
a.btn_referenzen:active  { background-image: url(../_images/btn_referenzen_text.png);}


#btn_medien {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 255px;
	float: left;
	font-size:0px;
}

a.btn_medien { display: block; width:80px; height:80px; } 
a.btn_medien:link { background-image: url(../_images/btn_medien_orange.png); }
a.btn_medien:visited { background-image: url(../_images/btn_medien_orange.png); }
a.btn_medien:hover   { background-image: url(../_images/btn_medien_text.png); }
a.btn_medien:active  { background-image: url(../_images/btn_medien_text.png); }

#btn_kontakt {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 340px;
	float: left;
	font-size:0px;
}

a.btn_kontakt { display: block; width:80px; height:80px; }
a.btn_kontakt:link { background-image: url(../_images/btn_kontakt_gelb.png); }
a.btn_kontakt:visited { background-image: url(../_images/btn_kontakt_gelb.png); }
a.btn_kontakt:hover   { background-image: url(../_images/btn_kontakt_text.png); }
a.btn_kontakt:active  { background-image: url(../_images/btn_kontakt_text.png); }

#btn_partner {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 425px;
	float: left;
	font-size:0px;
}

a.btn_partner { display: block; width:80px; height:80px; } 
a.btn_partner:link { background-image: url(../_images/btn_partner_gruen.png); }
a.btn_partner:visited { background-image: url(../_images/btn_partner_gruen.png); }
a.btn_partner:hover   { background-image: url(../_images/btn_partner_text.png); }
a.btn_partner:active  { background-image: url(../_images/btn_partner_text.png); }


#stylesheetswitcher {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FF833e;
	text-align:left;
	position: absolute;
	left:100px;
	margin: 5px 10px 0px 0;
}

#kontaktimpressum {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ff9864;
	text-align:left;
	position: absolute;
	right:0px;
	margin: 5px 10px 0px 0;
}

#headline {
	width: auto;
	position: absolute;
	left: 70px;
	top: 50px;
}

.h1green {
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF9864;

}

.h2green {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF9864;
	line-height: 50px;

}

#content {
	width: 360px;
	height: 300px;
	position: absolute;
	left: 70px;
	top:100px;
	overflow:auto;
	padding-right:20px;
}

p {
	font-size:12px;
	line-height: 18px;
	text-align: left;
}

#contentfotos {
	margin: 20px 0 20px 20px; 
	width: 150px; 
	height: auto; 
	float: right;
}

#reffotos {
	margin: 0px 0px 0px 100px;
	width: 150px;
	height: auto;
	float: right;
}

a{ font-weight:bold 
}

a:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #ff9864;
	text-decoration: none;
}

a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffcc;
	text-decoration: none;
}

a:focus {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	
}

a:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	
}
img{
	border:1px solid #ffffcc;
}

.pyrobeschreibung {
	text-align:left;
}

table {
	width:95% ;
	border: 0px;
}

.tablefont {
	font-size: 11px;
	line-height: 13px;
}

h3 {
	font-size: 14px;
}

