@CHARSET "UTF-8";

/* felogin */

.error {
	color: red;
}
.tx-felogin-pi1 legend {
	margin: 0 0 1em 0;
	font-weight: bold;
}
.tx-felogin-pi1 label {
	width: 140px;
}
.tx-felogin-pi1 div {
	margin: 0 0 1em 0;
}
.tx-felogin-pi1 input {
	width: 100px;
}
.tx-felogin-pi1 input.submit {
	margin: 0 0 0 140px;
	width: auto;
	background-image: url(../gfx/bg_menu_main.gif);
	background-repeat: repeat-x;
}

/* indexed search */
.tx-indexedsearch .tx-indexedsearch-browsebox li { 
	background: none;
	display:inline;
	margin: 0;
	padding: auto;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#007AD6; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

.tx-indexedsearch-rules p {
	font-size: 90%;
}

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }

/* Local styles for indexed search. Remove all the worthless info */
.tx-indexedsearch-whatis, .tx-indexedsearch-info, .tx-indexedsearch-icon, .tx-indexedsearch-result-number{
	display:none;
}

.tx-indexedsearch-res > div{
	padding:5px;
}
ul.browsebox{
	padding:0;
}
.tx-indexedsearch .upper{
	border-width:0 0 1px 0;
}
.tx-indexedsearch .upper, .tx-indexedsearch .lower{
	padding:5px;
}
.tx-indexedsearch .ge-box{
	margin-top:50px;
}
#tx_indexedsearch fieldset > div{
	float:left;
}

#tx_indexedsearch{
	margin-top:1em;
}
#tx_indexedsearch fieldset > div label{
	padding: 0;
	width:auto;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword{
	width:300px;
	padding:2px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button{
}

.tx-indexedsearch .upper  h1, 
.tx-indexedsearch .lower h2{
	margin:0;
}

.tx-indexedsearch .upper  h1 span{
	text-transform:none;
	color:inherit;
}

.tx-indexedsearch-browsebox p{
	font-weight:bold;
	clear:both;
}

.tx-indexedsearch-browsebox li{
	
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup{
	color:inherit;
}

#tx-indexedsearch-searchbox-sword{
    display: block;
    float: left;
    margin: 0 10px;
}

#tx-indexedsearch-searchbox-button-submit {
    width: auto;
    padding: 3px 25px 3px 3px;
}
	
/* modz */
.tx-indexedsearch legend {
	display: none;
}

/* tt_news */
.news-list-date {
	display: block;
	float: right;
}

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-latest-container HR.clearer,
.news-list-container HR.clearer,
.news-list2-container HR.clearer,
.news-list3-container HR.clearer,
.news-single-item HR.cl-left,
.news-single-item HR.cl-right
 {
	clear:right;
	height:0;
	border:none;
	padding:0;
	margin:0;
}
.news-list2-container HR.clearer,
.news-list3-container HR.clearer {
	clear:both;
}

.news-single-item HR.cl-left {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

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

.news-latest-gotoarchive {
	padding:3px;
	margin:3px;
	background-color:#f3f3f3;
	/* shouldn't be visible at all. mt, 25.01.2011 */
	display:none;
}


.news-latest-container h2 {
	font-size:16px;
	margin-top: 10px;
}

.news-latest-item {
	padding:0;
	margin:0 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
}

.news-latest-item hr {
	display:none;
}

.news-latest-item img {

	margin: 0 5px 5px 0;
	float:left;
	border: none;
}
.news-latest-category img {
	float: none;
	border:none;
	margin:0px;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	padding: 0;
}
.news-list-item {
	position: relative;
	padding: 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}
.news-list-image {
	float: left;
	width: 170px;
	margin: 0 20px 20px 0;
	padding: 3px;
	background: #cfcdce;

	background: -moz-linear-gradient(left, #CECED0 0%, #F6F5F3 50%, #CECED0 100%); /* firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#CECED0), color-stop(50%,#F6F5F3), color-stop(100%,#CECED0)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CECED0', endColorstr='#CECED0',GradientType=1 ); /* ie */
}
.news-list-content {
	float: left;
	width: 460px;
}
.news-list-item hr {
	display:none;
}
.news-list-container h2 {
	position: relative;
	margin-top: 0; 
}
.news-list-date {
	position: absolute;
	top: 0px;
	right: 10px;
	display: none;	
}
.news-list-imgcaption {
	padding:3px 3px 0 0;
}

.news-list-container img {

}
.news-list-category img {
	float: none;
	border:none;
	margin:0px;
}
.news-list-morelink {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.news-latest-item .news-list-morelink  {
	position: relative;
	display: block;
	text-align: right;
	bottom: auto;
	right: auto;	
}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.news-list-browse {
	text-align:center;
	margin-bottom:20px;
}
.activeLinkWrap {
	font-weight:bold;
}
.disabledLinkWrap {
	color: #999;
}
.disabledLinkWrap,
.browseLinksWrap a,
.activeLinkWrap {
	padding:0 1px;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	margin: 1em 0 0 0;
}
.news-single-item h2 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}
.news-single-img {
	width: 260px;
	float: right;
	margin: 0 10px 10px 20px;
}
.news-single-img img {
	margin: 0 10px 10px 0;
	border: 3px solid  #cfcdce;
}
.news-single-imgcaption {
	padding: 1px 0 3px 0;
	margin: -10px 0 0 0;
	
}
.news-single-rightbox {
	float: right;
	text-align:right;
	clear:both;
	padding: 5px 0 0 0;
}
.news-single-backlink {
	padding: 0 0 0 20px;
}
.news-single-backlink  a {
	color: #007AD6;
}
.news-single-related,
.news-single-files,
.news-single-links  {
	margin: 0;
	margin-bottom: 3px;
	padding: 3px;
}
.news-single-related dd,
.news-single-links dd,
.news-single-files dd {
}
.news-single-related dt,
.news-single-links dt,
.news-single-files dt {
	font-weight: bold;
	margin: 10px 0;
}
.news-single-files dd a {
	padding: 0 3px;
}

/* --- np_joblist --- */

.np_joblist_details .buttons {
	text-align: right;
	padding: 2em 0;
}

.np_joblist_details .buttons a {
	padding: 6px;
	margin: 1em 0 1em 1em;
	color: white;
	background-color: #007AD6;
	font-weight: bold;
	text-decoration: none;
}

.np_joblist_list table {
	width: 100%;
	border: 0;
}
.np_joblist_list table tr td {
	background: #efefef;
	border: 1px solid white;
	border-left: 0;
	border-right : 0;
	border-top: 0;
}

/* --- np pwchange --- */
.tx-nppwchange-pi1 label {
	clear: left;
	float: none;
}

.tx-nppwchange-pi1 .nppwchange-form #password,
.tx-nppwchange-pi1 .nppwchange-form #password_again {
	float: left;
}

/* --- np_registration (FE-User-Admin Styles) */
/* FE-User-Admin Styles */
.jobTable { margin: 0px 0px 20px 0px;}
.jobTable TR TD.bodytext { padding: 2px 0px;}
.jobTableHeader { margin: 0px 0px 5px 0px; }
.separatorRow { background-color: #DEE0ED; font-weight: bold; padding: 3px 0px 3px 3px; }
.sectionHeadline { padding: 8px 0px 0px 0px; border-bottom: 1px #bebebe solid; font-weight: bold; }


/* Styling ml_career */

.tx-mlcareer-pi1 { padding: 0px; text-align: right; background-color: #DEE0ED; }
.tx-mlcareer-pi1 H1 { background-color: #495178; text-align: left; padding: 2px; border-bottom: 3px solid #fff; color: #fff; font-size: 11px; font-weight: bold; }
.tx-mlcareer-pi1 .fieldWrapper { background-color: #DEE0ED; padding: 5px; border-bottom: 3px solid #fff; }
.tx-mlcareer-pi1 .lbl { clear: left; float: left; width: 200px; margin: 10px 0px 0px 0px; text-align: left; }
.tx-mlcareer-pi1 .select_country { float: left; margin: 10px 0px 0px 0px; }
.tx-mlcareer-pi1 .select_position { float: left; margin: 10px 0px 0px 0px; }
.tx-mlcareer-pi1 INPUT { clear: both; border: 1px solid rgb(73, 81, 120); background-color: #d4d0c8; padding: 2px 10px; margin: 10px 5px 5px 0px; }


.tx-mlcareer-pi1 #found-vacancies { text-align: left; padding: 5px 0px; background-color: #DEE0ED; }
.tx-mlcareer-pi1 #found-vacancies TABLE { border-collapse: collapse; margin: 0px; width: 100%;  }
.tx-mlcareer-pi1 #found-vacancies TABLE TR TD { padding: 5px; border-bottom: 3px solid #fff; vertical-align: top;  background-color: #DEE0ED; }
.tx-mlcareer-pi1 #found-vacancies TABLE TR TD A { text-decoration: underline; border: none; background-color: transparent; padding: 0px; margin: 0px; }
.tx-mlcareer-pi1 #found-vacancies A, .tx-mlcareer-pi1 .border A {  clear: both; text-decoration: none; border: 1px solid rgb(73, 81, 120); background-color: #d4d0c8; padding: 2px 10px; margin: 3px; }

.tx-mlcareer-pi1 #selected_vacancy { text-align: left; padding: 5px; background-color: #DEE0ED; }
.tx-mlcareer-pi1 .border { border-top: 3px solid #fff; padding: 13px 5px 0px 0px; }


ul.errors {
	margin-bottom: 2em;
}
ul.errors li {
	font-weight: bold;
	color: #f00000;
}
.error {
	font-weight: bold;
	color: #f00000;
}

/*** password check ***/
#password_strength, #password_alert, #password_compare {
	margin: 5px 5px 0 0;
}

.password-strength-weak {
	background-image: url('../gfx/exclamation.gif');
	height: 16px;
}

.password-strength-strong {
	background-image: url('../gfx/accept.gif');
	height: 16px;
}

.password-alert-alert {
	background-image: url('../gfx/error.gif');
	height: 16px;
}

.password-alert-none {
	background-image: none;
	height: 0px;
}

.password-compare-not {
	background-image: url('../gfx/error.gif');
	height: 16px;
}

.password-compare-ok {
	background-image: url('../gfx/accept.gif');
	height: 16px;
}
.password-compare-none {
	background-image: none;
	height: 0px;
}

table.jobTable,
.jobTable table,
.jobTable td {
	border: 0;
}

#password_strength, #password_alert, #password_compare {
	margin: 5px 5px 0 0;
}
.password-strength-weak {
	background-image: url("../gfx/exclamation.gif");
	height: 16px;
}

.tx-npregistration label{
	width: 180px;
	float: left;
	clear: left;
}

.tx-npregistration label.wide {
	width: 300px;
}
 
.tx-npregistration input,
.tx-npregistration textarea {
	width: auto;
	float: left;
	margin: 2px auto;
}

.tx-npregistration .input_select {
	width: 207px;
}

.tx-npregistration .error {
	clear: both;
	float: left;
	margin: 10px 0;
}

.tx-npregistration-infotext, .tx-npapplicationform-infotext {
	clear: left;
}

.tx-npregistration-password-alert {
	display: block;
	float: left;
	width: 250px;
	padding-left: 20px;
}

.tx-npregistration h2, .tx-npapplicationform-pi1 h2 {
	clear: both;
}

.tx-npregistration-radiogroup {
	float: left;
	display: block;
	padding: 4px 0;
}

.tx-npregistration-radiogroup input {
	margin-right: 5px;
}

.tx-npregistration-radiogroup label {
	float: left;
	clear: none;
	width: auto;
	padding: 0;
}

.tx-npregistration-radiogroup input {
	clear: left;
}

.tx-npregistration-fileupload {
	display: block;
	float: left;
}

.tx-npregistration-fileupload label {
	clear: none;
	padding: 0;
}
.tx-npregistration-fileupload a, .tx-npregistration-fileupload span {
	clear: left;
	float: left;
}

.tx-npregistration dl, .tx-npapplicationform-pi1 dl {
	padding: 5px 0;
}

.tx-npregistration dt, .tx-npapplicationform-pi1 dt {
	float: left;
	clear: left;
	display: block;
	width: 40%;
	margin-bottom: 3px;
	font-weight: normal;
}

.tx-npregistration dd, .tx-npapplicationform-pi1 dd {
	display: block;
	width: 50%;
	float: left;
}

.tx-npregistration .input_zip {
	width: 41px;
}

body.webkit .tx-npregistration .input_zip {
	width: 40px;
}

.tx-npregistration .input_zip {
	margin-right: 4px;
}

/* --- np_applicationform --- */
.tx-npapplicationform-boxleft, .tx-npapplicationform-boxright {
	display: block;
	float: left;
}

.tx-npapplicationform-boxleft {
	width: 40%;
}

.tx-npapplicationform-boxright {
	width: 50%;
}

.tx-npapplicationform-selectgroup input {
	float: left;
	clear: left;
	width: auto;
	margin-left: 0;
}

.tx-npapplicationform-selectgroup label {
	float: left;
	padding: 0;
	width: auto;
}

/* --- CSS Filelinks --- */
.filelinks .filecount {
	display: none;
}

.filelinks a {
	line-height: 150%;
}

.filelinks div.vcf {
	background: url(../gfx/addressbook.png) left center no-repeat;
	padding-left: 30px;
}

.userinfo .label {
	width: 77px;
	display: inline-block ;
}

/* --- np_address -- */
.tx-npaddress-pi1-detail {
	font-family: inherit;
	font-size: inherit;
	width: auto;
}

.tx-npaddress-pi1 table,
.tx-npaddress-pi1 td {
	border: none;
}

.tx-npaddress-pi1 td {
	padding: 0 1.5em 0.5em 0;
}

.tx-npaddress-pi1 .backlink {
	margin: 1em 0;
}