/*
	CSS für Crossfire Webseite
	
	erstellt durch:  Frank Köhler 	am: 01.03.2007
	geändert durch:	 Frank Köhler	am: 19.03.2007
	geändert durch:                 am: 
	geändert durch:                 am: 
	geändert durch:                 am: 

*/


/* *** Standard Schrift ******************************************** */
.CF-Style-Standard {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
/* *** Menu Schrift ******************************************** */
.CF-Style-Menu {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
/* *** Überschriften ******************************************** */
.CF-Style-Ueberschrift {
	font-family: Verdana;
	font-size: 14pt;
	font-style: normal;
	color: #FF9900;
}
.CF-Style-Headline {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #FF9900;
}
/* *** Fusstexte / Menu am Seitenende ******************************************** */
.CF-Style-Footer {
	font-family: sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #FF6600;
}
/* *** Formatierter Text für Redakteur Erklärungstexte *************************** */
.CF-Style-Redakteurtext {
	font-family: sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
}


/* *** Formatiertungen für Tabellen ****************************************************************** */
.CF-Tabelle-Header { /* Tabellen Überschriften (Header) */
	height: 30px;					/* Zeilen Höhe */
	background-image: url(../Grafiken/Tabellen/Background-Tabelle-Header.gif);
	background-repeat: no-repeat;			/* Zeilen Hintergrund nicht wiederholen */
	background-position: right;			/* Grafikausrichtung von rechts beginnen */
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.CF-Tabelle-Zeile-gerade { /* Standard Tabellen Zeilen */
	background: url(../Grafiken/Tabellen/Background-Tabelle-Zeile1.jpg) repeat-x top;
}
.CF-Tabelle-Zeile-ungerade { /* ungerade Tabellen Zeilen */
	background: #FFF8E8 url(../Grafiken/Tabellen/Background-Tabelle-Zeile2.jpg) repeat-x;
}
.CF-Tabelle-Zelle { /* Tabellen Zellen */
	padding: 10px 7px;				/* Zelle Box Auffüllung - oben und unten 10 - links und rechts 7 */
	border-top: 1px solid #FFCA5E;			/* Zelle Linie oben */
	border-right: 1px solid #DDDDDD;		/* Zelle Linie rechts */
	text-align: left;				/* Zelle Textausrichtung links */
	vertical-align: middle;				/* Zelle Vertikale Ausrichtung Mitte */
}
/* **************************************************************************************************** */



input.Buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	border:0px solid #FFFFFF;
	background-image: url(../Grafiken/Sonstige/Button-Normal.gif);
	width:120px;
	height:31px;
	background-repeat: no-repeat;
	font-weight: bold;
	background-color: transparent;
}

input.Buttons-Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	border:0px solid #FFFFFF;
	background-image: url(../Grafiken/Sonstige/Button-Hover.gif);
	width:120px;
	height:31px;
	background-repeat: no-repeat;
	font-weight: bold;
	background-color: transparent;
}

input.Textfelder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	border:1px solid #FF6600;
	background-color: transparent;
}


.FrameFelder label {
     display: block;
     width: 5em;
     float: left;
}

* html fieldset {padding: 5px;} legend {
	margin-bottom: 4px;
	font-weight: bold;
	background-color: #FF9900;
	background-image: url(../Grafiken/Sonstige/Button-Normal.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border:0px solid #999;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

* html fieldset {
  border:1px dotted #CCCCCC;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
}

A:active { color: #FF9900; background-color: transparent; }
A:link {color: #4A5258;}
A:visited { color: #934900;}
A:hover { color: #FF9900;}



