@charset "utf-8";
@import url("basis.css");
/* CSS Document */
body{
	width: 100%;
	}

#header {
	height: 85px;
	margin: 10px 0 30px 0;
}
#logo {
	float: left;
	width: 315px;
	margin: 0;
}
#adresse {
	display: none;
}

#navi-oben {
	display: none;
}
#column-left {
	display: none;
}
#column-right {
	display: none;
}

#content {
	margin: 0;
	color: #000;
	width: 90%;
	font-size: 13px;
}
.beschreibung {
	line-height: 18px;
	font-size: 13px;
}
.produkt-image {
	float: right;
	padding: 5px 0 15px 20px;
}
#footer {
	display: none;
}


h1 {
	color: #000;
	font-size: 17px;
}
h2 {
	font-size: 14px;
	color: #000;
}



#produkte th {
	color: #000;
	padding: 5px 20px 5px 0px;
}

#produkte td {
	padding: 5px 20px 5px 0px;
}

#preisliste .druckversion {
	display: none;
	}
	
#preisliste .kat {
	font-size: 13px;
	font-weight: bold;
	}

#preisliste th {
	color: #000;
	padding: 5px 20px 5px 0px;
}

#content .warenkorb {
	display: none;
	}

a:link {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: underline;
	color:#000;
}
a:focus {
	text-decoration: underline;
	color:#000;
}
a:active {
	text-decoration: underline;
	color: #000;
}
