﻿* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: helvetica, sans-serif;
}

body {
	color: rgb(51,53,48);
	background: #fff;
	margin-top: 60px;
	width: 760px;
}

h1 {
	width: 21.5em;
	text-align: right;
	background-color: rgb(51,53,48);
	color: #fff;
	padding: 2px 4px;
	font-size: 21.6pt;
	font-weight: normal;
}

h2 {
	width: 39em;
	text-align: right;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	width: 26em;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 13em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 1em;
	margin-top: 30px;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
	padding-bottom: 1em;
	margin-top: 10px;
}

h6 {
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 1em;
	margin-top: 10px;
}

input, textarea {
	background-color: #dfdfdf;
	color: rgb(51,53,48);
	padding: 2px;
	margin: 2px;
	border: 1px solid rgb(51,53,48);
}

a {
	text-decoration: underline;
	color: rgb(51,53,48);
	padding: 1px;
}

a:hover, a:visited {
	text-decoration: underline;
}

a:visited {
	font-weight: normal;
}

ul {
	padding-left: 1em;
	margin-bottom: 1em;
}

#btn_order {
	background-image: url(images/flaeche_grau.png);
	background-repeat: no-repeat;
	width: 142px;
	height: 68px;
	padding: 0.4em;
	margin-top: 1.2em;
}

#btn_order a {
	text-decoration: none;
	color: rgb(51,53,48);
	font-size: 9pt;
	font-weight: normal;
}

#btn_order a #price{
	font-size: 12pt;
	font-weight: bold;
}

#btn_order img {
	vertical-align: top;
}

#sidebar {
	position: absolute;
	top: 58px;
	left: 41em;
	width: 142px;
}

#sidepic {
	margin-left: -25px;
	margin-top: 40px;
}

#content {
	margin-left: 11em;
	width: 28em;
}

div#content p {
	font-size: .9em;
	text-align: justify;
	padding-bottom: 1em;
}

iframe#content {
	height: 36em;
	margin-left: 7em;
	width: 42em;
	margin-top: 40px;
}

ul#menu {
	list-style-type: none;
	text-align: right;
}

ul#menu li {
	padding: 1px 2px;
}

ul#menu li a {
	font-weight: bold;
	text-decoration: none;
	color: rgb(51,53,48);
	font-size: 0.8em;
	padding: 0px;
}

ul#menu li.impress {
	margin-top: 2px;
}

ul#menu li.impress a {
	font-weight: normal;
	color: rgb(141,143,138);
	font-size: 0.6em;
}

ul#menu li:hover {
	background-color: #dfdfdf;	
}

ul#menu li a:hover {
	text-decoration: underline;
}

ul#menu li.active, ul#menu li.active:hover {
	background-color: rgb(51,53,48);
}

ul#menu li.active a{
	color: #fff;
}

ul.download {
	list-style-type: none;
}

ul.download a{
	white-space: nowrap;
	overflow: hidden;
	
	padding: 2px 0px 2px 22px;
	line-height: 20px;

	background: url(images/button_klein.png) 0 50% no-repeat;
	font-weight: normal;
}
