* {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}


html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	color: black;
	text-align: center;
	padding-top: 20px;
	background-color: #658763;
	background-repeat: repeat;
}

h1, h2, h3 {
	
}

h1 {
	margin-top: 4px;
	margin-bottom: 8px;
	font-size: 24px;
}

h2 {
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 24px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
}

p {
	margin-top: 8px;
	margin-bottom: 4px;
}

a, a:visited, .alink, ul.cuts li {
	color: #0000A0;
	text-decoration: none;
}
.alink {
	cursor:pointer;
}
a:hover, .alink:hover, li.selectedCut, #collectionSelect a.active {
	color: #658763 !important;
}

a img {
	border: 0;
}
a:active, a:focus{
	outline: none
}

img.inside {
	margin-top: 6px;
	margin-bottom: 6px;
}

.page {
	font-size: 14px;
	margin: 0 auto;
	text-align: left;
	font-family: "georgia";
	line-height: 1.7;
	letter-spacing: 0.1em;
	text-align: justify;
}

div#top {
	position: relative;
	width: 971px;
	height: 246px;
	background-image: url('/images/top.png');
}

div#top #menu {
	padding-left: 51px;
	padding-top: 165px;
	font-size: 22px;
}

div#top #menu img.strich {
	display: block;
	float: left;
	margin: 12px 0 0;
	padding: 0;
}
div#top #menu .menuitem {
	float: left;
	width: 110px;
	overflow: hidden;
	text-align: center;
}	

div#top img#dreieck {
	position: absolute;
	padding: 0;
	margin-top: 200px;
}
div#top img.index {
	margin-left: 96px;
}
div#top img.shop {
	margin-left: 206px;
}
div#top img.info {
	margin-left: 318px;
}
div#top img.cart {
	margin-left: 427px;
}

div#shoppingcart {
	background-image: url('/images/cart.png');
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	margin-top: 8px;
	margin-left: 45px;
	cursor: pointer;
}
div#shoppingcart:hover {
	background-image: url('/images/cart_hover.png');
}

#balloon {
	position: absolute;
	margin-left: 529px;
	margin-top: -100px;
	width: 249px;
	height: 134px;
	overflow: hidden;

	visibility: hidden;
}

#balloon[id] {
	display: table;
	position: static;
}

#ballooncontent {
	position: absolute;
	top: 50%;
}

#ballooncontent[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#balloontext {
	position: relative;
	color: black;

	margin-top: 10px;
	top: 0px;
	left: 25px;
	max-width: 205px;
	text-align: center;
}

div#bottom {
	width: 971px;
	height: 101px;
	background-image: url('/images/bottom.png');
}

div#bottom #contactfoot {
	position: relative;
	top: 3px;
	text-align: center;
	font-size: 13px;
}

div#paper {
	overflow: hidden;
	width: 971px;
	background-image: url('/images/paper68.png');
	background-repeat: repeat-y;
}

div#paper #content {
	position: relative;
	left: 108px;
	width: 730px;
	padding-bottom: 25px;
}

#footnote {
	font-style: italic;
	position: relative;
	bottom: -7px;
}

#newsletter {
	border: 1px solid gray;
	width: 270px;
	margin-left: 12px;
	margin-bottom: 12px;
	margin-top: 12px;
	padding: 10px;
	float: right;
}
	#newsletter td.name {
		height: 35px;
		width: 62px;
	}
	#newsletter input {
		width: 190px;
	}
	#newsletter td.submit {
		padding-top: 5px;
	}
	#newsletter p.submit {
		margin: 0;
		padding: 0;
	}
	#newsletter p.submit input {
		margin-top: 8px;
		width: 90px;
		margin-bottom: 0;
	}
	#newsletter p.disclaimer {
		font-size: 12px;
	}

div.collection {
	clear: both;
}
div.collection h2 {
	width: 100%;
	margin-top: 20px;
}
div.image {
	float: left;
	margin-right: 30px;
	margin-bottom: 17px;
}

.flyer {
	border: 1px solid gray;
	padding: 3px;
	margin-top: 2px;
}

.postinfo {
	font-size: 85%;
}

div.news {
	margin-bottom: 60px;
	border-top: 3px dotted black;
}