
.contents
{
	width: 800px;
	margin: 4px 4px 4px 8px;
}

.katalog
{
	left: 0px;
	top: 130px;
	width: 800px;
}

.katalog .links { width: 190px; }
.katalog .mitte { }
.katalog .rechts{ width: 120px; }
.katalog .border{ width:5px;}

.horline
{
	width: 100%;
	height: 0px;
	margin: 4px 0px 0px 0px;
	border-color: #808080;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
}
.katalogMenu
{
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	padding: 0px 4px 3px 4px;
	text-transform: none;
	font-size: small;
	border-color: #000;
	background-color: #EEE;
	border-width: 1px;
	border-style: solid;
}
.katalogMenu .menuItem { margin: 1px 0px 0px 0px; }
.katalogMenu .submenuItem
{
	padding: 0px 0px 0px 15px;
	text-transform: none;
	line-height: 1em;
}


.katalogMenu a 
{
/*	color: #666; */
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.katalogMenu a:hover
{
/*	color: #000; */
	text-decoration: underline;
}

.katalogMenu .active
{
	font-weight: bold;
	background-color: #CCC;
}

img { border-width: 0px; }


.artikelListe { }

.artikelListenElement
{
	background-color: #eee;
	padding: 3px 3px 5px 5px;
	margin: 0px 0px 3px 0px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}
.artListTitle
{
	width: 100%;
	font-weight: bold;
}
.artListTitle a:link{
	color: black;
	text-decoration: none;
}
.artListTitle a:hover{
	color: black;
	text-decoration: underline;
}
.artListTitle a:visited{
	color: black;
	text-decoration: none;
}
.artListFooter
{
	width: 100%;
	font-size: small;
	font-weight: bold;
}
.verfuegbarkeit
{
	text-align: right;
	text-transform: inherit;
}
.angebot
{
	font-size: small;
	color: #F00;
	margin: 4px 0px 0px 0px;
}
.angebotsbox { background-color: #FCC; }
