@charset "UTF-8";
/* CSS Document */

body {
	background-color:#CCC;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	margin:0;
	padding:0;
}

#seite {
	position:relative;
	width:954px;
	padding:35px;
	height:698px;
	margin:0 auto;
	background-color:white;
}

#kopf, #fuss {
	background-color: #565655;
	color: white;
}

#kopf {
	width:100%;
	height:188px;
	overflow:hidden;
	position: relative;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: white;
	background-image: url(../images/ecke_weiss.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

img.logo {
	position: absolute;
	top: 0;
	right: 24px;
}

#hauptteil {
	width:782px;
	height:419px;
	float:right;
	display: inline;
  margin-left: -782px;
  margin-right: 0px;
	background-color:#DDD;
}

#seitenleiste {
  float: right;
  width: 169px;
	height: 419px;
  margin-left: 0px;
  margin-right: 782px; /* +3? */

	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: white;
	background-color: #f59b00;
}

#fuss {
	clear:both;
	position:absolute;
	bottom:35px;
	width:954px;
	height:104px;
	/*background-color:#CFF;*/
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: white;
}

.inhalt {
	padding: 20px 30px 0 20px;
	overflow: hidden;
	zoom: 1;
}

#hauptteil .inhalt img.foto {
	float:left;
	margin-right:15px;
}

.inhalt.inhalt-seitenleiste {
	padding: 30px 0 0 0;
}

.scrollbox {
	width: 95%;
	height: 345px;
	overflow:auto;
}

/************************************/

html {
	font-size: 72%;
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
	line-height: 1.5em;
	color:black;
}

p {
  margin: 0 0 0.7em 0;
}

h1, h2, h3 {
	font-family: Times, serif;
}

h1 {
  font-size: 2.4em;
  line-height: 1.25em; /* 3rem / 2em = 1.5em */
  margin-top: 0; /* 1.5rem / 2em = .75em */
  margin-bottom: 1em;
  font-weight: normal;
}

h2 {
  font-size: 1.9em;
  line-height: 1.25em; /* 3rem / 1.5em = 2em */
  margin-top: 0; /* 1.5rem / 1.5em = 1em */
  margin-bottom: 0.7em;
  font-weight: normal;
}

h3 {
  font-size: 1.5em;
  line-height: 1.25em; /* 1.5rem / 1.17em = 1.282em */
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: normal;
}

table {
	width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0;
  margin-bottom: 1.5em;
	font-weight: lighter;
}

table strong { font-weight:bold; }

tbody {
  border-top: none;
}

td {
	vertical-align: top;
	padding: 18px 0;
	border-bottom: 1px solid #CCC;
}

.preis {
	font-size: 1.9em;
}

.letzte td {border: none;}

img { border:none; }

h2 img { float:right; }

/*****************************************/

a:link, a:visited {
	/*color:inherit;*/
	color:black;
	text-decoration: none;
}

a:hover, a:focus {
	/*color: #199cd9;*/
	text-decoration: underline;
}

a:active {
	/*color: #565d61;*/
	text-decoration: underline;
}

#kopf a:link, #kopf a:visited, #fuss a:link, #fuss a:visited {
	color: white;
}

ul.menu {
	list-style:none;
	padding:0;
	margin:0;
	/*font-style:italic;
	font-weight: lighter;*/
	font-size:1.4em;
}

ul.menu li {
	margin-bottom:20px;
}

ul.menu a:link, ul.menu a:visited {
	display:block;
	height: 22px;
	padding-top: 5px;
	padding-left: 30px;
	color:#333;
}

ul.menu a.aktiv {
	font-style:italic;
	background-image: url(../images/dreieck.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

