/* @override http://www.salt-solutions.de/fileadmin/templates/css/main.css */

/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414245;
}

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

/**
* Border
*/

.frame {
	margin: 0px 20px;
	width: 910px;
	height: auto;
	text-align: left;
}

.header {
	position: relative;
	height: 99px;
}

.header .quickNav {
	position: absolute;
	left: 11px;
	top: 42px;
	width: 140px;
	height: 55px;
	padding-left: 6px;
}

.header .quickNav #divQuickNav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 0px;
}

.header .quickNav * {
	margin: 0px;
	padding: 0px;
}

.header .quickNav a {
	display: block;
	width: 44px;
	height: 44px;
	float: left;
	overflow: hidden;
}

.header .navigation {
	position: absolute;
	top: 55px;
	left: 223px;
}

.header .logo {
	position: absolute;
	left: 795px;
	top: 32px;
	width: 115px;
	height: 50px;
}

.header .logoB {
	position: absolute;
	left: 669px;
	top: 33px;
	width: 95px;
	height: 47px;
}

.visual {
	position: relative;
	height: 200px;
}

.visual #divVisual {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 910px;
	height: 0px;
}

.visual .visualPane {
	position: absolute;
	width: 910px;
	height: 50px;
	bottom: 0px;
	background-color: #bf8f00;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.visual .title {
	position: absolute;
	width: 910px;
	height: 50px;
	bottom: 0px;
}

.visual .title h1 {
	margin: 16px 20px;
	text-transform: uppercase;
	font-size: 16px;
	color: #FFFFFF;
}

.footer {
	position: relative;
	width: 682px;
	height: auto;
	padding: 8px 0px 0px 228px;
}

.footer a {
	display: block;
	float: left;
	font-size: 11px;
	color: #bababa;
	margin: 0px 10px 0px 0px;
}

.footer .col {
	position: absolute;
	top: 8px;
	left: 0px;
	width: auto;
	height: auto;
}

.footerHome {
	padding-left: 0px;
}

.footerHome .col {
	position: relative;
	top: 0px;
	float: left;
}

.quicklinks {
	margin: 15px 0px 20px 0px;
	text-align:left;
	float:left !important;
	width: 250px;
}

.quicklinks ul {
	margin: 0px;
	padding: 0px;
}

.quicklinks * {
	font-size: 11px;
	color: #bababa;
}
.quicklinks .quicklinkshead {
	font-weight: bold;
	text-transform: uppercase;
	color: #999c9f;
	padding-bottom: 15px;
	padding-top: 5px;
}

.quicklinks ul li {
	list-style-type: none;
	display: block;
	float: left !important;
	margin-right: 8px;
}

.quicklinks ul li a {
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}

.colMain .quicklinks {
	padding-left: 30px;
	padding-right: 30px;
	border-top: 2px solid #fff;
	width: 620px;
}

.colMain .quicklinks ul li a {
	text-decoration: none;
	white-space: nowrap;
}

.colMain .quicklinks ul li a:hover {
	text-decoration: underline;
}
.colMain .quicklinks .quicklinkshead {
	color: #414245 !important;
	width: 100px;
}
/**
* Content
*/

.content {
	position: relative;
	width: 910px;
	height: auto;
	margin: 2px 0px 0px 0px;
	background-color: #f6f6f6;
	min-height: 325px;
}

.content .colMargin {
	padding: 0px 30px 0px 20px;
}
.colRight .colMargin {
	padding: 0px 30px 0px 20px;
	border-bottom: 1px solid #ededed;

}

.content .colMargin p {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.content .colNavigation {
	float: left;
	width: 228px;
	height: auto;
}

.content .colMain {
	float: left;
	background-color: #ededed;
	width: 455px;
	height: auto;
}

.content .colMain * {
	line-height: 20px;
}

.content .colTabs {
	padding: 20px 20px 0px 20px;
}

.content .colTabsBody {
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #dcdcde;
}

.content .colTabsBodyInner {
	padding: 0px 20px;
}

.content .colRight {
	float: left;
	width: 227px;
	height: auto;
}

.content .colRight * {
	font-size: 11px;
	line-height: 16px;
}

.content .colRight p {
	margin: 16px 0px;
}

.content .colRight .h2, .content .colRight h2 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999c9f;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 20px 0px -10px 0px;
}

.content .colClear {
	clear: both;
	width: 1px;
	height: 10px;
	overflow: hidden;
	margin: 0px;
}

.colTabsBodyInner .colClear {
	height: 1px;
}

/**
* Content - Home
*/

.contentHome {
	background-image: url(../images/bg_home.gif);
	background-repeat: repeat-y;
}

.contentHome .colMain {
	width: 607px;
}

.contentHome .colRight {
	width: 303px;
}

/**
* Content - 0 Spalten (Impressum...)
*/

.content0Col {
	background-image: url(../images/bg_col_0.gif);
}


.content0Col .colMain { 
	float: left;
	background-color: transparent; 
	width: 682px;
	height: auto;
}

/**
* Content - 1 Spalte
*/

.content1Col {
	background-image: url(../images/bg_col_1.gif);
}

.content1ColTabs {
	background-image: url(../images/bg_col_1_tabs.gif);
}

.content1Col .colMain, .content1ColTabs .colMain {
	width: 682px;
}

.content1Col .colMain .colMargin, .content1ColTabs .colMain .colMargin {
	padding-left: 30px;
}

/**
* Content - 2 Spalten
*/

.content2Col {
	background-image: url(../images/bg_col_2.gif);
}

.content2ColTabs {
	background-image: url(../images/bg_col_2_tabs.gif);
}

.content2Col .colMain .colMargin, .content2ColTabs .colMain .colMargin {
	padding-left: 30px;
}


/**
* Top-Navigation 
*/
ul.topnavigation {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.topnavigation li {
	float:  left;	
	margin: 0px 13px 0px 0px;
	padding: 0px;
}

ul.topnavigation li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ecb113;
}


/**
* Navigation
*/
.navigation {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.navigationLevel1 a {
	display: block;
	padding: 9px 22px;
	overflow: hidden;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.navigationLevel1 a:hover {
	color: #515256;
	text-decoration: underline;
}

.navigationLevel1 a.selected {
	border-bottom: none;
}

.navigationLevel1 a.current {
	color: #515256;
}

.navigationLevel2 {
	/* border-bottom: 2px solid #FFFFFF; */
}

.navigationLevel2 li a {
	display: block;
	height: auto;
	width: auto;
	border-right: 2px solid #ffffff;
	border-bottom: none;
	font-weight: bold;
	padding: 5px 0px 5px 35px;
	margin: 0px;
	text-transform:none;
}

.navigationLevel2 li a:hover {
	text-decoration: underline;
	color: #515256;
}

.navigationLevel2 li.selected a {
	color: #515256;
}

.navigationLevel2 li.first a {
	padding-top: 5px;
}

.navigationLevel2 li.last a {
	padding-bottom: 15px;
	border-bottom: 2px solid #fff;
}

.navigationLevel2 li.selected ul li a {
	color: #28757b !important;
}
.navigationLevel3 {
/*	border-bottom: 2px solid #FFFFFF; */
}

.navigationLevel3 li a {
	display: block;
	border-right: 2px solid #fff;
	border-bottom: none;
	font-weight: bold;
	padding: 0px 0px 3px 45px !important;
	margin: 0px;
	text-transform: none;
	color: #28757b !important;

}

.navigationLevel3 li a:hover {
	text-decoration: underline;
	color: #515256 !important;
}

.navigationLevel3 li.first a {
	padding-top: 0px;
}

.navigationLevel3 li.last a {
	padding-bottom: 10px !important;
	border-bottom: 0px solid #fff;
}
li ul.navigationLevel2 li ul.navigationLevel3 li.selected a {
	color: #515256 !important;
}


/*
// Klammern
.navigationLevel2 li.selected {
	background-image: url(../images/nav_inner.gif);
	background-repeat: no-repeat;
	background-position: 16px center;
}

.navigationLevel2 li.selected a {
	background-image: url(../images/nav_outer.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
*/

/**
* Tabs
*/

.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.tabs li {
	float: left;
	margin: 0px 2px 0px 0px;
	list-style: none;
}

.tabs li a {
	display: block;
	background-color: #f6f6f6;
	padding: 2px 7px 1px 7px;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}

.tabs li a.selected {
	background-color: #dcdcde;
}

/**
* Searchbox
*/

.colSearch {
	position: absolute;
	top: 5px;
	right: 18px;
	width: 189px;
	height: 30px;
	z-index: 100;
}

.colRightSearch {
	padding: 5px 18px 5px 20px;
	border-bottom: 1px solid #ededed;
}

form.formSearch {
	margin: 0px;
	padding: 0px 2px 0px 0px;
	background-color: #FFFFFF;
	border: 1px solid #c7c7c7;
}

form.formSearch .sword {
	padding-left: 5px;
	line-height: normal;
	font-size: 11px;
	border-color:  #fff;
	border: none;
	height: 14px;
	width: 160px;
}
/* Fuer IE6 */
* html form.formSearch .sword {
	width: 160px;
}
.contentHome form.formSearch .sword {
	width: 235px;
}

/**
* Formate
*/

p {
	margin: 20px 0px;
}

h3 {
	margin-bottom: -20px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}


a, a * {
	color: #ecb113;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.content .colMain a.external { background-position: left 5px; }
.content .colMain a.document { background-position: left 4px; }
.content .colMain a.superbox { background-position: left 4px; }
.content .colMain a {  text-decoration: underline;}

a.external {
	display: block;
	background-image: url(../images/link_external.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 14px;
	text-decoration: none !important;
}

a.document {
	display: block;
	background-image: url(../images/link_document.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 14px;
	text-decoration: none !important;
}
a.superbox {
	display: block;
	background-image: url(../images/link_documentpdf.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 14px;
	text-decoration: none !important;
}
.colMargin a:hover {
	text-decoration: underline !important;
}

ul {
	list-style: square;
	margin: 0 0px 20px;
	padding-left: 16px;
}

li {
	margin: 0px;
	padding: 0px;
}

h1, .h1 {
	padding: 0px;
	margin: 30px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
}

h2, .h2 {
	padding: 0px;
	margin: 20px 0px;
}

.h2sub {
	margin: 20px 0px 5px;
}

.contentImage .description {
	margin: 3px 0px 0px 0px;
}

.contentImage .description * {
	font-size: 11px;
	line-height: 16px;
}

.contentImage .description a {
	display: block;
	padding: 0px 0px 0px 14px;
	background-image: url(../images/link_zoom.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/**
* Sitemap
*/

.csc-sitemap ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.csc-sitemap ul li {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px;
	padding: 0px;
}

.csc-sitemap ul ul {
	padding-left: 20px;
}

.csc-sitemap ul ul li {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

.csc-sitemap ul ul ul li {
	font-size: 12px;
	font-weight: normal;
}


/** ### Inhaltsboxen ### */

.contentbox100 {
	float: left;
	clear: none;
	margin-right: 10px;
	margin-bottom: 25px;
	width: 620px;
	border: 0px solid #ff0000;
}

.contentbox50 {
	float: left;
	clear: none;
	margin-right: 10px;
	margin-bottom: 25px;
	width: 295px;
	border: 0px solid #ff0000;
}

.contentbox66 {
	float: left;
	clear: none;
	margin-right: 10px;
	margin-bottom: 25px;
	width: 400px;
	border: 0px solid #ff0000;
}

.contentbox33 {
	float: left;
	clear: none;
	margin-right: 10px;
	margin-bottom: 25px;
	width: 200px;
	border: 0px solid #ff0000;
}

.tx-VRInhaltsvorlagen-pi1 { margin-top: 0px; overflow:hidden; float: left; }
.tx-VRInhaltsvorlagen-pi1 div.contentbox33 p,
.tx-VRInhaltsvorlagen-pi1 div.contentbox50 p,
.tx-VRInhaltsvorlagen-pi1 div.contentbox66 p { margin: 0px; }


/**  ### JOBS / kb_shop ### **/
.list-item-content0 { padding: 0px 3px; background-color: #e1e1e1; }
.list-item-content1 { padding: 0px 3px; }




/** ### RG Tabs ### **/
/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
	padding: 100px 0px;
	background: url(spinner2.gif) no-repeat center;
}

.rgtabs-menu  {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.rgtabs-menu li, #left .rgtabs-menu li {
	float: left;
	margin: 0px 2px 0px 0px;
	cursor: pointer;
}

.rgtabs-menu li a, #left .rgtabs-menu li a {
	display: block;
	float: left;
	line-height: normal;
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #ecb113;
	background-color: #f6f6f6;
}

.rgtabs-menu li.rgtabs-selected a {
	background-color: #e3e3e4;
	color: #515256;
}

/* wraps the hole tab */
.rgtabs-wrapper {
	overflow: hidden;
	clear: both;
	background-color: #e3e3e4;
	border: 1px solid #e3e3e4;
	padding: 0px 30px 10px 30px;
	margin: 0px -30px -10px -30px;
}

.rgtabs-container {
	margin: 20px 0px 0px 0px;
}

/**
* News
*/

.news-latest-container {
	padding-bottom: 10px;
}

.news-latest-container div {
	margin: 0px -10px;
	padding: 10px;
}

.news-latest-container h3 {
	margin-top: 0px;
}

.news-latest-item-odd  {
	border-top: 1px solid #ededed;
	background-color: #f6f6f6;
}

.news-latest-item-even {
	border-top: 1px solid #ededed;
	background-color: #ffffff;
}

.news-image {
	float:right;
	position: relative;
}

.news-image IMG {
	border:1px solid #dcdcde;
	margin-left:20px; 
	margin-top: -5px;
	margin-right:5px;
}

/**
* Suchergebniss
*/

.tx-indexedsearch-res .res  {
	margin: 0px -10px;
	padding: 10px;
}

.tx-indexedsearch-res .percent {
	float: right;
}

.tx-indexedsearch-res p, .tx-indexedsearch-res h3 {
	margin: 0px;
}

.tx-indexedsearch-res .res-tmpl-css-odd {
	border-top: 1px solid #ededed;
	background-color: #ffffff;
}

.tx-indexedsearch-res .res-tmpl-css-even {
	border-top: 1px solid #ededed;
	background-color: #f6f6f6;
}

.tx-indexedsearch-browsebox strong * {
	color: #414245;
}


/**
* Presse Downlodas
*/
.tx-thpdfarchive-pi1-listrow-header * {
	font-weight: normal;
}

.list-container, .tx-thpdfarchive-pi1-listrow table {
	margin: 0px -5px;
}

.list-item-content0, .tx-thpdfarchive-pi1-listrow .more_articles2 {
	background-color: #ffffff;
}

.list-item-content1, .tx-thpdfarchive-pi1-listrow .more_articles1 {
	background-color: #f6f6f6;
}

.tx-thpdfarchive-pi1-listrow .more_articles1 td, .tx-thpdfarchive-pi1-listrow .more_articles2 td,
.list-item-content1, .list-item-content0 {
	border-top: 1px solid #ededed;
}

.tx-thpdfarchive-pi1-listrow td, .list-item-content0, .list-item-content1 {
	margin: 0px;
	padding: 5px 5px 3px 5px;
}

.tx-thpdfarchive-pi1-listrow p {
	margin: 0px;
	padding: 0px;
}


/**
* Formulare
*/
form {
	margin: 20px 0px;
	padding: 0px;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.csc-mailform-field {
	clear: both;
	padding: 2px 0px;
}

.csc-mailform-field label {
	float: left;
	width: 125px;
	padding-top: 3px;
	line-height: normal !important;
}

input.mf-input, textarea.mf-text {
	width: 400px;
	margin: 0px;
	padding: 1px 1px 1px 5px;
	line-height: normal !important;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
}

textarea.mf-text { 
	height: 100px;
}

input.mf-check, input.mf-radio {
	width:  15px;
	border: none;
}

input.mf-submit {
	line-height: normal !important;
	margin: 10px 0px 0px 125px;
	padding-left: 20px;
	padding-right: 20px;
}

.tabmiddle a, .tabfirst a, .tablast a {text-decoration:none !important; }
.tabmiddle a:hover, .tabfirst a:hover, .tablast a:hover {text-decoration:underline !important; }
/**
* Slimbox
*/

#lbCloseLink {
	background: none !important;
	text-align: right !important;
	height: auto !important;
}

/**
* Bild neben Text
*/

* HTML .csc-textpic-intext-left-nowrap DIV DIV.csc-textpic-text { margin-top: -20px; }

.content .colNavigation .csc-textpic {
	width: 180px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
}
	
.content .colNavigation .csc-textpic .csc-textpic-imagewrap {
	margin-bottom: 10px;
}
.content .colNavigation .csc-textpic .csc-textpic-text p strong { color: #999c9f !important; font-size:  11px; line-height: 14px;}