body {
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #ffffff;
	padding: 50px 0;
}
div#container {
    width: 960px;
    margin: 0 auto;
    background-image: url(/images/background/content.gif);
}
div#top1 {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}
div#logo {
	float: left;
    width: 185px;
    height: 65px;
    text-align: center;
    background-color: #fff;
}
div#topnav {
	width: 740px;
	padding: 35px 0 18px 35px;
	background-image: url(/images/background/topnav.gif);
	float: right;
}
div#topnav a {
	text-decoration: none;
	float: left;
	margin-right: 25px;
	text-transform: uppercase;
	line-height: 12px;
}
div#topnav a.aktiv {
	color: #113c7c;
}
div#top2 {
	width: 855px;
	margin: 0 auto;
	background-image: url(/images/background/content.gif);
	clear: both;
	position: relative;
	padding-right: 105px;
}
div#subnav {
	float: left;
	width: 185px;
	background-color: #fff;
	background-image: url(/images/background/subnav.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div#subnav ul {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 180px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	list-style-type: none;
}
div#subnav ul li {
	text-align: right;
	border-bottom: 1px solid #fff;
	line-height: 20px;
}
div#subnav a {
	width: 175px;
	padding-right: 5px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
div#subnav a:hover,div#subnav a.aktiv {
	background-color: #fff;
}
div#subnav h2 {
    text-transform: uppercase;
}
div#bcnav {
    width: 620px;
    height: 30px;
}
div#bcnav a {
    font-weight: bold;
}
div#mainpic {
	float: right;
	width: 670px;
	height: 250px;
}
div#mainpic img {
    display: block;
}
div#sidebar {
    width: 165px;
    padding: 10px;
    float: left;
    background-color: #B5B8BA;
}
div#content {
	width: 630px;
	padding: 35px 125px 50px 20px;
	float: left;
}
img#footer {
	clear: both;
	width: 960px;
	display: block;
}
div#feedback {
	display: none;
}
p {
	margin: 0 0 15px 0;
}
a {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
h1 {
	text-transform:	uppercase;
	color: #113c7c;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 20px 0;
	clear: both;
}
h1.prodname {
	text-transform: none;
}
h1.feedback {
    color: #fff;
    text-align: center;
    padding-top: 16px;
    margin: 0;
}
h2 {
	color: #333;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	clear: both;
}
.formular {
	font-family: Arial,sans-serif;
	border: 1px solid #369;
	background-color: #fff;
	color: #336699;
	font-size: 12px;
	padding: 2px;
}
label.error {
    color: #c33;
}
ul {
	list-style-type: square;
	margin-bottom: 20px;
	padding-left: 15px;
}
ul.form {
    list-style-type: none;
    padding: 0;
}
ul.form li {
    margin-bottom: 10px;
}
hr {
	clear: both;
    height: 1px;
    border-style: none;
    margin: 0;
    padding: 0;
    color: #dadcdd;
    background: #dadcdd;
    width: 100%;
}
span.bu {
	font-size: 10px;
	font-style: italic;
}
.clear {
	clear: both;
}
table.proddetails {
    border-collapse: collapse;
    width: 630px;
    margin-bottom: 20px;
}
table.proddetails td {
    border: 1px solid #333;
    padding: 3px;
}
table.proddetails th {
    border: 1px solid #333;
	background-color: #ccc;
}
fieldset {
    border: 1px solid #fff;
    margin: 0;
    padding: 2px;
}
div#searchbox {
    width: 630px;
}
div#searchbox fieldset {
    float: left;
}
div#list table {
    width: 630px;
}
div#list table td {
    background-color: #ccc;
}
div#list table td.error {
    border: 1px solid #c33;
    text-align: center;
}
table.prodlist {
    font-size: 11px;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
table.prodlist td {
    border-bottom: 1px solid #fff;
}
dl.contact {
	margin: 0;
	padding: 0;
}
dl.contact dt {
	width: 50px;
	float: left;
}
