@charset "UTF-8";

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background-color: #666;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 30pt;
	margin: 20px 0;
	padding: 0;
	color: #8abb2d;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 12pt;
}

h5 {
	font-size: 10pt;
}

h6 {
	font-size: 8pt;
}

p {
	font-size: 9pt;
	color: #676767;
	font-weight: normal;
}

strong {
	font-weight: bold;
	font-size: 10pt;
}

small,.small {
	color: #676767;
	font-size: 7pt;
	font-weight: normal;
}

/* LINKS */
a,a:link,a:active,a:visited {
	color: #8abb2d; /* #64553c; */
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a.btn {
	background: transparent url("/img/btn-green.gif") no-repeat 0 -29px;
	width: 78px;
	height: 31px;
	margin: 0;
	padding: 0;
	color: #fff;
	/*font-weight: bold;
    font-size: 12px; 
    */
	display: block;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

a.btn:hover {
	background-position: 0 1px;
	overflow: hidden;
}

a.btn-big {
	background: transparent url("/img/button-green-big.gif") no-repeat 0 0;
	width: 140px;
	height: 25px;
	margin: 5px 0 0 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}

a.btn-big:hover {
	background-position: 0 -25px;
}

a.small {
	font-size: 7pt;
	/* font-weight: bold;*/
}

/* END LINKS */
ul,li,ol,ul li,ol li {
	font-weight: normal;
}

.borderLeft {
	border-left: #d9dadb solid 1px;
}

.borderRight {
	border-right: #d9dadb solid 1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}

.bgGrayGradient {
	background: transparent url(/img/grauerVerlauf.gif) repeat-x 0 bottom;
}

.error-message {
	color: red;
}

.noDisplay {
	height: 0px !important;
	width: 0px !important;
}

/* LAYOUT */
noscript {
	color: red;
	margin: 0px auto;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 45%;
	z-index: 9999;
}

#root {
	width: 1100px; /*980px;*/
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color: #fff;
}

/* HEADER */
#header {
	margin: 0;
	padding: 0;
	height: auto;
	width: 1100px;
	position: relative;
	background: #fff url("/img/submenu-shadow.gif") no-repeat bottom center;
	z-index: 10;
}

#headerLogo {
	margin: 0 60px;
	padding: 0;
	width: 980px;
	position: relative;
}

#headerLogo img {
	width: 378px;
	height: 41px;
	padding: 30px 0;
}

#mainNav {
	margin: 0;
	padding: 0 60px;
	width: 980px;
	height: 50px;
	position: relative;
	background: #000 url("/img/mainmenu-bg.gif") repeat-x;
	color: #fff;
	font-size: 12pt;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 48px;
	position: relative;
	display: block;
	line-height: 48px;
	text-align: center;
}

#mainNav ul li {
	display: inline;
	float: left;
	background: transparent url("/img/mainmenu-devider.gif") no-repeat right
		2px;
	padding: 0;
	padding-right: 2px;
}

#mainNav ul li.last {
	font-size: 9pt;
	font-weight: bold;
	background: none;
}

#mainNav ul li a,#mainNav ul li span {
	float: left;
	color: #f5f5f5;
	text-decoration: none;
}

#mainNav ul span.space {
	padding: 1px;
	margin: 0 260px 0 0;
}

#mainNav ul li a {
	background: transparent url("/img/mainmenu-nav-bg.gif") repeat-x 0 50px;
	overflow: hidden;
	padding: 0 9px;
	font-weight: bold;
}

#mainNav ul li a:hover {
	background-position: -1px -47px;
	overflow: hidden;
	text-decoration: none;
}

#mainNav ul li.last a {
	padding: 0 5px;
}

#mainNav ul li.last img {
	height: 11px;
	width: 16px;
	border: none;
	vertical-align: middle;
	margin: 0 3px 3px 0;
}

#mainNav ul li a.active {
	background-position: -1px -47px;
	overflow: hidden;
	color: #fff;
	text-decoration: underline;
}

#subNav {
	padding: 0 60px 0 80px;
	margin: 0;
	position: relative;
	width: 960px;
	height: 29px;
	line-height: 32px;
	font-size: 9pt;
	color: #fff;
	background: transparent url("/img/submenu-bg.gif") repeat-x;
}

#subNav h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	color: #fff;
	line-height: 30px;
	background: transparent url("/img/submenu-arrow.gif") no-repeat left
		center;
	font-size: 9pt;
}

/* =============================== */
#contentWrapper {
	padding: 0;
	margin: 0;
	width: 1100px;
	height: auto;
	position: relative;
	background-color: #fff;
}

/* ====HOME========= */
#mainTeaser {
	padding: 0 60px 0 60px;
	margin: 0;
	width: 980px;
	height: 280px;
	background: #eee url("/img/mainteaser-bg.gif") repeat-x;
	position: relative;
	overflow: hidden;
}

/*  CODA SLIDER */
#slider {
	position: relative;
	height: 280px;
	width: 652px;
	margin: 0;
	padding: 0;
}

#slidernavigation {
	margin: 0;
	display: block;
	width: auto;
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 0px;
	z-index: 5;
}

#slidernavigation li {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	background: transparent url("/img/switch-button-bg.gif") no-repeat;
	width: 32px;
	height: 37px;
	line-height: 35px;
}

#slidernavigation a {
	color: #4c4b4c;
	font-weight: bolder;
	text-decoration: none;
	background: transparent url("/img/switch-button-nav-bg.gif") no-repeat 0
		0;
	overflow: hidden;
	font-size: 23px;
	margin: 0;
	padding: 3px 8px 0px 7px;
}

#slidernavigation a:hover,#slidernavigation a.active {
	background-position: 0 -30px;
	color: #fff;
}

#panelwrapper {
	overflow: hidden;
	background-color: white;
	width: 652px;
	height: 280px;
	clear: left;
	margin: 1px 0 0 0;
	padding: 0;
}

#slidersections {
	width: 3660px;
}

#slidersections div {
	float: left;
	padding: 10px;
	width: 652px;
	height: 280px;
}

.panel {
	background: #f5f5f5 url("/img/dummy-teaser-startseite.gif") repeat-x 0
		2px;
}

.panel h2 {
	font-size: 24pt;
	margin: 25px 0 10px 0;
	line-height: normal;
}

.panel p {
	width: 480px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 20pt;
	/*line-height: 28px;*/
}

.panel strong {
	font-weight: bold;
	font-size: 12pt;
}

.panel1 {
	background: #f5f5f5 url("/img/mainteaser1.png") no-repeat;
}

.panel2 {
	background: #f5f5f5 url("/img/mainteaser2.png") no-repeat;
}

.panel2 h2 {
	margin-top: 10px;
}

.panel2 p {
	width: 345px;
}

.panel3 {
	background: #f5f5f5 url("/img/mainteaser3-2.png") no-repeat;
}

.panel3 h2 {
	width: 440px;
}

.panel4 {
	background: #f5f5f5 url("/img/mainteaser4.png") no-repeat;
}

.panel4 p {
	width: 430px;
}

/*================*/
#newsBox {
	margin: 1px 0 0 0;
	padding: 10px 0 0 8px;
	float: right;
	width: 320px;
	height: 280px;
	position: relative;
	background: transparent url("/img/newsbox-bg.jpg") no-repeat;
}

#blog,#twitter {
	height: 120px;
}

#blog h2,#twitter h2 {
	line-height: normal;
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	padding-left: 22px;
	color: #060606;
	font-size: 9pt;
}

#blog  a.rss,#twitter a.rss {
	font-size: 9pt;
}

#blog h2 {
	background: transparent url("/img/rss-logo.gif") no-repeat left center;
}

#twitter h2 {
	background: transparent url("/img/twitter-logo.gif") no-repeat left
		center;
}

#blog ul,#twitter ul {
	display: block;
	margin: 0px 10px 5px 40px;
	color: #676767;
	list-style: url("/img/news-list-style.gif") outside;
}

/*#blog ul li,#twitter ul li{ line-height:normal; }*/
#twitter ul {
	margin-top: 5px;
}

#blog ul a,#twitter ul a {
	text-decoration: none;
	font-size: 9pt;
	color: #676767;
	font-weight: normal;
}

#blog ul a:hover,#twitter ul a:hover {
	text-decoration: underline;
}

/*================================*/
#targetSelection {
	margin: 0;
	padding: 0;
	width: 1100px;
	position: relative;
	height: 227px;
	background: #fbfbfc url("/img/targetselection-bg.gif") no-repeat center
		center;
}

.target {
	float: left;
	width: 305px;
	margin: 0;
	padding: 0 10px;
	height: 218px;
	position: relative;
	border-left: #d9dadb solid 1px;
}

.target a.btn {
	position: absolute;
	right: 20px;
	bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	color: #fff;
}

.target h1 {
	margin: 10px 0;
	padding: 0;
	line-height: 21pt;
	font-weight: bold;
	color: #8abb2d;
}

.target p {
	font-weight: normal;
	font-size: 10pt;
}

.t1 {
	margin-left: 60px;
	background: transparent url("/img/kundenservice.gif") no-repeat 0 bottom
		;
}

.t2 {
	background: transparent url("/img/idee.gif") no-repeat 0 bottom;
}

.t3 {
	background: transparent url("/img/brand.gif") no-repeat 0 bottom;
	border-right: #d9dadb solid 1px;
	padding-right: 12px;
}

/* ========================== */
#communities {
	width: 1100px;
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
}

#communities h1 {
	margin: 0 0 0 60px;
	padding: 0;
}

#companyLogos {
	overflow: hidden;
	width: 980px;
	margin: 0 60px;
	padding: 0;
	position: relative;
	clear: both;
	height: 150px;
}

#companyLogos a {
	width: 250px;
	text-align: center;
}

.main-seperator {
	width: 1100px;
	height: 70px;
	margin: 50px 0 0 0;
	background: #fff url("/img/teaser-shadow.gif") no-repeat center top;
	position: relative;
	clear: both;
}

.top-seperator {
	width: 1100px;
	height: 10px;
	padding: 0;
	margin: 30px 0 0 -60px;
	background: #fff url("/img/teaser-shadow-top.gif") no-repeat center top;
	position: relative;
	clear: both;
}

/*==== EO HOME ===*/
.boxwrapper {
	padding: 0 60px 0 60px;
	margin: 0;
	width: 980px;
	height: auto;
	position: relative;
}

.box {
	width: 980px;
	position: relative;
	height: auto;
	padding: 10px 0;
}

.box ul {
	display: block;
	margin: 0;
	color: #676767;
	list-style: url("/img/news-list-style.gif") outside;
}
.glossar ul{
	display: inline;
	list-style: none;
}
.glossar ul li{
    display: inline;
}	
.glossar ul li:after{
    content: ", ";
}	
	
	
.box ol {
	display: block;
	margin: 5px 20px 5px 50px;
	color: #676767;
	list-style-type: decimal;
	list-style-position: outside;
}

.box ol li {
	padding: 5px 0;
}

.box table {
	margin: 10px auto;
}

.box table td {
	border: #d9dadb 1px solid;
	padding: 4px 10px;
	text-align: center;
	vertical-align: middle;
}

.box table td.col1 {
	width: 340px;
	text-align: left;
}

.box table .row2 strong,.box table .row1 strong {
	font-size: 8pt;
	font-weight: normal;
}

.box table th {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	color: #8abb2d;
	font-weight: bold;
	text-align: center;
}

.box table ul {
	width: 80%;
	margin-left: 10%;
}

.box table tr.gray {
	background-color: #f2f3f4;
}

.box table tr.head {
	background: #333 url("/img/table-grayGradient.gif") repeat-x 0 -12px;
	color: #fff;
	font-weight: bold;
}

.box table strong {
	font-size: 9pt;
}

.box table small {
	font-size: 8pt;
}

.box table h3 {
	font-weight: bold;
	margin: 5px;
	font-size: 10pt;
	line-height: 10px;
}

.box table tr.head h3 {
	color: #fff;
}

.box table a.btn-big {
	font-weight: bold;
	font-size: 9pt;
	color: #fff;
	text-decoration: none;
}

.box form {
	margin-top: -15px;
}

.box form,.box form label,.box form input,.box form textarea {
	display: block;
}

.box form label {
	margin-top: 15px;
	cursor: pointer;
	font-weight: bold;
}

.submit {
	line-height: 25px;
	margin: 0;
	padding: 0;
}

.submit input {
	background: transparent url("/img/btn-green.gif") no-repeat 0 -29px;
	width: 78px;
	height: 31px;
	margin: 15px 0;
	padding: 0 0 5px 0;
	color: #fff;
	font-weight: bold;
	border: none;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
}

.submit input:hover {
	background-position: 0 1px;
	overflow: hidden;
}

.box div.object {
	margin: 20px auto;
	position: relative;
}

/* ==========================================================*/
.box240 {
	margin: 20px -10px 20px 50px;
	width: 250px;
	height: 140px;
	padding: 5px;
	background-color: #fff;
	border: 2px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border--radius: 5px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.box240 div.Rimag {
	margin: 10px auto 0 auto;
	text-align: center;
	position: relative;
}

.box240 img {
	margin: 5px auto;
	width: auto;
	height: auto;
}

.box240 h1 {
	line-height: 18px;
	font-size: 9pt;
	letter-spacing: 0;
	margin: -4px -4px 5px -4px;
	padding: 0;
	text-align: center;
	background: #333 url("/img/table-grayGradient.gif") repeat-x 0 -10px;
	border: 1px solid #d9dadb;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	color: #fff;
}

.live{
	position: absolute;
	bottom: -26px;
	left:109px;
	z-index: 10;
}
.showcase{
	position: absolute;
	bottom: -16px;
	left:75px;
	z-index: 10;
}

/* ========================================================= */
.shadow {
	width: 1100px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: transparent url("/img/teaser-shadow.gif") no-repeat 0 top;
	border-top: #d9dadb solid 1px;
}

.twoCcols {
	width: 980px;
	height: auto;
	position: relative;
}

.twoCols .left,.twoCcols .right,.twoCols .left ul,.twoCols .right ul,.twoCols .left ul li,.twoCcols .right ul li
	{
	width: 480px;
	margin: 0 0 0 5px;
	padding: 0;
}

.twoCols .leftBig,.twoCols .leftBig ul,.twoCols .leftBig ul li {
	width: 520px;
}

.twoCols .rightSmall,.twoCols .rightSmall ul,.twoCols .rightSmall ul li
	{
	width: 340px;
}

/* ============================== */ /* FOOTER */
#footer {
	margin: 0;
	padding: 0 60px;
	width: 980px;
	height: 151px;
	position: relative;
	color: #7e7e7e;
	background: #000 url("/img/footer-bg.gif") repeat-x;
	/*
    font-size: 13px;
    */
	clear: both;
}

#footer div {
	margin: 0;
	padding: 15px 0 0 0;
	height: 151px;
	float: left;
	padding-right: 2px;
	margin-right: 20px;
	background: transparent url("/img/footer-devider.gif") no-repeat right
		15px;
	line-height: normal;
}

#footer div.col1 {
	width: 200px;
}

#footer div.col2 {
	width: 142px;
}

#footer div.col3 {
	width: 236px;
}

#footer h3 {
	color: #7e7e7e;
	font-size: 9pt;
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	float: left;
}

#footer ul {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

#footer ul li a {
	font-size: 9pt;
	text-decoration: none;
	color: #7e7e7e;
	line-height: 14pt;
	font-weight: bold;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer div.col1 ul li {
	width: 180px;
}

#footer div.col2 ul li {
	width: 142px;
}

#footer div.col3 ul li {
	width: 236px;
}

/********
  Tour
*********/
.tour .box {
	padding-top: 0px;
}

.tour h1 {
	margin-bottom: 0;
	line-height: normal;
}

.tour h4 {
	color: #484949;
	font-size: 10pt;
	font-weight: bold;
	margin: 15pt 0;
	/*width: 700px;*/
	line-height: normal;
	text-align: center
}

.tour a.btn-big {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.tour .right {
	margin-right: 45%;
}

#tourslider {
	padding: 0 20px;
	margin: 50px auto 0 auto;
	height: 440px;
	overflow: hidden;
	width: 980px;
}

.tourpanel {
	text-align: center;
}

.tourpanel img {
	width: 660px;
}
