body {
	background-color: #CCCCCC;
	color: #626262;
	font-family: verdana;
	font-size: 11px;
}

/*tabelle und zellen im hintergrund*/
table.hintergrund {
	border-collapse: collapse;
	border-width: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/Background2.jpg);
	background-repeat: no-repeat; 
	width: 980px;
	}

	td.hintergrund_kopfzeile {
		height: 78px;
	}

	td.hintergrund_navigation {
		width: 190px;
		margin-top: 0px;
	}

	td.hintergrund_inhalt {
		width: 750px;
		margin-top: 0px;
	}
	
	td.hintergrund_trenner {
		width: 10px;
	}
	
	td.hintergrund_leerzeile {
		height: 10px;
	}
	
	
	
/* tabelle mit schwarzer linie */	
table.standard {
	border-collapse: collapse;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #626262;
	padding: 10px;
}

	/* überschriftszellen */
	th.standard_ueberschrift {
		width: 100%;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		background-color: #FFEE88;
		color: #626262;		
		padding: 10px;
	}

	/* zelle im hauptfenster */
	td.standard_inhalt {
		width: 100%;
		background-color: #FFFFFF;
		padding: 7px;
	}
	
	/* zellen für die untermenüs*/
	td.submenue {
		background-color: #FFFFFF;
		padding: 7px;
	}
	
	/* fusszeile*/
	td.standard_fusszeile {
		background-color: #FFEE88;
		padding: 7px;
		font-weight: bold;
	}
	
/* tabelle innerhalb vom Inhaltsfenster*/
table.seiteninhalt {
	width: 100%;
}

	/* "auffüllzelle" text links */
	td.sortiment_inhalt_links {
		text-align: center;	
		width: 200px;		
	}

	/* textgliederung inhalt, links / mitte / rechts */
	td.sortiment_inhalt_mitte {
		text-align: left;
		vertical-align: top;
		height: 140px;
		width: 330px;
		}
	
		/* tabelle für den text */
		table.sortiment_inhalt_inhalt {
			table-layout: fixed;
		}
	
	/* "auffüllzelle" text rechts */
	td.sortiment_inhalt_rechts {
		text-align: center;	
		width: 200px;
	}

/* auswahlbox öffnungszeiten*/
select.style {
	font-family: verdana;
	font-size: 11px;
	background-color: #FFFFFF;	
	color: #626262;
}

/* links in der navigation*/
a:link { 
	font-size: 12px;
	color: #626262; 
	text-decoration: none; 
}

a:hover {
	font-size: 12px;
	color: #626262; 
	text-decoration: none;
	background-color: #FFEE88
}

a:active {
	font-size: 12px;
	color: #626262; 
	text-decoration: underline; 
}

a:visited { 
	font-size: 12px;
	color: #626262; 
	text-decoration: none; 
}

