html {
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../img/background.jpg");
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../img/background.jpg");
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../img/background.jpg");
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../img/background.jpg");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3))), url("../img/background.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../img/background.jpg");
    min-height: 100%;
}

body {
	background: none;
	background-color: transparent;
}

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
	color: #c8d326;
	margin-bottom: 0px;
}

.fancybox-inner h1, .fancybox-inner h2, .fancybox-inner h3 {
	color: #c8d326;
}

a {
	color: white;
}

div.form_field a {
	color: #333;
}

div.box {
	border-top: none;
}

					  div.tabs > a.tab_selected { color: #c8d326; border-top: solid 3px #c8d326; }
					  div.tabs > a.tab_selected > span.icon { background-color: #c8d326; }
					  div.tabs_subtab > a.tab_selected { background-color: #c8d326; color: white; border-left: solid 1px #c8d326; border-top: solid 1px #c8d326; }
						div.tabcontent div.box { border-left: solid 1px #c8d326; border-right: solid 1px #c8d326; border-bottom: solid 1px #c8d326; }
					  div.title { border-top: solid 5px #c8d326; }
					  a.action { background-color: #c8d326; }
					  div.breadcrumbs > a:hover { border: solid 1px #c8d326; background-color: #c8d326; }
					  h1 { color: #c8d326; }
						#content div.title h5, div.teaser_title { color: #c8d326; }
						a.dataset span.icon { background-color: #c8d326 !important; }
						table.data th { background-color: #c8d326 !important; color: white }
						table.data tr.tablefilter td { background-color: white; background: rgba('.$rgbcolor.',0.2) }
						table.data tr.white:hover, table.data tr.grey:hover, table.data tr.selected { background-color: #c8d326 !important; color: white }
						#content li.on:hover, div.teaser_content_small:hover, a.dataset:hover {
								background-color: #c8d326 !important;
								background: -moz-linear-gradient(left, rgba('.$rgbcolor.',1) 0%, rgba('.$rgbcolor.',0) 100%) !important; /* FF3.6-15 */
								background: -webkit-linear-gradient(left, rgba('.$rgbcolor.',1) 0%, rgba('.$rgbcolor.',0) 100%) !important; /* Chrome10-25,Safari5.1-6 */
								background: linear-gradient(to right, rgba('.$rgbcolor.',1) 0%, rgba('.$rgbcolor.',0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
							}


.table_filter_top a {
	color: #333;
}

a.action {
	background-color: #c8d326;
}

a.action:hover {
	background-color: #a1ad00;
}

div.logocontainer {
	width: 176px;
	height: 80px; 
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 10px;
}

a#logo {
	display: none;
}

a#mainlogo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	height: 80px;
	position: relative;
	z-index: 1;
}

div.addlogocontainer {
	width: 176px;
	height: 80px; 
	position: absolute;
	right: 236px;
	top: 20px;
	padding: 10px;
	background-color: white;
}

a.addlogo {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	height: 80px;
	position: relative;
	z-index: 1;
}

nav {
	margin-top: 0px;
	margin-left: 0px;
}

nav ul {
	position: relative;
	width: 100%;
	display: block;
	text-align: left;
	margin: 0px;
}

nav ul li {
	display: inline-block;
	list-style-type: none;
	height: 100px;
	margin-left: 0px;
	margin-right: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#868686+0,000000+100 */
	/* background: rgb(67,76,83); /* Old browsers */
	/* background: -moz-linear-gradient(top, rgba(67,76,83,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, rgba(67,76,83,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, rgba(67,76,83,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background-color: rgba(0, 0, 0, 0.5);
}

nav ul li.unselected:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#868686+0,000000+100 */
	/* background: rgb(87,87,87); /* Old browsers */
	/* background: -moz-linear-gradient(top, rgba(87,87,87,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, rgba(87,87,87,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, rgba(87,87,87,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background-color: #434c53;
}

nav ul li.selected {
	background-color: #c8d326;
}

a.nav {
	display: block;
	padding-top: 75px;
	min-width: 100px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 25px;
	background-size: 50px 30px;
	font-size: 0.7rem;
	color: white;
}

div#main {
	min-height: calc(100% - 200px);
	padding: 20px;
}

#content {
	margin-right: 0px;
}

table.data th {
	background-color: #c8d326;
	color: white;
}

fieldset {
	background-color: rgba(0, 0, 0, 0.5);
}

input.submitbutton, input[type='submit'] {
	background-color: #c8d326;
	border: solid 1px white;
	cursor: pointer;
	color: white;
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: normal;
}

input.submitbutton:hover, input[type='submit']:hover {
	background-color: #a1ad00;
}

table.form > tbody > tr > td > label {
	min-width: 120px;
	display: inline-block;
}

#col {
	display: none;
}

fieldset {
	color: white;
	padding: 10px;
}

div.overlay > div {
	background: #909090;
}

.overlay .form_submit_buttons_overflow {
	background-color: #909090;
}

#bewerbungdetail h2 {
	color: #c4a052;
}

.dataset_important {
	background-color: #c4a052;
}

.kpi_data { color: #c4a052; }