/* 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:32px;
	text-transform:uppercase;
	line-height:40px;
}
h2{
	font-size:17px;
	text-transform:uppercase;
	line-height:24px;
}
h3{
	font-size:17px;
	line-height:24px;
}
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;
	height:26px;
	border-bottom:dashed 1px #9DB9AE;
}
#sidebar{
	width:160px;
	border-left:solid 10px #fff;
	margin-bottom:10px;
	margin-right:10px;
	background: #E3E9E6;
	float:left;
}
#content{
	float:left;
	width:800px;
}
#contentPortal{
	float:left;
	width:950px;
}
#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 */
#menue a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:17px;
	margin-left:18px;
}
#menue a sub{
	font-size:10px;
	text-transform: lowercase;
}
#menue a.reflink{
	color:#9DB9AE;
}
#menue a.reflink:hover{
	color:#BF243A;
}
#menue a.active{
	color:#BF243A;
}
/* 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:17px;line-height:24px;}
#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:17px;display:block;}
#sites div a:hover{color:#fff;}
#sites div.active{margin-left:45px;}

/* 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{height:485px;}
#header .ru{height:60px;}

/* FORMAT CONTENT */
#welcome{
	padding:20px;
	padding-top:40px;
}
#welcome p{
	color:#333;
}
#content p{
	font-size:15px;
	line-height:22px;
}
.csplit2left{
	float:left;
	width:480px;
}
.csplit2right{
	float:right;
	width:310px;
}
.csplit2bleft{
	float:left;
	width:310px;
}
.csplit2bright{
	float:right;
	width:480px;
}
.csplitoben{padding-left:35px;padding-right:50px;}
.csplitunten{padding-left:180px;background:#f0f0f0;}
.spacer1{
	font-size:10px;
	height:10px;
	overflow:hidden;
}

/* PRODUKTLISTE */
.item{
	float:left;
	width:215px;
	height:270px;
	border-left:dashed 1px #9DB9AE;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.item img{
	border:0;
	margin-bottom:10px;
}
a.more{
	color:#BF243A;
	text-decoration:none;
}
a.more:hover{
	text-decoration:underline;
}

/* SONSTIGES */
.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;}
.item img.flag{
	width:13px;
	height:8px;
	border:solid 1px #000;
	margin-bottom:0;
}
