body {
	font-size: 80%; /* Resets 1em to 10px (changed from "62.5%") */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
	
#page {
	background-color: white;
	text-align: left;
	width: 750px;
	margin: auto;
}

a:hover { text-decoration: none; }
	
h1#headerh1 {
	font-size: 300%;
	font-weight: bolder;
	color: #CC0000;
	font-style: italic;
	display: inline;
	margin-right: 320px;
	margin-left: 10px;
}

h2#headerh2 {
	display:inline;
	font-weight: normal;
}

div#suchboxdiv {
	background: url(/templates/suchbox.png);
	padding: 10px;
	padding-left: 20px;
}

div#suchboxdiv form {
	display: inline;
}

input#suchboxinput {
	border: 0px dotted #CC0000;
	font-weight: bold;
	margin-bottom: 2px;;
}

input#suchbutton {
	margin-left: 5px;
	vertical-align: bottom;
}

div#categorypath {
	margin: 3px 0 0 3px;
}

hr {
	display: none;
}

div.hrrot {
	height: 2px;
	margin-left: 3px;
	background: url(/templates/hrrot.png);
}

div.hrgrau {
	height: 2px;
	margin-left: 3px;
	background: url(/templates/hrgrau.png);
}

h3#kategorieueberschrift {
	margin: 10px 0 5px 3px; 
	font-size: 125%;
}

h4#kategoriebeschreibung {
	font-size: 100.1%;
	font-weight: normal;
	margin: 0;
	padding: 3px;
	text-align: justify;
}

div#unterkategorien,
div.kategorien {
	padding: 3px;
}	

div.kategorien {
	margin-top: 10px;
}

div.produktlistenueberschrift {
	padding: 7px 3px 7px 0;
	margin: 0 1px 0 2px;
	background: #F4F3F3;
	text-align: right;
	font-size: 125%;
	font-weight: bold;
}

p.anzahlangebote {
	margin: 0 0 5px 0;
}

p.zahlenanzahlangebote {
	margin: 0;
}

table.produktliste {
	padding: 3px;
	width: 100.1%;
}

td.produktbeschreibung {
	width: 400px;
}

a.shoplink {
	font-weight: bold;
}

td.produktabbildung {
	width: 136px;
}

img.produktabbildung {
	border: 0px solid blue;
	margin-left: 40px;
}

td.produktpreis {
	width: 118px;
	text-align: right;
}

td.zumshop {
	width: 90px;
	text-align: right;
}

img.zumshop {
	border: 0px solid blue;
	margin-top: 3px;
}

table.kategorientabelle {
	font-size: 100.1%;
	width: 100.1%;
}

td.parenttabelle {
	vertical-align: top;
	width: 150px;
}

td.parenttabelle a {
	text-decoration: none;
	color: black;
}

td.childtabelle {
	vertical-align: top;
}

div#footer {
	background: url(/templates/footer.png) no-repeat bottom;
	height: 25px;
	padding: 3px;
	margin-top: 15px;
	color: #F4F3F3;
}

div#footer a {
	color: #F4F3F3;
}

table#kategorienstartseite {
	font-size: 100.1%;
	width: 100.1%;
	padding: 3px;
}

table#kategorienstartseite h5 {
	font-size: 130%;
	margin: 0 0 5px 0;
	font-weight: normal;
}

table#kategorienstartseite td {
	padding-top: 10px;
	width: 33%;
	text-align: left;
	vertical-align: top;
}
