/* $Id: base.css,v 1.1.2.22 2016/01/20 07:06:37 vgaus Exp $ */

/******************/
/* zone_positions */
/******************/

#frame_zone {
    width:761px;
}


#popup_zone {
    margin:15px;
}


/****************/
/* zone_modules */
/****************/

#select_language {
    min-height:0;
    display:none;
}


/**************/
/* typo       */
/**************/

/* fontface replacement Arial Narrow */
@font-face {
    font-family: 'ArialNarrow';
    src: url('../fonts/arial_narrow-webfont.eot');
    src: local(ArialNarrow), url('../fonts/arial_narrow-webfont.woff') format('woff'), url('../fonts/arial_narrow-webfont.ttf') format('truetype'), url('../fonts/arial_narrow-webfont.svg#webfonto74rsrwi') format('svg');
    font-weight: normal;
    font-style: normal;
}

#frame_zone, #popup_zone, td, th, caption {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #666666;
    line-height: 19.5px;
}

a, a:visited, a:hover, a:active, a:focus {
    text-decoration:none;
    color:#B0356A;
}

h1, .titel, .h1 {
    /*font-family: 'HelveticaNeueW47LtCn',Arial,sans-serif;*/
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 22.5px;
    color: #666666;
    margin-top:0;
    margin-bottom: 28px;
}

h2 {
    font-family: Arial, sans-serif;
    font-size:13px;
    margin:19px;
    text-transform: uppercase;
}

h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
    font-size:13px;
    margin:16px;
    text-transform: uppercase;
}

ul {
    list-style: disc outside none;
    padding: 0;
    margin: 0 0 0 1px;
}

li {
    padding: 0;
    list-style-type: disc;
    line-height:1.5em;
    margin: 0 0 0 28px;
}

hr, .separator {
    margin:1em 0;
    width:100%;
    border:0;
    border-top:1px solid #E8E8E8;
    border-bottom:transparent;
}

.norm_text {min-height:0;}

.norm_text, p, .stellen_text, .inner_content {
    margin:18px 0;
}

.error_message, .error_text {
    padding-left:.2em;
}

td.error_text {padding-left:1em;}

.highlight_text {
    font-weight:bold;
    background-color:#FFD700;
    color:#000;
    padding:.2em;
}

.hilite_text img {margin:0 .4em 1px 0;}

.hilite_text_blau {padding-left:.8em;}

.mini, .hilite_text {
    font-size: 13px;
    color: #666;
}

.norm_text .hilite_text {
    font-size: inherit;
    color: inherit; 
}

.hilight_text_stern,
.hilite_text_stern {
    color:#B0356A;
}

.pf_text {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #666;
}

/*****************/
/* form elements */
/*****************/

input {background-color:#FFF;}

input[type=text], input[type=password], input[type=file],
select, textarea {
    width:20em;
    line-height:1.2em;
    font-size:12px;
}

input[type=file] {
    width:auto;
}

select {
    width:20.1em;
}

textarea {
    height:5em; 
}

select {
    width:20.1em;
}

input, select, textarea,
ul.checklist, ul.checklist_taetigkeit,
ul.checklist_aufgabengebiet, ul.checklist_countr {
    margin-bottom:.4em;
}

ul.checklist, 
ul.checklist_taetigkeit,
ul.checklist_aufgabengebiet,
ul.checklist_countr
 {
    width:20em;
    height:7em;
    overflow:auto;    
    float:left;
    border:1px solid #808080;
    list-style:none;
    background-color:#FFF;
}

ul.checklist li,
ul.checklist_taetigkeit li,
ul.checklist_aufgabengebiet li,
ul.checklist_countr li {
    width:98%;
    overflow:hidden;
    margin:.2em;
}

ul.checklist li span,
ul.checklist_taetigkeit li span,
ul.checklist_aufgabengebiet li span,
ul.checklist_countr li span {
    display:block;
    margin-left:1.2em;
}

ul.checklist li input,
ul.checklist_taetigkeit li input,
ul.checklist_aufgabengebiet li input,
ul.checklist_countr li input {
    width:1em;
    float:left;
    margin-top:.2em;
}

ul.checklist li:hover,
ul.checklist_taetigkeit li:hover,
ul.checklist_aufgabengebiet li:hover,
ul.checklist_countr li:hover {
    background:#F5F5F5;
}

input[type=text],
textarea {
    border: 1px solid #E8E8E8;
    color: #999999;
    font-size: 12px;
    padding: 3px 4px;
    overflow: hidden;
    background-color: #FFFFFF;
}

input[type=text]:hover, 
textarea:hover, 
input[type=text]:focus, 
textarea:focus {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #666666;
    cursor: pointer;
    outline: medium none;
}

select {
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
}

select:hover {
    background-color: #FFFFFF;
    border: 1px solid #999999;
}

select.msb_custom {
    border: 1px solid #E8E8E8;
}

select.msb_custom option span {
    display: block;
    color: #666666;
    margin: 2px;
    outline: 0;
    padding: 4px;   
}

select.msb_custom option:hover {
    color: #666;
    outline: 0;
    background: #F0F1F3;
}

/*************/
/* buttons   */
/*************/

.link_header, .link_footer, .link_footer_anlagen {
    margin:1em 0 0 0;
    text-align:right;
    min-height:0;
}

.link_header form, 
.link_footer form, 
.link_footer_anlagen form {
    display:inline;
}

#footer_links {
    display:none;
}

.css_button, .send_message_caption {
    padding:0;
    border:0;
    display:inline;
    margin:14px 0;
}

.css_button a,
#toolbar_right a,
.send_message_caption {
    margin:0;
    padding:0;
    background:#B0356A;
    padding:3px 12px;
    text-transform:uppercase;
    text-decoration:none;
    font-family:arial;
    font-weight:bold;
    font-style:normal;
    color:#FFF;
    border: 1px solid transparent;
    text-align:left;
    cursor:pointer;
    display:inline-block;
    white-space:nowrap;
}

.css_button a:hover, 
.css_button input:hover,
#toolbar_right a:hover,
.send_message_caption:hover {
    background:#FFF;
    color:#B0356A;
    border: 1px solid #B0356A;
}
 

.send_message_caption {
    margin-top:.6em;
    margin-bottom:3em;
    display:inline-block;
}

#PopUpLayer .css_button a {
    font-size:11px;
}

/***********/
/* tables  */
/***********/

.real_table {
    width:100%;
    margin:0;
    border: 1px solid #e8e8e8;
}
.real_table thead tr {}
.real_table th {background-color:#F0F1F3; font-weight:bold;}
.real_table .alternative_0,
.real_table .alternative_0 td {
    background-color:#F0F1F3;
}
.real_table .alternative_1,
.real_table .alternative_1 td {
    background-color:#FFF;
}
.real_table td, .real_table th {
    padding:14px;
    border: 1px solid #e8e8e8;
    color: #666;
}

.real_table th,
.real_table th a,
.real_table td,
.real_table td a {
    /*font-size:11px;*/
}

.real_table caption {
    caption-side:bottom;
    text-align:left;
    padding:14px 0;
}

/* ArrayTable */
td.list_head {
    background-color:#F0F1F3;
    padding:14px;
}

td.list_head a img {
    margin:0 .2em 1px 0;
}

td.list_action,
td.list_row_a_a,
td.list_row_a_b,
td.list_row_b_a,
td.list_row_b_b {
    padding:14px;
}

/**************/
/* joboffers  */
/* jobs.html  */
/**************/

/* filter */
#job_filter {}
#search_reset {vertical-align:bottom;}

#jobfilter_select_col_left {
    float:left;
    width:50%;
}

#job_filter div.mini {
    float:left;
    width:7em;
    text-align:right;
    margin-right:1em;
    margin-top:.3em;
}

#jobfilter_select_col_right div.mini {
    width:9em;
}

.filter_selbox {
    width:12em;
}

.jobfilter_select {
    height:2em;
}

#jobofferlist .link_footer {
    margin-bottom:1em;
}

/* navigation */
.stellen_navi {
    color:#FFF;
    background-color:#FFF;
    padding:3px 5px 2px 5px;
}

.stellen_navi_sel {
    color:#FFF;
    background-color:#B0356A;
    padding:3px 5px 2px 5px;
}

.stellen_navi_sel a, 
.stellen_navi_sel a:visited, 
.stellen_navi_sel a:hover, 
.stellen_navi_sel a:active, 
.stellen_navi_sel a:focus {
    color:#FFF;
}

#joblist_navigator {
    text-align:center;
}

#joblist_navigator ul {
    list-style:none;
    display:inline-block;
}

#joblist_navigator ul li {
    list-style-type: none;
    float:left;
    margin:.2em;
}

#joblist_navigator ul li img {
    margin-top:7px;   
}

#gotoPrevPageButton,
#pagerNavigator,
#gotoNextPageButton {
    float:left;
}

#jobofferPager{
	border:0px solid red;
display:block;
height:40px;
}

#gotoPrevPageButton,
#gotoNextPageButton {
    width:18%;
}

#pagerNavigator {
    width:64%;
}

#gotoNextPageButton {
    text-align:right;
}

#gotoNextPageButton,
#gotoPrevPageButton {
    margin:.3em 0;
}

#gotoNextPageButton a,
#gotoPrevPageButton a {
    
    visibility: hidden;

}

/* joblist */
#joboffers td a {
    /*text-transform: capitalize;*/
}

table#joboffers {
    table-layout:fixed;
}

#rexx_footer {
    text-align:right;
    font-size:11px;
    padding-top:14px;
}

.pdf_joboffer {min-height:0;}


/********************/
/* login & menu     */
/* login_menu.html  */
/********************/

/* login */
#login_box {
    margin:2em 0;
    font-size:.8em;
}
#login_cssbutton {
    font-size:.8em;
    margin:0;
}

input.login_input{
    width:10em;
    vertical-align:top;
}

/* navigation */
#nav_main ul {list-style:none;}
#nav_main li.nav_main_level1 {}
#nav_main li.nav_main_level2 {}
#nav_main li.nav_main_level3 {}


/********************/
/* modal window     */
/********************/

#PopUpLayer {
    position:absolute;
    top:-16em;
    left:33%;
    width:36em;
    text-align:left;
    background-color:#F5F5F5;
    border:.3em solid #808080;
    display:none;
    z-index: 99999;
    min-height:0;
    padding:1em;
}


/*****************/
/* content sites */
/*****************/

/* bewerbung_control.html */
#bewerbung_control .appForm {
    display: block;
}

.groupContainer {
    margin-bottom:1em;
    float:left;
    width:50%;
}

.appFormAttachments {
    clear: both;
}

.bc_field {
    font-weight:bold;
    float:left;
    width:40%;
}

.bc_value {
    margin-left: 50%;    
    width:50%;
}

.bc_group_caption {
    font-weight:bold;
    font-size:larger;
    margin-bottom:.2em;
}

/*news.html*/
.news_element {
    margin:.2em 0;
}

.news_element input {
    margin-top:.2em;
    vertical-align:middle;
}

#news_abo h2 {
    margin-left:0;
    font-size: 15px;
    text-transform: capitalize;
}

/* recommend.html */
#recommend iframe {
    border:0;
}

#recommend {
    font-family: ArialNarrow, arial, helvetica, verdana, sans-serif;
    font-size: 16px;
    letter-spacing: .03em;
}

#recommend input,
#recommend textarea {
    font-family: arial, helvetica, verdana, sans-serif;
}

#rec_mail_sender {
    float:left;
    padding-right:50px;
}

#recommend #subject,
#recommend #url,
#recommend #text {
    width:565px;
}

#recommend #recsender,
#recommend #receiver {
    width:252px;
}

#recommend #text {
    resize:none;
}

#recommend table {
    margin-bottom: 10px;
}

#recommend .error_img {
    margin-right:6px;
}

#recommend .link_footer {
    margin-bottom: 16px;
}


/*************/
/* clearance */
/*************/

.breaker {
    clear:both;
    height:.1px;
    font-size:0;
    line-height:0;
}


/********************/
/* jquery scrollbar */
/********************/

.scrollbar-pane {
    margin-right: 40px;
}

.scrollbar-handle-container,
.scrollbar-handle,
.scrollbar-handle-up,
.scrollbar-handle-down{
    width: 10px;
}

.scrollbar-handle-up,
.scrollbar-handle-down {
    height: 10px;
}

.scrollbar-handle-container {
    background: #E8E8E8;
}

.scrollbar-handle,
.scrollbar-handle-up,
.scrollbar-handle-down,
.scrollbar-handle:hover,
.scrollbar-handle.move,
.scrollbar-handle-up:hover,
.scrollbar-handle-down:hover {
    background: #999999;
}


/********************/
/* jquery selectbox */
/********************/

.newListSelected {
    width:195px; 
    /*font-size: 11px;*/
    height:22px;
    float:left; 
    border: 1px solid #E8E8E8;
    color: #666;
    background: url(../../../bilder/rehau/symbole/select-button.png) no-repeat scroll right -10px #FFFFFF;
}

.selectedTxt {
    overflow:hidden;
    padding: 3px 4px;
    padding-right:10px;
    height:16px;    
}

.newListSelected:hover,
.newListSelected:focus,
.newListSelHover,
.newListSelFocus {
    border: 1px solid #999;
    background-position: right -50px;
    cursor:default;
}

.hiLite,
.hiLite a,
ul.newList a:hover,
ul.newList a:focus {
    color: #666;
    outline:0;
    background:#F0F1F3;
}

.newListSelected span {
    display:block;
    width:284px; 
}

ul.newList {
    margin:0; 
    padding:0; 
    list-style:none; 
    width:195px; 
    background:#fff; 
    position:absolute; 
    top:23px; 
    margin-left:-1px;
    overflow:auto; 
    z-index:9999;
    border: 1px solid #999;
}

#applbox ul.newList {
    width:211px;
}

ul.newList li {
    list-style-type: none;
    margin-left: 0;
    width:99.9%;
}

ul.newList a {
    text-decoration:none; 
    display:block;
    color:#666;
    margin:2px;
    padding:2px;
    outline:0;
}

ul.newList li a {
    display: block;
}

ul.newList li a:focus {
    -moz-outline-style: none;
}

.jobnews_text {
    width: 70%;
    display: block;
    float: left;
}

.jobnews_button {
    width: 30%;
    display: block;
    float: left;
    text-align: right;
    padding-top: 18px;
}
