/* Shop */

/* Farben (Zuweisungen kompakt weiter unten):
Hintergrund:
	Topbar			#000099 falterblau
	NavCol,AdCol	#cccccc hellgrau
Schrift:
	Text			#000099
	Visited			#000099	hell (2. Wahl: 807E24)
	Link			#336633	dunkel 
	Hover 			#3333cc	weinrot
	Alarm
*/

/* work in progress:
#contentbar {
		border: 1px solid #006600;
}
*/

/* standard html-tags */
h1 {
	color: #000099;
}
h2 {
	padding: 6px 0 2px 0;
}			
h3 {
	padding: 2px 0 2px 0;
	color:#000099;
}

a:link, .list li a:link, dd a:link, ul li a:link {
	color: #000099;
}
a:visited, .list li a:visited, dd a:visited, ul li a:visited {
	color: #000099;
}
a:hover, .list li a:hover, dd a:hover, ul li a:hover {
	color: #3333cc;
}
a:active, .list li a:active, dd a:active, ul li a:active  {
	color: #000099;
}
hr {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}
th {
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
	border: 0;
}			
li {
	padding: 0 0 5px 0;
}

/* IDs */
#topbar		{
	background-color: #000099; 
	/* Schnee */
	/* background-image:url('http://www.falter.at/web/_pics/snow_zeitung.gif');*/
}
#title {
	color: #000099;
}			
#copyright {
	color: #000099;
}
#impressum a:link {
	color: #000099;
}
#impressum  a:visited {
	color: #3333cc;
}
#impressum  a:hover {
	color: #3333cc;
}
#impressum  a:active  {
	color: #3333cc;
}

/*	klassen */

/* schriften */
.teaser {
	color: #000099;
}
.color {	
	color:#000099;
}
.shop_active a {
	font-weight: bold;
}

/* absaetze */
.adright {
	background-color:#ccc;
}

/* tabelle */
.shops {
	padding:0;
	margin:0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.shops_title {
	width: 25%;
	text-align: center;
	padding: 4px;
	margin: 0;
	white-space: nowrap;
}
.shops_title a:link, .shops_title a:visited, .shops_title a:active {
	background-image: url('http://dev.falter.at/web/shop/_pic/shop_title.gif');
	padding: 4px;
	margin: 0;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.shops_title a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}
.shops_active {
	width: 25%;
	text-align: center;
	padding: 4px;
	margin: 0;
	white-space: nowrap;
}
.shops_active a:link, .shops_active a:visited, .shops_active a:active {
	background-image: url('http://dev.falter.at/web/shop/_pic/shop_active.gif');
	font-weight:bold;
	text-decoration:none;
	color:#000099;
}
.shops_active a:hover {
	font-weight:bold;text-decoration:underline;color:#000099;
}
.subs {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom:1px solid #ccc;
	padding: 0;
	margin: 0;
}
.subs_title {
	background-color: #ccc;
	white-space: nowrap;
	text-align: center;
	font-weight:bold;
	padding: 5px;
	margin: 5px;
	color:#000;
}
.subs_active {
	font-weight:bold;color:#000099;
}
.subs_title a:link, .subs_title a:visited, .subs_title a:active {
	font-weight:bold;text-decoration:none;color:#000;
}
.subs_title a:hover {
	font-weight:bold;text-decoration:underline;color:#000;
}

/* inhaltsverzeichnis */
.content {
	width:620px;
}
/* content left */
.cl { 
	margin:0;
	padding:8px 0;
}
/* content right */
.cr {
	text-align:right;
}
/* content title */
.ct {
	font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
}

/* abstandhalter browse */
.initiale {
	margin: 0 10px 10px 0;
	float:left;
}

.formtable {
	width: 620px; 
}
.shoptable {
	width: 580px; 
}

.greybb {
	border-top:1px solid #cccccc;
}

.bgadcol {
	text-align:center;
	margin:0;
	padding:9px;
	background-color:#eaeaea;
	border: 1px solid #ccc;
}
