
/* -------------------------------------------------------------------- */
/* Cascading Stylesheets für www.schreiner.de 							*/
/* Copyright by Alexander Klank - [klank.media] www.klank-media.de		*/
/* -------------------------------------------------------------------- */

body {
	background-image:URL('../images/mainback_gradient.jpg');
	background-repeat:repeat-x;
}


/* Hintergrundfarbe, Schriftart, Schriftgröße der Unternavigationspunkte */
td.navi {
	color: ffffff;	
	font-size: 9pt;	
	font-family: arial, helvetica, verdana, sans-serif;	
	font-weight: bold;
}

td.subnavi {
	color: ffffff;	
	font-size: 8pt;	
	font-family: arial, helvetica, verdana, sans-serif;	
	font-weight: bold;
}

td.subsubnavi {
	color: ffffff;	
	font-size: 8pt;	
	font-family: arial, helvetica, verdana, sans-serif;	
	
}

/* Formulare: Textfelder, Buttons */
input{
	border: 1px solid #666666 1;	
	font-size: 11px;	
	font-family: verdana;
	color:#474747;		
	background: #ffffff;
}

.headerwhite
	{  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 8pt; color: #ffffff;}
	
/* Formulare: Listboxen */
select{
	border: 1 solid #336699;
	font-size: 11px;
	font-family: verdana;
	color:#474747;
	background: #ffffff;
}

/* Formulare: Textfelder */
textarea{
	border: 1 solid #666666;
	font-size: 11px;
	font-family: verdana;
	color:#474747;
	background: #ffffff;
}

.topbutton {
	font-size: 11px;	
	color:#000000;
	font-family: verdana;
	background-color:#02549d;
	height:46px;
	float:left;
	overflow:hidden;
	background-image:URL('../images/navi/corner_right.gif');
	background-position:right;
	background-repeat:no-repeat;		
}

.topbutton_active {
	font-size: 15px;	
	color:#333333;
	font-family: verdana;
	background-color:#008bff;
	height:46px;
	float:left;
	overflow:hidden;
	background-image:URL('../images/navi/corner_right_active.gif');
	background-position:right;
	background-repeat:no-repeat;		
}


/* Standard Text Normal. HINWEIS : Das Ändern der Schriftgröße bzw. Art kann das Layout des Shops beeinträchtigen */

/*.normal {
	font-size: 12px;	
	color:#333333;
	font-family: arial; */
}

.indicator {
	font-size: 12px;	
	color:#333333;
	font-family: arial;
}

.normalwhite {
	font-size: 12px;	
	color:#ffffff;
	font-family: verdana;
}

.normal_blau {
	font-size: 12px;	
	color:#2B4F99;
	font-family: verdana;
}

/* Text Normal in Tabellenueberschriften. HINWEIS : Das Ändern der Schriftgröße bzw. Art kann das Layout des Shops beeinträchtigen */
.normal_header {
	font-size: 11px;	
	color:#333333;
	font-family: verdana;
}

.white_header {
	font-size: 11px;	
	color:#ffffff;
	font-family: verdana;
}

/* Standard Text Klein. HINWEIS : Das Ändern der Schriftgröße bzw. Art kann das Layout des Shops beeinträchtigen */
.small {
	font-size: 8pt;	
	color:#333333;
	font-family: arial;
}

.galeriesmall {
	font-size: 7pt;	
	color:#333333;
	font-family: arial;
}

/* Standard Text Gross. HINWEIS : Das Ändern der Schriftgröße bzw. Art kann das Layout des Shops beeinträchtigen */
.big {
	font-size: 12px;	
	color:#999999;
	font-family: verdana;
}

.infobox-borders {
	 border-style:solid;
	 border-width:1px;
	 border-color:#00549a;
}

/* Formatierungen aus der alten SFC-Website. HINWEIS : Das Ändern der Schriftgröße bzw. Art kann das Layout des Shops beeinträchtigen */

.normal { color: #333333; font-style: normal; font-size: 9pt; font-family: Arial;}
.gross { color: #2B4F99; font-style: normal; font-size: 18px; font-family: Arial; text-align: center }
.fett { color: #2B4F99; font-style: normal; font-size: 12pt; font-weight:bold; font-family: Arial }
.mittel { color: #333333; font-style: normal; font-size: 11px; font-family: Arial; }
.mittelfett { color: #2B4F99; font-style: normal; font-size: 11pt; font-weight:bold; font-family: Arial }
.klein { color: #2B4F99; font-style: normal; font-size: 10pt; font-family: Arial; }
.winzig { color: #2B4F99; font-style: normal; font-size: 7pt; font-family: Arial; text-align: left }



/* Eigenschaften der Links (Farbe, Textattribute) bei normal, besucht, MouseOver, Mousedown */


A:link { color: 0069B9; text-decoration: underlined; } 
A:visited { color: 0069B9; text-decoration: underlined; } 
A:hover {color: #990000; text-decoration: underlined; } 
A:active {color: red; text-decoration: underlined; } 

a.topnavi:link { color: #ffffff; font-size: 9pt; font-weight:bold; font-family: Arial;text-decoration:none;padding-left:5px;padding-right:10px; }
a.topnavi:visited { color: #ffffff; font-size: 9pt; font-weight:bold; font-family: Arial;text-decoration:none;padding-left:5px;padding-right:10px; }
a.topnavi:hover { color: #cccccc; font-size: 9pt; font-weight:bold; font-family: Arial;text-decoration:none;padding-left:5px;padding-right:10px; }

