/* Filename: shopstyles.css */
/* Zweck: Beinhaltet alle Schrift-, Farb-, und Hintergrundeinstellungen                          */

.titel { color: black; font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold;}
.titelred { color: red; font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold;}
.stdred { color: red; font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;}
.small { font-style: normal; line-height:15px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
.smallgrau { color:#666666; line-height:15px; font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}


/* Farbe und Schriftart der Links */
a:link { font-style:normal; font-size:13px; text-decoration:underline; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif;  }
a:visited { color:#000055; font-style:normal; font-size:13px; text-decoration:underline; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif;  }
a:hover { color:#0000ff;  font-style:normal; font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:13px; font-weight:normal; text-decoration:none; }
a:active { color:#000055; font-style:normal; font-size:13px; text-decoration:underline; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif;  }


/* Fontfamilie und Textgroesse für die Standardeinstellung und <p>-tag */
body  { font-size:13px; font-family: Verdana, Arial, Helvetica, sans-serif;  }
P { font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif;  }
b { font-family:Verdana, Arial, Helvetica, sans-serif; }
td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000}

/* Eingabefelder benutzen ein vordefiniertes Fontset mit fester Breite, da Netscape 4.7 sonst die Feldlaenge nicht ordungsgemaess darstellt */
input, textarea { font-family: Courier New, Courier, Monaco }

/* Farbe und Schriftart der Links */
a:link.left { color:#000000; font-style:normal; font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:13px; font-weight:bold; text-decoration:none; }
a:visited.left { color:#000000; font-style:normal; font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:13px; font-weight:bold; text-decoration:none; }
a:active.left { color:#000000; font-style:normal; font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:13px; font-weight:bold; text-decoration:none; }
a:hover.left { color:#c80000;  font-style:normal; font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:13px; font-weight:bold; text-decoration:none; }


h1
{
	position:relative;
	top:0px;
	font-family:Verdana;
	font-weight:bolder;
	font-size:10pt;
	letter-spacing:-0.05em;
	color:#8A0500;
	display:inline;
}
	

table.framework
{
	text-align:left;
	margin:0px;
	width:100%;	/*Seitenbreite*/
	padding:0px;
	
	border-color:#8A0500;
	border-style:solid;
	border-top-width:3px;
	border-bottom-width:0pt;
	border-left-width:0px;   /* erstmal auf 0 anstatt 1 raus da Rest der seite keine seitenränder */
	border-right-width:0px;  /* erstmal auf 0 anstatt 1 raus da Rest der seite keine seitenränder */
	border-collapse:collapse; /*wichtig! sonst ist die Seite zerpflückt*/
}
/*Logo bis Mininavigation, oben rechts*/
td.framework_row1
{
	border-style:none;
	background-color:#FFFFFF;
	/*padding-top:10px; diese option sollte besser direkt im ht stehen um code zu sparen*/
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	border-bottom-width:0px;
	overflow:hidden;
	color:#8A0500;

}
/*Funktionalitäten oben*/
td.framework_rowoben2
{
	border-color:#8A0500;
	border-style:solid;
	border-top-width:1pt;
	border-bottom-width:0pt;
	border-left-width:0pt;
	border-right-width:0pt;
	background-color:#E0E0E0; /*silberne Hintergrundfarbe oben*/
	background-repeat:no-repeat;
	background-position:bottom;
	padding:1px;
	padding-left:0;
	padding-bottom:0px;/*Platz fuer die Zierleiste lassen, die noch in dieser Zelle als Hintergrund kommt*/
	padding-right:0px;
	font-family:Verdana;
	font-size:8pt;
	color:#000000;
	letter-spacing:-0.045em;
	text-decoration:none;
	line-height:1.0em;
	vertical-align:top;
}
/*weitgehend unsichtbarer table. Erzeugt keine zwischenraeume*/
table.ghost
{
	border-style:none;
	margin:0px;
	border-collapse:collapse;
	padding:0px;
	border-spacing:0px;
}

/*Navigation in der oberen rechten Ecke*/
span.top_right_navi
{
	padding-bottom:3px;
	font-family:Verdana;
	font-size:8pt;
	letter-spacing:-0.03em;
	color:#666666;
	font-weight:bold;
}
a.top_right_navi
{
	color:#666666;
	text-decoration:none;
}
/*Schriftkonvention*/
span.big_red
{
	font-family:Verdana;
	font-size:8pt;
	color:#8A0500;
	font-weight:bold;
	letter-spacing:-0.045em;
}
span.thin_grau
{
	font-family:Verdana;
	font-size:8pt;
	color:#666666;
	letter-spacing:-0.045em;

}

/*Tabelle mit dünnem, roten Rand*/
table.thin
{
	border-style:none;
	border-width:0px;
	margin:0px;
	border-collapse:collapse;
	padding:0px;
	border-spacing:0px;
	font-family:Verdana;
	font-size:8pt;
	color:#000000;
	letter-spacing:-0.045em;
	text-decoration:none;
	line-height:1.7em;
}

/*Farbe und Schriftart der Navigationsleiste (oben)*/
a.b_navi:link { text-decoration:none; text-align:center; font-weight:bold; font-size:9pt; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:20px; color: #8A0500; letter-spacing:0.1em;}
a.b_navi:visited { text-decoration:none; text-align:center; font-weight:bold; font-size:9pt; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:20px; color: #8A0500; letter-spacing:0.1em;}
a.b_navi:active { text-decoration:none; text-align:center; font-weight:bold; font-size:9pt; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:20px; color: #8A0500; letter-spacing:0.1em;}
a.b_navi:hover { text-decoration:underline; text-align:center; font-weight:bold; font-size:9pt; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:20px; color: #8A0500; letter-spacing:0.1em;}

.starthead {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; color: #000000
	background-color:#eeeeee; 
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height:18px;
	padding-top: 4px
	}

.magold_listtopleft {
   background: url(../incUser/images/magold_tl.png) no-repeat top left;
  	text-align:center;
	background-color:#eed58e;/* #ecdfb0; */
}

.magold_listtopcenter {
	text-align:center;
	background-color:#eed58e;/* #ecdfb0; */
}

.magold_listtopright {
   background: url(../incUser/images/magold_tr.png) no-repeat top right;
	text-align:center;
	background-color:#eed58e;/* #ecdfb0; */
}

/* End of file ----------------------------------------------------------------                   */
