/* © 2004 by net-solution GmbH */
/* Mail: info@net-solution.net */

/* global styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3349AE;
}

h1 {
	font-size: 13px;
	font-style: bold;
	font-stretch: expanded;
}

h2 {
	font-size: 12px;
	font-style: oblique;
}

a {
	font-size: 11px;
	font-style: bold;
	font-stretch: expanded;
	text-decoration: none;
	color: #8B151D;
}

a:hover {
	font-size: 11px;
	font-style: bold;
	font-stretch: expanded;
	text-decoration: underline;
	color: #DA0013;
}

/* div styles */

#container {
	background-color: #B5A37D;
}

#navigation {
	background-color: #B5A37D;
}

#content_main {
	float: left;
}

#content {
	float: left;
	width: 792px;
	height: 440px;
	scrollbar-base-color: #C4B698;
	scrollbar-3dlight-color: #C4B698;
	scrollbar-arrow-color: #C4B698;
	scrollbar-darkshadow-color: #C4B698;
	scrollbar-face-color: #978765;
	scrollbar-highlight-color: #C4B698;
	scrollbar-shadow-color: #C4B698;
	scrollbar-track-color: #C4B698;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #B5A37D;
}

#content .img_prod {
	border: 1px solid;
	padding: 1px;
}

#footer {
	font-size: 11px;
	float: left;
	width: 792px;
	background-color: #B5A37D;
}

#zitate {
	clear: right;
	float: left;
	width: 208px;
	height: 468px;
	font-weight: bold;
	background-color: #B5A37D;
}

#footer_print { 
	display:none;
}

#copyright {
	clear: both;
}

/* eigene Stile */
.form {
	background-color: #C4B698;
}

.hspace {
	padding: 0 10px 0 0;
}