@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: #F0E9DD url(../images/back.gif) repeat-y;
	background-position: 50% 0px;
}

img {
	border: none;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1.4em;
	text-align: center;
}

h4 {
	text-decoration: underline;
	font-size: 1.2em;
}

a {
	color: #00C;
}

a:visited {
	color: #666AFF;
}

#container {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	min-height: 420px;
	max-height: 1200px;
	width: 800px;
	margin: 0px auto;
}

#header {
	text-align: right;
	height: 140px;
	width: 800px;
	margin: 4px auto;
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#menue {
	float:left;
	height: 600px;
	width: 140px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
}

#menue ul {
	list-style: none;
	margin: 0;
	padding: 5px 5px;
	text-align: left;
}

#menue ul li {
	margin-bottom: 2px;
}

#menue ul li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #fffff1;
	display: block;
	padding: 6px 0 0 10px;
	background: #67522c;
	border-left: 2px #846837 solid;
}

#menue ul li a:hover {
	background: #67522c;
	color: #fffff1;
	border-left: 8px #47381e solid;
}

#menue #current a {
	background: #67522c;
	color: #fffff1;
	border-left: 16px #47381e solid;
}

#ebay img {
	margin: 2em 1em;
}

#printer img {
	margin: 1em 3em;
}

#printer_text p {
	margin: 0.8em;
	padding: 0.4em;
	background-color: #eee;
	border: thin solid #333;
}

#content {
	min-height: 610px;
	margin-left: 148px;
}

.article p{
	padding: 0 0 0 1em;
}

.img_left {
	float: left;
	margin: 2em;
	border: thin double #666;
}

.img_right {
	float: right;
	margin: 2em;
	border: thin double #666;
}

.table {
	margin-top: 2em;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: underline;
}

#comment {
	font-size: smaller;
	color: #555;
	font-style: italic;
	text-align: right;
	margin: 1em auto;
	width: 90%;
}

#print_only {
	display: none;
}

#footer {
	background-color: #FFF;
	font-size: smaller;
	color: #333;
	clear: both;
	height: 1.8em;
	text-align:right;
	padding: 1em 1em 0 0;
}
