/*****************************************************************************************
FFFK Website
*****************************************************************************************/

/* Farben

bg: #262626
weiß: #f0f0f0
orange: #ff712c
menu bg: #555555
menu hover: #777777

*/



#vorschau {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 290px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	padding: 0px 0px 0px 0px;
	height: 450px;
	position:relative;
	left: -71px;
	top:-38px;
    }
#fotoanzeige {
	position:relative;
	left: -70px;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 290px;
	margin-top: 0px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:15px;
    } 

#foto {
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	}


/* Grafik für die Ergebnisse von Bewertungen und Jurierungen
Diese wird aus einem Hintergrund aufgebaut, der die Zahlen enthält
und einem Overlay, welches entsprechend dem Ergebnis verschoben wird */
.ergebnisBG {
	background-image: url(../images/slider_bg.png);
	height: 34px;
	width: 340px;
	overflow: hidden;
}

.ergebnisBGdick {
	background-image: url(../images/slider_bg_dick.png);
	height: 34px;
	width: 340px;
	overflow: hidden;
}

.ergebnisOVL {
	background-image: url(../images/slider_overlay.png);
	position: relative;
	height: 34px;
	width: 340px;
	overflow:hidden;
}


/* Einstellungen für den YUI Slider
dieser ist das Instrument für die Bewertungen */
#slider-bg, #slider-bg2, #slider-bg3, #slider-bg4 {
    background:url(../images/slider_bg.png) 0px 0 no-repeat;
	position:relative;
	left:-20px;
	height:34px;
	width:340px;
}


.yui-h-slider .yui-slider-thumb{
	position:relative;
	width:40px;
	cursor:e-resize;
	}
	
/*kleine Tankanzeige */
.tankanzeigeBG {
    /*background:url(../images/tankanzeige_bg.gif) 0px 0 no-repeat;*/
	position:relative;
	height:3px;
	width:100%;
	overflow:hidden;
	z-index:800;
}

.tankanzeigeOVL {
	background-image: url(../images/tankanzeige_ovl.png);
	position: relative;
	height: 3px;
	width: 100%;
	top:-5px;
	/*overflow:hidden;*/
	z-index:801;
}





.geheim {
	visibility:hidden;
}



h1 {
	font-size: 1.5em;
}
h2, th {
	font-size: 1.2em;
}


p {
	font-size: 1.0em;
}


/* Bildunterschriften */
.bu {
	font-size: 0.8em;
}


/* Autorennennungen */
.autor {
	font-size: 1.0em;
}

/* Nur für den Hinweis im Menübereich */
.copyright {
	font-size: 0.6em;
	color:#555555;
}


.buttonstd {
	width: 300px;
}

.formfehler {
	color:#ff712c;
}

.versteckt {
	text-decoration:none;
}


.warnung {
	border: 2px solid #ff712c;
	padding: 10px;
	margin-bottom: 10px;
}

.bilderrahmen {
	border: 4px solid #555555;
}


/* alle Links bekommen diese Eigenschaften
es gibt aber verschiedene Zustände eines Links. Daher diese "Pseudoklassen" */
a {
	color: #f0f0f0;
}

a:visited {
	color: #f0f0f0;
}

a:active {
	color: #f0f0f0;
}

a:hover {
	color: #ff712c;
}



/* alle Eingabefelder sollten gleich breit und schön ebenmäßig sein */
input, textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	background-color: #a6a6a6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 300px;
}

select {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	background-color: #a6a6a6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* die HR bekommt ein schlichtes grau
die Newline ist eine HR in orange */
hr {
	background-color:#555555;
	height: 1px;
	border: 0px;
	}
	
.newsline {
	background-color:#ff712c;
	}
	
.wichtig {
	color:#ff712c;
}

.unwichtig {
	font-size: 0.8em;
	color:#777777;
}


/* Radiobuttons und Checkboxen sollten wieder eine normale Breite bekommen */
.radionormal {
	background-color: #262626;
	width:20px;
}



/* Die rechte Spalte ist die Promo-Area
hier werden Promas angezeigt.
News ist ein besonders auffälliges Promo */
#promoarea {
	float:right;
	width:185px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
}

.news {
	padding: 5px;
	border: 2px solid #ff712c;
	margin-bottom: 10px;
	font-size: 0.75em;
}

.promo {
	padding: 5px;
	border: 2px solid #555555;
	margin-bottom: 10px;
	font-size: 0.75em;
}


th.tableduenn {
	font-size: 0.8em;
	background-color: #555555;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #f0f0f0;
}

td.tableduenn {
	font-size: 0.8em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
}


#zweiSpaltLinks {
	float:left;
	margin-right: 200px;
}



/* diese zwei Klassen sind für den Spamschutz
beim Kontaktformular und öffentlichen Eingaben nötig */
.spam1 {
	color:#777777;
}

.spam2 {
	color:#ff712c;
	font-weight:bold;
}


/* diese Klasse wird z.B.
 um jeden Kommentar oder
 jeden Eintrag im News-Archiv
 und Kalender-Archiv gesetzt */
.abschnitt {
	border: 2px solid #555555;
	padding:10px;
	overflow: auto;
	font-size: 0.9em;
}


td .hell {
	background-color:#777777;
}

td .dunkel {
	background-color:#555555;
}

#mainContent table .lufttabelle {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ffffff;
	border-bottom-color: #555555;
}


#webheader {
	/* Logo weiß auf schwarz */
	visibility:visible;
}

#printheader, #fotoanzeigeprint, #printfooter {
	/* logo schwarz auf weiß */
	visibility:hidden;
	display:none;
}

