
/* 
allgemeine Links, z.B. "weiterlesen"
*/
a 
{
	color:#000000; /* Schriftfarbe */
	text-decoration:underline; /* unterstichen */
}

 /*
 allgemeine Links, z.B. "weiterlesen"  bei wenn die Maus darauf zeigt
 */
a:hover
{
	text-decoration:none; /* unterstichen entfernen*/
}

 /*
 die Ueberschriften im Hauptteil
 */
h1
{
	color:#000000;
	font-size: medium;
	font-weight:bold;
	margin: 0px 0px 5px
}

 /*
 Absaetze
 */
p
{
	margin:5px 0px;
}

 /*
 Das Bild im Kopf der Datei
 */
.titelzeile
{
	height:118px; /* Hoehe */
}

 /*
 Die Hintergrundfarbe der Tabelle 
 */
.haupttabelle
{
	background-color:#FFFFFF;
	width: 760px;
}

/* 
Formatierung der Fusszeile 
*/
.fusszeile	
{
	font-size: 9px;	
	text-align: center;
	padding: 3px
}

/*
dieser teil legt nur den Abstand des Mittelteils von Kopf und Fusszeile der Website fest
*/
.mittelteil
{
	padding-bottom:5px; /*Abstand zwischen Mittelteil und Fusszeile */
}

/*
Der weisse Hauptteil in der Mitte
*/
.inhalt
{
	color: #000000;
	padding:7px;
}

/*
Rahmen um die Navigationsbutton
*/
.navdiv
{
	padding:0px;
	margin:0px;
}

/*
Navigationsbutton
*/
a.navbutton
{
	color:#000000;
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
	background-color:#FFFFFF;
	text-align: left;
	padding-top: 2px;
	width: 148px;
	height: 15px;
	display: block
}


/*
Navigationsbutton der Untermenues
*/
a.navbuttonsub
{
	color:#000000;
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
	background-color:#FFFFFF;
	text-align: left;
	padding-top: 2px;
	width: 148px;
	height: 15px;
	display: block
}


/*
Pfeil in der Navigation vor der aktuell ausgewählten Seite
*/
.arrow
{
	position:relative;
	top:3px;
	padding-right:1px;
	padding-left:1px;
}


/*
Titel der einzelnen Bereiche wie z.B. Lage, Werbung, Wetter
*/
.sectionhead
{
	font-weight: bold;
	color:#000000;
	font-size: 12px;
	margin: 20px 0px 0px;
	padding: 2px 5px;
	border: solid 1px #000000;
	width: 138px;
	height: 14px;
}

/*
Inhaltsfeld einzelnen Bereiche wie z.B. Lage, Werbung, Wetter
*/
.sectionbody
{
	 border:1px solid #000000;
	 border-top:none; 
	 width:140px;
	 padding:2px 4px;;
	 margin:0px;
}

/*
Formularfelder (HRS, Suche)
*/
input, textarea, select
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #000000;
	margin-bottom: 1px;
	background-color:#EDEBE5;
}

.myformbutton
{
	background-color:#EDEBE5;
	color:#000000;
	border:1px solid #000000;
}

div.float
{
padding-bottom: 3px;
float:left;
display:block;
margin-right:5px;
margin-bottom:10px;
}
							

.cartbutton
{
	background-image:url(bilder/warenkorb.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #000000;
	width:130px;
	height:19px;
	text-align:right;
	padding-right:3px;
}

.cashbutton
{
	background-image:url(bilder/zur_kasse.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #000000;
	width:130px;
	height:19px;
	text-align:right;
	padding-right:3px;
}

.shopkatdiv
{
	width:46%;
	float:left;
	margin-right:3%;
	margin-bottom:10px;
}

a.shopkatlinks
{
	text-decoration:none;
}

a.shopkatlinks:hover
{
	text-decoration:underline;
}

.productbody
{
	 width:100%;
	 margin-bottom:10px;
}

.s
{
	color: black;
	background-color: black;
}

.w
{
	color:white;
	background-color:white;
}
