body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

h1	{
	font-size: 1em;
	font-weight: bold;
	color: #CC0000;
}

h2	{
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
}

.txt	{
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
}

ul	{
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: circle;
}

.preis	{
	font-size: 0.8em;
	font-weight: bold;
}

.mwst	{
	font-size: 0.7em;
	font-weight: normal;
}

.bigtxt	{
	font-size: 0.9em;
	font-weight: normal;
}

.smalltxt	{
	font-size: 0.7em;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	color: #CC0000;
	background-color: transparent;
	
}

a:visited {
	text-decoration: none;
	color: #CC0000;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a.red:link {
	text-decoration: none;
	color: #CC0000;
	background-color: transparent;	
}

a.red:visited {
	text-decoration: none;
	color: #CC0000;
	background-color: transparent;
}

a.red:hover {
	text-decoration: underline;
}

a.red:active {
	text-decoration: underline;
}

a.white:link {
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;	
}

a.white:visited {
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
}

a.white:hover {
	text-decoration: underline;
}

a.white:active {
	text-decoration: underline;
}

a.black:link {
	text-decoration: none;
	color: #000000;
	background-color: transparent;	
}

a.black:visited {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}

a.black:hover {
	color: #CC0000;
	background-color: transparent;
}

a.black:active {
	color: #CC0000;
	background-color: transparent;
}



/* ========== Allgemeines ========== */

img {
	border: 0px none;
}



/* ========== Allg. Layoutpositionierungen ========== */
#balken {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	height: 90px;
	width: 100%;
	background-image: url(../images/balken.gif);
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	left: 40px;
	top: 10px;
	z-index: 2;
	height: 57px;
	width: 65px;
}

#logoschriftzug {
	position: absolute;
	left: 110px;
	top: 21px;
	z-index: 2;
	height: 25px;
	width: auto;
}

#schriftzug {
	position: absolute;
	left: 20px;
	top: 73px;
	z-index: 2;
	height: 16px;
	width: 95px;
}

#nav1 {
	position: absolute;
	left: 0px;
	top: 90px;
	z-index: 1;
	height: auto;
	width: 160px;
	margin: 15px 5px 5px 5px;
	font-size: 11px;
	line-height: 15px;
}

#nav2 {
	position: absolute;
	left: 0px;
	top: 54px;
	z-index: 2;
	height: auto;
	width: 98%;
	font-size: 11px;
	text-align: right;
}

#nav3 {
	position: absolute;
	left: 0px;
	top: 74px;
	z-index: 2;
	height: auto;
	width: 98%;
	font-size: 11px;
	text-align: right;
}

#inhalt {
	position: absolute;
	left: 180px;
	top: 105px;
	z-index: 1;
	height: auto;
	width: 560px;
}

.produktgruppe {
	height: auto;
	width: 100%;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #cccccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
	margin: 20px 0 10px 0;
	padding: 2px 0 2px 2px;
}

.artikel {
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
}

.letzterartikel {
	height: auto;
	width: 100%;
	margin: 10px 0 10px 0;
}

.trennelement {
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#fusszeile {
	height: auto;
	width: 100%;
	font-size: 0.7em;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

#banner {
	position: absolute;
	left: 750px;
	top: 105px;
	z-index: 1;
	height: auto;
	width: 120px;
	font-size: 0.7em;
	font-weight: normal;
}

.kasten {
	height: auto;
	width: 100%;
	border: 1px solid #CC0000;
	padding: 2px 2px 2px 2px;
}

