
/* -------------------------------------------------------------------- */
/* Cascading Stylesheets							*/
/* Copyright by Alexander Klank - [klank.media] www.klank-media.de		*/
/* -------------------------------------------------------------------- */



/* Hintergrundfarbe, Schriftart, Schriftgröße der Unternavigationspunkte */
td.navi {
	color: ffffff;	
	font-size: 12px;	
	font-family: arial, helvetica, verdana, sans-serif;	
	font-weight: bold;
}


/* Formulare: Textfelder, Buttons */
input{
	border: 1px solid #666666;
	border-color: #2B4F99;	
	font-size: 11px;	
	font-family: verdana;
	color:#474747;	
	background: #ffffff;
}

/* Formulare: Listboxen */
select{
	border: 1px solid #336699;
	border-color: #2B4F99;
	font-size: 11px;
	font-family: verdana;
	color:#474747;	
	background: #ffffff;
}
/* Formulare: Checkboxen, Radiobuttons */
.Check, .Radio { 
	border: 2px solid #336699;
	border-color: #2B4F99;
	font-size: 14px;
	font-family: verdana;
	color:#474747;
	background: #ffffff;
}

/* Formulare: Textfelder */
textarea{
	border: 1px solid #666666;
	border-color: #2B4F99;
	font-size: 11px;
	font-family: verdana;
	color:#474747;
	background: #ffffff;
}

.topnavi {
	font-size: 11px;	
	color:#000000;
	font-family: verdana;
}


.indicator {
	font-size: 12px;	
	color:#333333;
	font-family: arial;
}

.normalwhite {
	font-size: 12px;	
	color:#ffffff;
	font-family: verdana;
}


/* Formatierungen aus der alten SFC-Website. HINWEIS : Das Ändern der Schriftgröße bzw. Art kann das Layout des Shops beeinträchtigen */

.normal { color: #2B4F99; font-style: normal; font-size: 14px; font-family: Arial; text-align: left; line-height: 18px }
.gross { color: #2B4F99; font-style: normal; font-size: 18px; font-family: Arial; text-align: center }
.fett { color: #2B4F99; font-style: normal; font-size: 16px; font-weight:bold; font-family: Arial }
.mittel { color: #2B4F99; font-style: normal; font-size: 14px; font-family: Arial; line-height: 16px }
.english { color: #660033; font-style: normal; font-size: 14px; font-family: Arial; line-height: 16px }
.mittelfett { color: #2B4F99; font-style: normal; font-size: 11pt; font-weight:bold; font-family: Arial }
.klein { color: #2B4F99; font-style: normal; font-size: 13px; font-family: Arial; }
.winzig { color: #2B4F99; font-style: normal; font-size: 9px; font-family: Arial; text-align: left }
.weiss { color: White; font-style: normal; font-size: 9px; font-family: Arial; text-align: left }
.black { color: black; font-style: normal; font-size: 13px; font-family: Arial; }
.formular { color: #2B4F99; font-style: normal; font-size: 12px; font-family: Arial; text-align: right; line-height: 16px }
.formular2 { color: #2B4F99; font-style: normal; font-size: 12px; font-family: Arial; text-align: left; line-height: 16px; }




/* Eigenschaften der Links (Farbe, Textattribute) bei normal, besucht, MouseOver, Mousedown */


A:link { color: red; text-decoration: underline; } 
A:visited { color: red; text-decoration: underline; } 
A:hover {color: #990000; text-decoration: underline; } 
A:active {color: red; text-decoration: underline; } 
