@charset "utf-8";

body {
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	color: #7E644A;
	background-image: url(../images/hint.gif);
}

div#container {
	width: 650px;
	margin:auto;
	overflow: auto;	
	background-color: #fff;
}

div#logo, div#content, div#footer{
	width: 600px;
	margin: auto; 
	overflow: auto;	
	background-color: #EDE9E1;	
}

div#logo {
	margin-top: 0px;
	overflow: visible;	
}

div#content, div#footer {
	margin-top: 20px;
}

div#content, div#footer {
	padding-bottom: 15px;
}

div#footer {
	margin-bottom:10px
}

h1{
	color: #8D0013;
	font-size: 110%;
	margin-left: 20px;
	margin-top: 20px;
}

p{
	margin:15px 20px 0;
	line-height: 150%;
}

#footer p a:link, 
#footer p a:visited, 
#footer p a:active {
	color:#8D0013;
	text-decoration:none; 
}

#footer a:hover {
	text-decoration:underline;	
}

.impressum {
	margin-left: 40px;
}

p .img-left {
	margin-right: 15px;
	margin-bottom: 5px;
}

p .img-right {
	margin-left: 15px;
	margin-bottom: 5px;
}

strong {
	color: #7F6B57;
}

a:link, a:visited, a:active {
	font-weight:bold;
	color:#8D0013;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dashed #8D0013;
}

#logo a:hover {
	border:0px;
}

a.home {
	color:#7F6B57;
}

a.shoplink {
	text-decoration:underline;
}
a:hover.shoplink {
	text-decoration:none;
	border:0;
}