html, body {
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	color: #768187;
}

#main-container {
	width: 802px;
	position: relative;
	padding: 72px 0 0;
	margin-left: 50px;
}

form {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

a {
	outline: none;
}

button,
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

span.green {
	color: #d4d700;
}

.clear-both {
	clear: both;
}

table p {
	margin: 0;
	padding: 0;
}

table p {
	margin: 0;
}

table tr.gray {
	background-color: #ececec;
}

table tr.white {
	background-color: white;
}

table.content-table td {
	padding: 1px 3px;
}

table.collapse {
	border-collapse: collapse;
}

table.collapse td {
	border: 1px solid gray;
}

#header,#header_inner {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	/*z-index: 1000;*/
	display:block;
	height:90px;
}
div#header form {
	display:none;
}
#header h3 {
	display:none;
}

#header h3 a {
	display: none;
}
#print_logo {
	display:block;
	position:absolute;
	left:400px;
	top:15px;
}
#header p {
	margin: 0;
}

#header p.right-text {
	float: left;
	display:none;
	width: 230px;
	font-size: 0px;
	line-height: 17px;
	padding:0;
	font-weight: bold;
}

#header p.left-text {
	float: right;
	width: 450px;
	text-align: right;
	padding: 0;
	font-weight: bold;
	position:absolute;
	top:0;
	left:110px;
	display:none;
}


#header div a:hover {
	text-decoration: underline;
}

#nav {
	padding: 0;
	margin: 0 0 29px;
	list-style: none;
	height: 2px;
	display:none;
	background: url(../images/nav-bg.gif) repeat-x;
}

#nav:after {
	content: '';
	display: block;
	clear: both;
}

#nav li {
	float: left;
	border-right: 1px solid #fff;
	height: 2px;
	position: relative;
}

#nav li a {
	float: left;
	height: 2px;
}

#nav li:hover a, #nav li.hover a, #nav li.active a {
	background-position: 0 -29px;
}

#nav li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 29px;
	display: none;
	left: -1px;
	width: 155px;
	border: 1px solid #fff;
	border-bottom: none;
}

#nav li ul li {
	width: 100%;
	border-right: 0;
	height: auto;
	border-bottom: 1px solid #fff;
}

#nav li ul a {
	background: url(../images/nav-hover.gif) repeat-x 0 0 !important ;
	padding: 8px 6px 8px 13px;
	color: #fff;
	height: 1%;
	display: block;
	float: none;
	text-indent: 0;
	text-decoration: none;
}

#nav li ul a span {
	display: block;
	line-height: 11px;
	padding: 1px 13px 2px 0;
	background: url(../images/nav-arrow.gif) no-repeat 130px 50%;
}

#nav li:hover ul li:hover a, #nav li.hover ul li.hover a {
	background-position: 0 -60px !important ;
}

#nav li:hover ul li:hover ul a, #nav li.hover ul li.hover ul a {
	background: url(../images/nav-hover.gif) repeat-x 0 0 !important ;
}

#nav li:hover ul li:hover ul li:hover a, #nav li.hover ul li.hover ul li.hover a {
	background-position: 0 -60px !important ;
}

#nav li:hover ul ul, #nav li.hover ul ul {
	top: -1px;
	left: 155px;
	display: none;
}

#nav li:hover ul, #nav li.hover ul, #nav li:hover ul li:hover ul, #nav li.hover ul li.hover ul {
	display: block;
}

#breadcrumbs {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 12px;
	display:none;
}

#breadcrumbs a {
	color: #b4cb07;
	text-decoration: none;
	float: left;
	padding: 0;
	background: url(../images/bc-arrow.gif) no-repeat 0 50%;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#header fieldset {
	display:none;
	float: right;
	width: 187px;
	height: 18px;
	border: 1px solid #b6ca01;
	padding: 0;
	display: inline;
	overflow: hidden;
	margin: 0 1px 0 0;
}

#header fieldset .text {
	height: 15px;
	font: 12px Arial, Helvetica, sans-serif;
	border: none;
	float: left;
	width: 160px;
	color: #bacd0e;
	padding: 1px 0 1px 5px;
	background: none;
	outline: none;
	display:none;
}

#header fieldset .submit {
	float: right;
}

#container {
	overflow: hidden;
	height: 1%;
	background: none;
}

#container-banner {
	overflow: hidden;
	height: 1%;
	background: none;
}

#content {
	float: left;
	width: 613px;
	overflow: hidden;
}

#content-stage {
	padding: 0 0 25px 13px;
	overflow: hidden;
	width: 584px;
}

#content .inf-block {
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
	margin: 0 22px 18px 0;
}

#content .inf-block.last {
	border: none;
	margin: 0 22px 5px 0;
}

#content a {
	color: #9bb000;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content a.download {
	background: url(../images/pic-download.gif) no-repeat 2px 0;
	padding: 0 0 2px 16px;
}

#content .post {
	overflow: hidden;
	height: 1%;
	margin: 0 0 19px;
}

#content .post .pic {
	float: left;
	width: 160px;
	padding: 2px 20px 0 0;
}

#content .post .pic img {
	float: right;
}

#content .post .inf {
	overflow: hidden;
	height: 1%;
}

#content .post h2 {
	margin: 0 0 9px;
	color: #b4cb07;
	font-size: 16px;
}

#content .post h3 {
	margin: 0 0 12px;
	font-size: 14px;
}

#content .post h4 {
	margin: -8px 0 13px;
	position: relative;
	font-size: 11px;
}

#content .post p {
	margin: 0 0 17px;
	line-height: 16px;
}

#content a.more {
	color: #768187;
	background: url(../images/link-arrow.gif) no-repeat 0 50%;
	padding: 0 0 0 16px;
	text-decoration: underline;
}

#content a.more:hover {
	color: #9bb000;
}

#content div.left {
	float: left;
	width: 160px;
	padding: 2px 20px 0 0;
}
/* added team_left cause of smaller fotos on team site*/
#content div.team_left {
	float: left;
	width: 250px;
	padding: 2px 20px 0 0;
}

#content div.right {
	float: left;
	width: 355px;
}
/* added team_left cause of smaller fotos on team site*/
#content div.team_right {
	float: left;
	width: 180px;
}

#content div.right p {
	margin-bottom: 2px;
}

#content fieldset {
	padding: 11px 0 10px;
	margin: 0 22px 19px 0;
	border: 0;
	background: #b4cb07;
	overflow: hidden;
}

#content fieldset p {
	float: left;
	width: 200px;
	padding: 2px 0 0 16px;
	font-size: 16px;
	color: #fff;
	margin: 0;
	font-weight: bold;
}

#content fieldset select {
	float: left;
	width: 269px;
	height: 20px;
	font: 12px Arial, Helvetica, sans-serif;
}

#content fieldset input {
	float: left;
	margin: 2px 0 0 7px;
}

#content .title {
	overflow: hidden;
	height: 1%;
	padding: 18px 0 13px 3px;
}

#content .title h1, .title h2 {
	float: left;
	padding: 0 20px 0 0;
}

#content a.back {
	padding: 0 0 0 16px;
	font-weight: bold;
	color: #768187;
	background: url(../images/title-arrow-link.gif) no-repeat 0 4px;
}

#content a.back:hover {
	color: #9bb000;
}

#content a.more {
	padding: 0 0 0 16px;
	font-weight: bold;
	color: #768187;
	background: url(../images/link-arrow.gif) no-repeat 0 4px;
}

#content a.more:hover {
	color: #9bb000;
}

#content .title a {
	display: block;
	float: left;
	margin: 7px 0 0;
}

#content h1 {
	margin: 0 0 10px;
	font-size: 20px;
	color: #b4cb07;
}

#content h2 {
	font-size: 16px;
	color: #b4cb07;
	margin: 0 0 10px;
}

#content h3 {
	margin: 0 0 10px;
	font-size: 14px;
	color: #b4cb07;
}

#content h4 {
	margin: 0 0 10px;
	font-size: 12px;
	color: #b4cb07;
}

#content h2 a {
	color: #b4cb07;
}

#content div.news-detail h2 {
	margin-bottom: 15px;
}

#content h1.content {
	padding-top: 20px;
	margin-bottom: 15px;
}

img.fixedimage {
	float: left;
	display: block;
	margin-right: 18px;
	margin-bottom: 12px;
}

.table {
	overflow: hidden;
	height: 1%;
	padding: 0 0 20px;
	width: 549px;
}

.table ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
	background: #fff;
	border-top: 1px solid #cfcfcf;
}

.table ul li {
	float: left;
	width: 555px;
	padding: 5px 0 1px 16px;
	border-bottom: 1px solid #cfcfcf;
}

.table .table-title {
	overflow: hidden;
	height: 1%;
	padding: 0 0 0 16px;
}

.table .table-title h5 {
	margin: 0 0 6px;
	float: left;
	font-size: 13px;
	text-align: center;
	padding: 17px 0 0;
}

.table .table-title h5.rows {
	padding: 0;
}

.table p {
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	float: left;
	text-align: center;
}

.table img {
	display: inline;
}

.table .col1 {
	width: 220px;
	text-align: left !important ;
}

.table .col2 {
	width: 62px;
}

.table .col3 {
	width: 94px;
}

.table .col4 {
	width: 79px;
}

.table .col5 {
	width: 70px;
	padding: 0 0 0 8px;
	text-align: left !important ;
}

.table .table-title h5.col5 {
	padding: 17px 0 0 8px;
}

#content .table a {
	float: left;
	padding: 0 0 0 16px;
	text-decoration: none;
	color: #768187;
	background: url(../images/table-arrow.gif) no-repeat 0 7px;
}

#content .table a:hover {
	text-decoration: underline;
}

#sidebar {
	display:none;
	float: right;
	width: 189px;
	margin: 2px 0 0;
	background: #fff url(../images/sidebar-tbg.jpg) no-repeat;
}

#sidebar div.bg {
	overflow: hidden;
	height: 1%;
	padding: 27px 0 45px;
	background: url(../images/sidebar-bbg.jpg) no-repeat 0 100%;
}

#sidebar div.bg div.inf {
	overflow: hidden;
	height: 1%;
	padding: 0 14px 0 11px;
}

#sidebar div.bg div.inf div {
	overflow: hidden;
	height: 1%;
	padding: 0 0 10px;
	margin: 0 0 10px;
	background: url(../images/dots.gif) repeat-x 0 100%;
}

#sidebar div.bg div.inf div.news {
	width: 150px;
	padding: 0;
	margin: 0 0 12px;
}

#sidebar div#sidebar-empty-news {
	height: 30px;
	width: 150px;
	margin:35px 0 0 0;
}

#sidebar img {
	display: block;
	margin: 0 0 12px;
}

#sidebar div.bg h4 {
	color: #fff;
	font-size: 14px;
	text-align: right;
	margin: 0 0 13px;
	padding: 0 3px;
}

#sidebar div.bg h3 {
	color: #fff;
	font-size: 15px;
	margin: 0 0 7px;
	padding: 0 3px;
}

#sidebar ul {
	padding: 0;
	margin: 0 0 13px;
	font-size: 12px;
	list-style: none;
}

#sidebar div.bg div.inf div.news ul {
	font-size: 11px;
	padding: 0 10px 0 0;
	margin: 0 0 8px;
}

#sidebar ul.list2 {
	font-weight: bold;
}

#sidebar ul li {
	padding: 0 0 1px 17px;
	background: url(../images/list-arrow1.gif) no-repeat 0 6px;
}

#sidebar div.bg div.inf div.news ul li {
	padding: 0 0 3px 17px;
}

#sidebar ul.list2 li {
	background: url(../images/list-arrow2.gif) no-repeat 0 5px;
	padding: 0 0 1px 18px;
}

#sidebar a {
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar a.abo {
	font-size: 14px;
	font-weight: bold;
	background: url(../images/arrows.gif) no-repeat 2px 4px;
	padding: 0 0 0 23px;
	float: left;
}

#footer {
	overflow: hidden;
	height: 1%;
	text-align: center;
	font-size: 10px;
	padding: 14px 0 40px;
	font-weight: bold;
	display:none;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	padding: 0 4px 2px 7px;
	background: url(../images/footer-separator.gif) no-repeat 0 50%;
}

#footer ul li.first {
	background: none;
}

#footer a {
	color: #afafaf;
	text-decoration: none;
}

#footer a:hover {
	color: #b4cb07;
}

/* news */
span.news-date {
	padding-left: 4px;
	font-size: 11px;
	color: #768187;
}

div.list-news-line {
	margin-bottom: 25px;
}

/* team */

div.list-team-line {
	margin-bottom: 25px;
	margin-right:15px;
	width:270px;
	float:left;
	height: 245px;
}
img.team_photo {
	display: block;
	margin-bottom:10px;
}

/* ##################################faqs ###################################*/

#content div.list-faq-line h2 {
	font-size: 14px;
	margin-left: 29px;
}

#content div.list-faq-line h2 a {
	color: #768187;
	background: url(../images/arrow-right.gif) no-repeat 0 3px;
	padding-left: 16px;
	display: block;
}

#content div.list-faq-line h2 a:hover {
	color: #b4cb07;
	text-decoration: none;
}

div.faq-answer {
	display: none;
}

div.faq-answer-display {
	display: block;
	padding-left: 45px;
	margin-bottom: 26px;
}

#content div.list-faq-line h2 a.faq-headline-active {
	color: #b4cb07;
	text-decoration: none;
	background: url(../images/arrow-down.gif) no-repeat 0 5px;
	padding-left: 16px;
}

div.list-faq-line-first {
	margin-top: 26px;
}

/* ######################### offerlist ##############################*/
div.list-offers-line {
	/*width:500px;*/
	margin-bottom:15px;
}

div.list-offers-line img {
	float:left;
	margin-right:10px;
}
#offer_data_map {
	float:left;
}
div.partner_offer_list{
	margin-bottom:15px;
}
div.partner_offer_image {
	float:left;
}
div.partner_offer_content {
	float:left;
}
hr {
	margin:25px 0 25px 0;
	border:1px solid #cfcfcf;
}
div#offer_detail{
	margin-top:15px;
	margin-left:10px;
}
div#offer_detail_headline {
	margin-right:15px;
	float:left;
}
div#offer_detail_back {
	float:left;
	margin-top:8px;
}
div#offer_detail_left {
	float: left;
}
div#offer_detail_right {
	float:left;
	width: 370px;
}
span#offer_detail_valid {
	font-size:16px;
	color:#b4cb07;
	font-weight:bold;
	margin-bottom:15px;
}
span#offer_detail_company_name a{
	font-size:16px;
	color:#768187;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:15px;
}

/*##################################partnersearch #############################*/
table#partner_search_list {
	width:100%;
	border-top:1px solid #98a0a4;
}

table#product_search_list {
	width: 100%;
}

table#partner_search_list thead,
table#product_search_list thead {
	width:100%;
	background-color:#fff;
}
table#partner_search_list thead td,
table#product_search_list thead td {
	width:100%;
	padding:6px 10px;
}
table#partner_search_list tbody,
table#product_search_list tbody {
	width:100%;
	background-color:#ffffff;
}
table#partner_search_list tbody tr:hover,
table#product_search_list tbody tr:hover {
	width:100%;
	background-color:#fff;
}

table#partner_search_list tbody td,
table#product_search_list tbody td {
	border-bottom:1px solid #98a0a4;
	width:100%;
	padding:8px 10px;
}
table#partner_search_list tbody td a,
table#product_search_list tbody td a {
	color:#768187;
}

table#partner_search_list tbody td.center,
table#product_search_list tbody td.center {
	text-align: center;
}

form#partner_search fieldset {
	margin:0;
	padding:0;

}
form#partner_search,
form#product_search,
#form-select {
	background-color:#b4cb07;
	color:white;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:15px;
}

#form-select {
	margin-top: 18px;
}

form#partner_search select,
form#product_search select,
#form-select select {
	width:300px;
}
input#partner_search_submit,
input#product_search_submit,
#form-select-submit {
	vertical-align:middle;
}
span#partner_choose,
span#product_group_choose
#form-select-choose {
	margin-right:5px;
	float:left;
}
#content a.partner-search-link {
	color:#98a0a4;
	text-decoration:none;
}

#content a.partner-search-link:hover {
	text-decoration: none;
}

tr.product_search_headline td {
	border-top: 0;
	border-bottom: 1px solid #98a0a4;
}

div#partner_search_list_text {
	font-weight:bold;
	margin-left: 15px;
	margin-bottom: 3px;
}

table.partner-detail {
	margin-top: 15px;
}

table.partner-detail td {
	vertical-align: top;
}

#content table.partner-detail td h1.content {
	padding-top: 0;
}

table.partner-detail td.partner-detail-left {
	width: 160px;
	text-align: right;
}

table.partner-detail tr.partner-top td.partner-detail-left {
	vertical-align: bottom;
	padding-bottom: 20px;
}

table.partner-detail td.spacer {
	width: 20px;
}

table.partner-detail tr.spacer {
	height: 30px;
}


/*##############################glossary####################################*/
td.glossary_has {
	padding:3px 5px;
	background-color:#b4cb07;
	color:#ffffff;
}
#content a.glossary_link {
	color:#ffffff;
}

td.glossary_not {
	padding:3px 5px;
	background-color:#b9c0c4;
	color:#ffffff;
}
td.glossary_active {
	padding:3px 5px;
	background-color:#8caa0c;
	color:#ffffff;
}
#glossary_result,#glossary_detail_table {
	margin-left:20px;
	margin-top:20px;
}
#content a.glossary_result_link {
	font-size:14px;
	color:#8f989d;
	background-image:url(../images/arrow-right.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:15px;

}

/*################################# startpage ##########################*/

#startpage-welcome {
	padding: 24px 0 0 13px;
}

#startpage-highlight-inner {
	margin-top: 2px;
}

#startpage-highlight-inner div.left {
	width: 290px;
	float: left;
	padding: 0 0 0 13px;
	padding-top: 24px;
}

#startpage-highlight-inner div.right {
	width: 300px;
	float: right;
}
/*############################## sitemap #############################*/
div#sitemap {
	margin-top:15px;
}

div#sitemap ul{
	list-style:none;
	float:left;
	width:230px;
	padding-left:15px;
	padding-bottom:5px;
	margin-left:0;
}
div#sitemap ul li{
	padding:2px 0 10px 0px;
}
div#sitemap ul li a{
	font-size:14px;
	background:#fff url("../images/link-arrow.gif") no-repeat center left;
	padding-left:15px;
}
div#sitemap ul li ul {
	list-style:none;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:15px;
}
div#sitemap ul li ul li{
	padding:0px;
}
div#sitemap ul li ul li a {
	font-size:12px;
	color:#768187;
	background:#fff url("../images/sitemap-line.gif") no-repeat center left;
	padding-left:5px;
}
div#sitemap ul li ul li ul {
	list-style:none;
	padding-left:15px;
	padding-bottom:0px;
	padding-top:0px;
}
div#sitemap ul li ul li ul li{
	padding:2px 0 2px 0px;
}
div#sitemap ul li ul li ul a{
	color:#a5aeb3;
	font-size:12px;
	background:#fff;
}

/* forms */

table.form {
	table-layout: fixed;
}

table.form td.label {
	text-align: right;
	font-size: 14px;
	padding-right: 12px;
	padding-top: 10px;
	vertical-align: top;
	width: 100px;
}

table.form td.html {
	padding-top: 10px;
	font-size: 14px;
	width: 236px;
}

table.form td.misc {
	padding-top: 10px;
	width: 200px;
	vertical-align: top;
}

table.form input.form {
	border: 1px solid #b6ca01;
	font-size: 14px;
	width: 186px;
	padding-left: 2px;
}

table.form input.form-small {
	width: 40px;
}

table.form input.form-middle {
	width: 139px;
}

table.form textarea.form {
	border: 1px solid #b6ca01;
	font-size: 14px;
	width: 436px;
	height: 136px;
	overflow: auto;
}

table.form tr.website {
	display: none;
}

button.form-button {
	background: url(../images/form-button-bg.gif) repeat-x;
	border: 0;
	color: white;
	padding-left: 55px;
	padding-right: 55px;
	cursor: pointer;
	font-size: 13px;
	height: 20px;
}

table.form textarea.form-error,
table.form input.form-error{
	border: 1px solid #ED1C24;
}

table.form div.error {
	font-size: 12px;
	color: #ED1C24;
	padding-bottom: 2px;
	border: 0;
}

div.success {
	margin-top: 20px;
	font-size: 14px;
}

/* ############# SEARCH */

ul#searchlist {
	list-style: none;
	padding: 0;
	border-top: 1px solid #98a0a4;
}

ul#searchlist li {
	border-bottom: 1px solid #98a0a4;
	padding: 6px 10px;
	background-color: #fff;
}

ul#searchlist li:hover {
	background-color: #f3f6ce;
}

div#back_link {
	position: absolute;
	padding-top: 20px;
}

