/* PAGECOLORS
dark green:      #007A5E (header-bg, text)
light green:     #E3E9E6 (bg, sidebar)
light green 2:   #9DB9AE (lines, reflink)
medium green:    #358B75 (sitelinks)
red:             #BF243A (hover, active, more link) */
@charset "utf-8";
html {
	height:100%;
	overflow:auto;
}
body {
	padding:0px;
	margin:0px;
	font: 11px Arial, Helvetica, sans-serif;
	line-height:18px;
	background: #E3E9E6;
	color: #007A5E;
	height:100%;
}
a {
	color: #007A5E;
	text-decoration:underline;
}
a:hover {
	color: #BF243A;
}
h1, h2, h3, p {
	margin:0;
	padding:0;
	display:block;
	font-weight:normal;
	margin-bottom:10px;
}
h1 {
	font-size:22px;
	text-transform:uppercase;
	line-height:27px;
}
h2 {
	font-size:15px;
	text-transform:uppercase;
	line-height:21px;
}
h3 {
	font-size:15px;
	line-height:21px;
}
td {
	vertical-align:top;
}
/* SEITENSTRUKTUR */
#container {
	background:#fff;
	min-height:100%;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}
#header {
	margin-left:10px;
	margin-right:10px;
	border-top:solid 10px #fff;
	background:#007A5E;
}
#menue {
	margin:10px;
	margin-top:4px;
	height:29px;
	border-bottom:dashed 1px #9DB9AE;
}
#sidebar {
	width:160px;
	border-left:solid 10px #fff;
	margin-right:10px;
	margin-bottom:10px;
	background: #E3E9E6;
	float:left;
}
#content {
	float:left;
	width:800px;
}
#footer {
	clear:both;
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:170px;
	border-top:dashed 1px #9DB9AE;
	font-size:10px;
	text-transform:uppercase;
}
/* HAUPTMENUE */
#menu {
	list-style-type:none;
	margin:0;
	padding:0;
	white-space:nowrap;
}
#menu li {
	display:block;
	float:left;
	position:relative;
	z-index:10;
	margin-right:1px;
}
#menu li span {
	display:block;
	z-index:11;
	background:transparent;
	padding: 4px 4px;
	font-size:15px;
	text-transform:uppercase;
}
#menu sub {
	font-size:9px;
	text-transform: lowercase;
	padding-bottom:0;
}
#menu li a, #menu li a:visited {
	display:block;
	padding:0;
}
#menu dl {
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	padding: 0;
	background: url(../gfx/spacer.gif);
}
#menu dt {
	background: transparent;
	margin:0;
	border-bottom:solid 1px #fff;
	float:left;
	border-right:1px solid #fff;
}
#menu li.last dt {
	border-right:0px;
}
#menu dd {
	display:none;
	background: #007A5E;
	border-bottom:solid 1px #007A5E;
	clear:left;
	margin:0;
	padding:0;
	color: #fff;
	text-align:left;
}
#menu dt a {
	font-size:15px;
	white-space:nowrap;
	text-transform:uppercase;
}
#menu dd a {
	font-size:15px;
	white-space:nowrap;
	text-transform:uppercase;
}
#menu li.last dt a, #menu li.last span {
	color:#9DB9AE;
}
#menu li.active dt a, #menu li.active span {
	color:#BF243A;
}
#menu dt a, #menu dt a:visited {
	display:block;
	color:#007A5E;
	padding: 4px 4px;
	text-decoration:none;
}
#menu dd a, #menu dd a:visited {
	background:transparent;
	color:#fff;
	text-decoration:none;
	display:block;
	padding: 5px 12px;
}
#menu li a:hover {
	border:0;
}
#menu li:hover dd, #menu li a:hover dd {
	display:block;
}
#menu li:hover dl, #menu li a:hover dl {/*border-bottom:1px solid #007A5E;*/
}
#menu li:hover dl .trenner, #menu li a:hover dl .trenner {
	border-bottom:dashed 1px #fff;
}
#menu li:hover dt a, #menu li a:hover dt a {
	background: #007A5E;
	color:#fff;
}
#menu dd a:hover {
	background: #007A5E url(../bilder/layout/bg-menue-hover.gif) no-repeat scroll right bottom;
}
/* SUBMENUE */
#submenue {
	padding-top:30px;
	text-transform:uppercase;
}
#submenue ul {
	padding:0;
	margin:0;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	background: url(../bilder/layout/bg-submenue.gif) no-repeat scroll right bottom;
	list-style: none;
}
#submenue ul li a {
	text-decoration:none;
	font-size:15px;
	line-height:21px;
}
#submenue ul li a.active {
	color:#BF243A;
}
#submenue ul li a.active:hover {
	color:#BF243A;
}
#submenue ul ul {
	background: url(none);
	padding:0;
}
#submenue ul ul li a {
	font-size:11px;
	line-height:18px;
}
/* HEADER */
#header a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
#logo {
	float:left;
	width:110px;
	text-align:right;
	margin-top:4px;
}
#logo a img {
	border:0;
	width:90px;
	height:53px;
}
#global {
	float:left;
	font-size:10px;
	width:850px;
	text-align:right;
	margin-top:5px;
	height:11px;
	overflow:visible;
}
#global a {
	margin-left:10px;
}
#global a:hover {
	text-decoration:underline;
}
#global a img {
	width:13px;
	height:8px;
	border:solid 1px #000;
}
#sites {
	height:40px;
	width:850px;
	margin-top:4px;
	float:left;
	overflow:hidden;
}
#sites div {
	height:40px;
	width:auto;
	background: url(../bilder/layout/bg-menue.gif) no-repeat scroll right top;
	float:left;
}
#sites div a {
	margin-left:20px;
	margin-right:20px;
	margin-top:9px;
	color:#358B75;
	font-size:15px;
	display:block;
}
#sites div a:hover {
	color:#fff;
}
#sites div.active {
	margin-left:45px;
	background-image:url(../bilder/layout/bg-menue-active.gif);
}
#sites div.active a {
	color:#fff;
}
/* RUNDE ECKEN */
.lo {
	background: url(../bilder/layout/lo.gif) no-repeat scroll left top;
}
.ro {
	background: url(../bilder/layout/ro.gif) no-repeat scroll right top;
}
.lu {
	background: url(../bilder/layout/lu.gif) no-repeat scroll left bottom;
}
.ru {
	background: url(../bilder/layout/ru.gif) no-repeat scroll right bottom;
}
#sidebar .ru, #flaeche .ru {
	height:485px;
}
#header .ru {
	height:60px;
}
/* FORMAT CONTENT */
#welcome {
	padding:20px;
	padding-top:40px;
}
#welcome h2 {
	text-transform:none;
}
#welcome p {
	color:#333;
}
#content p, #content li {
	font-size:15px;
	line-height:21px;
}
.csplit2left {
	float:left;
	width:480px;
}
.csplit2right {
	float:right;
	width:310px;
}
.csplit2bleft {
	float:left;
	width:310px;
}
.csplit2bright {
	float:right;
	width:480px;
}
.spacer1 {
	font-size:10px;
	height:10px;
	overflow:hidden;
}
#flaeche {
	background: #E3E9E6;
}
/* PRODUKTLISTE */
.item {
	border-collapse:collapse;
	width:100%;
	border:0;
}
.item td {
	padding-top:10px;
	border-top:dashed 1px #9DB9AE;
}
table.first td {
	border-top:0;
	padding-top:0;
}
.item .img {
	width:90px;
	padding-bottom:10px;
}
.item .img img {
	width:90px;
	height:90px;
	border:0px;
	background: url(../bilder/layout/loading.gif) no-repeat scroll center center;
}
.item .img a {
	text-decoration:none;
}
.item .text {
	padding-left:10px;
}
#content .item .text h2 {
	text-transform: none;
	line-height:normal;
}
#content .item .text h2 a {
	text-decoration:none;
}
#content .item .text p {
	font-size:11px;
	/*line-height:15px;*/
	line-height:normal;
}
p.red {
	color:#BF243A;
}
a.more {
	color:#BF243A;
	text-decoration:none;
}
a.more:hover {
	text-decoration:underline;
}
/* SONSTIGES */
.boxS {
	height:155px;
	width:235px;
	overflow:hidden;
	margin-bottom:10px;
}
#content div.green {
	background:url(../bilder/layout/bg-boxS-green.gif) no-repeat scroll left top;
}
#content div.white {
	background:url(../bilder/layout/bg-boxS-white.gif) no-repeat scroll left top;
}
.boxS .inner {
	padding:6px;
}
#content .boxS .inner h1, #content .boxS .inner h2, #content .boxS .inner h3 {
	text-align:center;
	margin-bottom:5px;
}
#content .boxS .inner h2 {
	text-transform:none;
}
#content .boxS .inner h1 a {
	text-decoration:none;
}
#content .boxS .inner p {
	font-size:11px;
	line-height:normal;
	color:#333;
}
.bannerS {
	height:155px;
	overflow:visible;
	margin-bottom:10px;
}
.bannerS img {
	background: url(../bilder/layout/loading.gif) no-repeat scroll center center;
	border:0;
	width:235px;
	height:155px;
}
.bannerM {
	height:155px;
	overflow:visible;
	margin-bottom:10px;
}
.bannerM img {
	background: url(../bilder/layout/loading.gif) no-repeat scroll center center;
	border:0;
	width:310px;
	height:155px;
}
.bannerXL {
	height:320px;
	overflow:visible;
	margin-bottom:10px;
}
.bannerXL img {
	background: url(../bilder/layout/loading.gif) no-repeat scroll center center;
	border:0;
	width:480px;
	height:320px;
}
.bannerL {
	height:260px;
	overflow:visible;
	margin-bottom:10px;
}
.bannerL img {
	background: url(../bilder/layout/loading.gif) no-repeat scroll center center;
	border:0;
	width:480px;
	height:260px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.small {
	font-size:10px;
}
#footer a {
	text-decoration:none;
}
.messelogo {
	width:90px;
	height:110px;
	margin-right:10px;
	text-align:center;
	font-size:15px;
	color:#007A5E;
}
.messelogo a {
	display:block;
	margin-bottom:10px;
	margin-top:10px;
}
.messelogo a img {
	border:0;
}
#map {
	height:258px;
	width:478px;
	margin-bottom:10px;
	border:solid 1px #007A5E;
	-moz-border-radius:4px;
}


/* FORMULARE */
form{display:inline;}
table.sform{width:310px;border:0;}
table.sform td{padding:0;}
table.sform td{padding-bottom:4px;font-size:15px;}
table.sform td.text{width:100px;}
table.sform td.field{width:210px;}
input.field, textarea.field{
	width:208px;
	border:solid 1px #E3E9E6;
	font: 15px Arial, Helvetica, sans-serif;
	color: #007A5E;
}
textarea.field{
	overflow:auto;
}
input.field:focus, textarea.field:focus{
	border:solid 1px #BF243A;
}
input.button{
	background:#E3E9E6;
	border:solid 1px #E3E9E6;
	-moz-border-radius:3px;
	color:#007A5E;
	font: 15px Arial, Helvetica, sans-serif;
}
input.button:hover, input.button:focus{
	border:solid 1px #007A5E;
	background:#007A5E;
	color:#fff;
}

/* HISTORIE */
table.history{width:100%;
border:0;}
table.history td{font-size:15px;padding-bottom:10px;}
table.history td.year{width:12%;}
table.history td.text{width:88%;}