/*
#---------------------------------------------------------------------------
# Copyright  : rexx systems GmbH, 20097 Hamburg, Heidenkampsweg 101
#              Veränderung oder Nutzung der Scripte/Anwendung ist nur mit
#              schriftlicher Genehmigung der rexx systems GmbH gestattet.
#
# Definieren eines Stylesheets fuer die Ergaenzung von Templates
#
# ruft       : Nichts.
#
# $Id: base.css,v 1.1.2.15.2.3 2011-03-10 16:14:43 mmuths Exp $
#---------------------------------------------------------------------------
*/

html, body {background-color: #ffffff;}

html, body, td, th {

    font-family: arial, vardana, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #1A1919;/*#797878;*/

}

h1, .titel, .headline_black2 {

    font-size:18px;
    font-weight: bold;
    color:#2d2d2d;/*#797878;*/
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0px;

}

h2, h3, h4, h5, h6, .subtitle, .stellen_titel {
    font-size:13px;
    font-weight: bold;
    font-family: arial, vardana, sans-serif;
    color: #797878;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 10px;

}

.norm_text, .man_css, p {

    padding-top:0px;
    padding-bottom:10px;
    margin:0px;
    color: #1A1919; /*#797878;*/
    font-size: 12px;

}


ul {

    list-style-position:outside;

}

li {

    text-decoration:none;
    /*margin-left:-20px;*/

}

textarea, input, select {

    background-color:#FFF;
    border-width:1px;
    color:#041C43;
    font-family: arial, vardana, sans-serif;
    font-size:12px;
    margin-bottom: 4px;
}

textarea {

    width: 220px;
    height: 100px;

}

.send_message_caption{
	color: #3e74b7;
}

#jobCount {
	font-weight:bold;
}

.navitext{
	
	font-size:12px;
	padding:0 5px 0 5px;
	
}

.navitext a{
    	color: #000;
}

.logintitel{
	color:#797878;
	font-size:12px;
	font-weight:700;
}
#loginButton{
	background-color:#F5F5F5;
	border-style:solid;
	border-width:1px;
	color:#56646B;
	font-family: arial, vardana, sans-serif;
	font-size:11px;
}
td.stellenliste_head {
	padding: 6px 0 6px 8px;
    	background-color: #999999;
    	border: 0px;
    	font-size: 12px;
    	font-weight: bold;
    	color: #fff;

}

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

.stellenliste_head a:hover{
	text-decoration:none;
	color: #fff;
}

.job_table, .stellen_list {

    border: 0px;
    margin: 0px;

}

td.tdblue2, td.tdblue {

    background-color: #fff;
    border: 0px;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    padding:3px 0 3px 8px;

}

td.job_filter, td.jobfilter_cell {

    border: 0px;

}

a.portal_botton2 img, input.portal_botton2, #btn, a img {

    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    border: 0px;
    margin-left: 2px;

}

div.login_box {
	text-align:left;
    	width: 100%;
	padding:10px 0 10px 0;
	border-bottom:2px solid #999999;

}

div.content {
	text-align:left;
    	width: 100%;
	border:0px solid blue;

}

.login_box li, .login_box ul {

    display: inline;

}

.job_filter input {

    border: 0px;

}

div.login_form{
    background-color: #fff;
}

div.login_form input{
    border:0px;
}

input.go {

    background-color: #fff;
    border: 0px;

}

input#volltext {

    width: 130px;

}

#nav_vor {
	margin:0 0 4px 0;
}

#nav_back{
	margin:0 0 4px 0;
}

#emp p, #emp .norm_text, #emp .titel, #emp .ueberschrift, #emp #footer, #emp #msg{

    color: #000;

}

.norm_text li {

    list-style-image:url(/bilder/unique/symbole/bullet.gif)

}


div.table {
	border: 0px;
	display:table;
	border-collapse:collapse;
}

div.tr {
	display:table-row;
}

.upload_process{
	z-index: 100;
	position: absolute;
	visibility: hidden;
	text-align: center;
	width: 80px;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	border: 0px solid #ffffff;
}

.list_head, .list_head:link, .list_head:visited, .list_head:active, .list_head:hover {
    font-size: 10px;
    font-family: arial, vardana, sans-serif;
    font-weight: bold;
    color: #0000a2;
    background-color: #cccccc;
    margin-left: 2px;
    padding: 0px;
    text-decoration: none;
}


div.td {
	display:table-cell;
	border:none solid black;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 15px;
	margin-left: 20px;
	float: left;
}



.main {
	/*background-color: #ffffff;*/
	margin: 10px;
	border: 20px;
	border-style: solid;
	border-color: #ffffff;
}


.job_filter {
	vertical-align: middle;
	height: 100.01%;
	text-align: middle;
	border: 0px;
	border-style: none;
	border-color: #ffffff;
	font-size: 12px;
	float: left;
}



.loginreg{
	color:#000;
	font-size:8.5pt;
}

/*
a.menureg_link:link{
	text-align:left;
	text-decoration: none;
	color: #ffffff;
}
a.menureg_link:visited { text-decoration: inherit; color: #ffffff; }
a.menureg_link:hover   { text-decoration: inherit; color: #000000; }
a.menureg_link:active  { text-decoration: inherit; color: #ffffff; }
*/

a {

    	font-family: arial, vardana, sans-serif;
    	color: #3e74b7;
	text-decoration: none;
}

a:visited {

    	font-family: arial, vardana, sans-serif;
    	color: #3e74b7;
	text-decoration: none;
}

a:hover {

    	font-family: arial, vardana, sans-serif;
    	color: #3e74b7;
	text-decoration: underline;
}


.filter_selbox {
	width: 180px;
	font-family: arial, vardana, sans-serif;
	font-size: 12px;
	border:1px solid #CCCCCC;
}

input#volltext {

    font-family: arial, vardana, sans-serif;
	font-size: 12px;
	border:1px solid #CCCCCC;

}

.site {
	background-color: #999999;
	margin: 0px;
}



.mini {
    	font-family: arial, vardana, sans-serif;
    	color: #4e4e4e;
    	font-size:12px;
    	text-align:left;
}

.input_formbutton_normal {
    font-family: arial, vardana, sans-serif;
    font-size: 12px;
    color: #000000;
    border: 1px solid #000000;
    background-color: #ffffff;
    padding: 3px;
}

.input_formbutton_disabled {
    font-family: arial, vardana, sans-serif;
    font-size: 12px;
    color: #666666;
    border: 0px solid #999999;
    background-color: #ffffff;
    padding: 3px;
}

.input_formbutton_hilite {
    font-family: arial, vardana, sans-serif;
    font-size: 12px;
    color: #ffffff;
    border: 2px solid #e7eff7;
    background-color: #666666;
    padding: 3px;
}



.ueberschrift{
    font-family: arial, vardana, sans-serif;
    font-size: 10pt;
    font-weight:bold;
}

#button_bottom{
	padding:12px 0 0 0;
}

.hilite_text {
	font-weight: bold;
	font-size:12px;
	margin-left:0px;
	margin-right:0px
}


.stellen_text {
    	text-align: left;
    	font-size: 12px;
}

.error_message {
	font-size:8pt;
	line-height:11pt;
	color:#d52b1e;
}

.attachment_field {
	font-size:8pt;
	padding: 0px;
}

.highlight_text {
    	font-size: 12px;
    	font-weight: bold;
    	color: #ff6600;
    	margin-left: 0px;
    	margin-right: 0px;
    	text-align: left;
    	padding: 3px;
}


.error_text {
   	font-size: 8pt;
    	color:#d52b1e;
    	margin-left: 0px;
    	margin-right: 0px;
}

.tdgray {
   	background-color: #e9e9e9;
   	padding-left: 3px;
   	font-size: 10px;
   	color: #000000;
}

.tdtrans {
   	padding: 3px;
    	font-size: 10px;
   	color: #000000;
}

.SELECT_LANG {
    	text-align : right;
    	color: #000000;
    	font-size: 10px;
}

.LINK_KONZERNWEIT {
    	margin-top: 10px;
}

.headline_black0 {
    font-family: arial, vardana, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    margin-left: 0px;
    margin-right: 0px;
    padding: 3px;
}

.headline_black1 {
    font-family: arial, vardana, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin-left: 0px;
    margin-right: 0px;
    padding: 3px;
}

.stellenliste_cell {
    	font-size:12px;
    	margin-left: 15px;
    	margin-right: 15px;
	margin-top: 2px;
    	margin-bottom: 2px;
	color: #777777;
	font-weight:900;
}

.stellenliste_table {
    	font-size:12px;
    	margin-left: 0px;
    	margin-right: 0px;
	margin-top: 0px;
    	margin-bottom: 0px;
	color: #777777;
	font-weight:900;
}

.stellenliste_link a:link{
    	font-size:12px;
	font-weight:900;
	margin-left: 0px;
    	margin-right: 0px;
    	text-decoration: none;
	color: #777777;
}

.stellenliste_link a:visited {
    	font-size:12px;
	font-weight:900;
	margin-left: 0px;
    	margin-right: 0px;
    	text-decoration: none;
	color: #777777;
}

.stellen_navi a,
.stellen_navi a:focus,
.stellen_navi a:visited,
.stellen_navi a:link,
.stellen_navi a:active {
    font-size:12px;
	margin: 0;
	padding:0;
    text-decoration: none;
	color: #3E74B7;
}

.stellen_navi a:hover {
    text-decoration: underline;
}

.stellen_navi_sel a,
.stellen_navi_sel a:focus,
.stellen_navi_sel a:visited,
.stellen_navi_sel a:link,
.stellen_navi_sel a:hover,
.stellen_navi_sel a:active {
	color: #1A1919;
}

#jobPagerUnit {
	margin-bottom: 5px;
}

#jobPager td {
	border-right:1px solid #ccc;
	padding: 0 6px;
}

#jobPager .firstPagerCell {
	border-left:1px solid #ccc;
}

td#gotoFirstPage {
    background: transparent url(../../bilder/unique/symbole/Icon_nach_links.gif) no-repeat scroll center center;
	padding: 0 8px;
}

td#gotoLastPage {
	background: transparent url(../../bilder/unique/symbole/Icon_nach_rechts.gif) no-repeat scroll center center;
	padding: 0 8px;
}

td#gotoPreviousPage {
    background: transparent url(../../bilder/unique/symbole/back.gif) no-repeat scroll 11% 50%;
}

td#gotoNextPage {
    background: transparent url(../../bilder/unique/symbole/vor.gif) no-repeat scroll 85% 50%;
}



.login_field {
	text-align: left;
	border: 4px;
	border-color: #dddddd;
	border-style: solid;
}

.login_field2 {
	text-align: left;
	border: 4px;
	border-color: #FFFFFF;
	border-style: solid;
	float: left;
	width: 68%;
	padding: 10px;
}

.filter_field {
	text-align: center;
	border: 4px;
	border-color: #dddddd;
	border-style: solid;
	float: right;
	height: 100%;
	width: 27%;
	margin: 0px 0px 0px 0px;
	padding:  10px 0px 10px 0px;
}

.login_field_bew {
	text-align: left;
	border: 6px;
	border-color: #dddddd;
	border-style: solid;
	padding: 20px;
}

.stellenliste_link:hover {
    	font-size:12px;
	font-weight:900;
	margin-left: 0px;
    	margin-right: 0px;
    	text-decoration: underline;
}

.login {
    	font-size: 10px;
    	font-weight: normal;
   	text-decoration: none;
    	color: #000000;
    	text-align: left;
}

.app_form_group {

}

.filter_head {
    font-size: 10px;
}

.filter {
    width: 210px;
    border-width:1px;
    border-style:solid;
    border-color:black;
    font-size:10px;
    padding-left: 2px;
}



.sys_column, .sys_column:visited, sys_column:link, sys_column:hover, .sys_column:active {
    text-decoration: underline;
    font-size: 10px;
    color: #0000a2;
}


.whitebold {
 	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}



.agb_check, .agb_check_label {

    display: inline;
    float: left;

}

.agb_check input {

    background-color: #fff;

}

.agb_check_label {
    font-family: arial, vardana, sans-serif;
    width: 500px;

}
#applbox {
	font-size: 12px;
	clear: left;
}

#agree {
	font-size: 12px;
	float: none;
}

#applbox input,select {
    width: 200px;
}
#applbox textarea {
    width: 200px;
    height: 100px;
}

.portal_button {
    text-align: center;
    font-size: 10px;
    border:1px solid #b0b5c6;
    background-color: #f2f1f6;
    font-weight: 700;
    font-size: 11px;
    color: #727273;
    cursor: pointer;
    padding: 1px 15px 1px 15px;
}

.PopUpLayer {
    position: relative;
    top: -250px;
    left: 33%;
    width: 450px;
    text-align: left;
    border: 6px;
    background-color: white;
    border-color: #aaaaaa;
    border-style: solid;
    display:none;
    float: left;
    opacity:0.8;
}

/* CheckboxList */
.checklist {
	border: 1px solid #ccc;
	list-style: none;
	height: 10em;
	overflow: auto;
	width: 220px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left
}
.checklist li { margin: 0px; padding: 0px; height: 18px; border: 0px solid blue; text-align: left; float: left; width: 220px;}
.checklist li label { display: block; padding: 0px 0px 0px 25px; text-indent: -25px; border: 0px solid blue; height: 18px;}
.checklist li label:hover, .checklist li label:hover { background: #000055; color: #fff; }
.checklist li label input {margin: 1px 0px 1px 4px; padding: 0px; border: 0px solid green; width: 15px; height: 15px;}
.checklist li label span {margin: 0px 0px 0px 0px; padding: 0px 0px 6px 0px; border: 0px solid red; white-space: nowrap; vertical-align: middle; height: 1em;}
/* Ende CheckboxList */

.ovl_bg {
 background-color: #F6B86B;
 border: 1px outset;
 padding: 3px;
 filter: alpha(opacity = 80);
 -moz-opacity: .80;
 opacity: .80;
}


#tooltip {
	position: absolute;
	font-size: 10px;
	max-width: 150px;
	border: 1px solid #91C2DC;
	z-index: 10000;
	color: #333333;
	padding:5px;
	margin: 0px 0px 0px 0px;
	background-color: white;
}

.remember_question {
    width: 250px;
}

.hr {
    padding: 0px;
    height: 2px;
    margin: 0px;
}


.stellenliste_head_extended, .tdblue_extended {
    visibility:collapse;
    display:none;
}

.stellenliste_head_extended {
    visibility:collapse;
    display:none;
    padding: 5px 0 5px 8px;
	background-color: #e4e6ec;
	border: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #797878;
}


.tdblue_extended {
    background-color: #fff;
    border: 0px;
    font-size: 12px;
    color: #797878;
    font-weight: normal;
    padding-left: 8px;
}


