/* 
* StyleSheets
*/

BODY
{
	top-margin: 0px; 
	left-margin: 0px
}
th.small {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000055;
}
div.shop-reiter a:LINK
{
	font-weight : bold;
	color : #FFFFFF;
	font-size: 16px;
}
div.shop-reiter A:VISITED
{
	font-weight : bold;
	color : #FFFFFF;
	font-size: 16px;
}
H1.news
{
	BACKGROUND: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color : #404040;
	font-weight : bold;
	display: inline;
	BORDER-TOP: #bec9d1 1px solid;
	BORDER-BOTTOM: #bec9d1 1px solid;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color : #404040;
	font-weight : bold;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight : bold;
}
td.small {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
td.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 10pt; 
	color: #000000;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 10pt; 
	color: #FFFFFF;
}
p.small {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
p.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6A2B05;
	text-decoration: underline;
	font-weight : bold;
}
span.small {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
span.mini {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #555555;
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	color : #000066;
	font-weight : bold;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}
input.button
{
	font-size: 12px;
	font-weight: bold;
	color: #702E21;
	cursor: hand;
}
input
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
select
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	/* BACKGROUND-COLOR: #eef0f2; */
}
textarea
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/**
*   ***** TABELLEN - DATA - DISPLAY *****
* Das Aussehen der Tabellen die in irgendeiner Weise in
* tabellarischer Weise Daten darstellen. I.d.R. Datenbankabfragen:
* -> Table muss von der Klasse "data" sein ! (<table class="data" ...)
*/
table.data { background-color : #575757; }
table.data th
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background-color :  #BB5111;
}
table.data td
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color :  #000000;
	background-color : #EEE4D5;
}
table.data td.marked
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	background-color : #C8C3BF;
}
/**
* -------------------------------------------------
* Nachfolgend folgen Formatierungen für HTML-Links:
* -------------------------------------------------
*/
a 		
{ 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration:none 
}

span.mainnav
{
	color : #444444;
	
	font-size : 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
span.mainnavsmall
{
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
}
A:LINK		{ color : #600211; }
A:VISITED	{ color : #600211; }
A:HOVER 	{ color : #FDDA0C; } #text-decoration:underline;

# img.imglink
{
	border-color : Black Black Black Black;
	border-left-color : #000000;
	border-right-color : #000000;
	border-top-color : #000000;
	border-bottom-color : #000000;
	border : #000000;
	color : #000000;
	outline : Black;
	outline-color : Black;
}


