/* $Id: base.css,v 1.6 2014/04/07 09:07:24 vgaus Exp $ */

/******************/
/* zone positions */
/******************/

#frame_zone {
    width:600px;
}

#header_zone {

}

#content_zone {

}

#footer_zone {
   margin-top:1.0em;
   float:right;  
}

#popup_zone {
    
}


/****************/
/* zone modules */
/****************/

#main_sidebar {

}

#main_content {

}

.inner_content {
    min-height:0;
}

#popup_zone #main_content {
    margin:0;
}


/**************/
/* blocks     */
/**************/

.none {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.left {
    float: left;
    margin-right:5px;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.empty_element {
    font-size:0;
    line-height:0;
}

.error_msg {
    background-color:#FEECEC;
    border: 1px solid #DD3C10;
    padding: .2em;
    margin: 1em 0;   
}

.success_msg {
    background-color:#DBDBFD;
    border: 1px solid #0000FF;
    padding: .2em;
    margin: 1em 0;   
}


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

#frame_zone, 
#popup_zone {
    font-family:verdana, arial, helvetica, sans-serif;
    font-size:0.9em;
    color:#151515;
    line-height:1.3;
}

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

h1 {
    font-size: 1.4em;
}

h1,
h2,
h3,
h4, 
h5, 
h6 {
    font-weight:bold;
    margin:0 0 .7em 0;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.0em;
}


hr {
    margin:2em 0;
    border:0;
    border-top:1px solid #D3D3D3;
    border-bottom:transparent;
}

p {
    margin:0 0 1em 0;
}

ul, 
ol, 
dl {
    margin: .6em 0;
    padding: 0 0 0 2em;
    list-style-type:disc;
    list-style-position:outside;
}

ol {
    list-style-type:decimal;
}

.error_msg p,
.success_msg p {
    margin:0;
}

/**
 * @deprecated  used in ckeditor
 */
u {
    text-decoration: underline;
}

strike {
    text-decoration: line-through;
}


/*********/
/* forms */
/*********/

/* elements */
input[type=text], 
input[type=password], 
input[type=file],
select, 
textarea {
    width:100%;
    line-height:1.2em;
    font-size:1em;
}

#volltext{
	width:98%;	
}

textarea {
    height:5em;
    white-space:pre;
    resize: none;
    overflow: auto;
} 

fieldset ul {
    width:100%;
    height:5em;
    overflow:auto;    
    border:1px solid #D3D3D3;
    list-style:none;
    background-color:#FFF;
    padding:0;
    margin:0;
}

fieldset ul li {
    width:98%;
    overflow:hidden;
    margin:.2em;
    padding:0;
    background:none;
}

fieldset ul li span {
    display:block;
    margin-left:1.2em;
}

fieldset ul li input {
    width:1em;
    float:left;
    margin-top:.2em;
}

fieldset ul li:hover {
    background:#F5F5F5;
}

fieldset ul label span {
    color: #000;
    line-height: 1.5;
}

/* structure */
.group {
    margin-bottom: 2px;
    background-color:#FFF;
    border:1px solid #064787;
}

fieldset, 
.fieldset {
    
}

legend,
.legend {
    background: #0756A1;
    background: -moz-linear-gradient(top,#0756A1 0,#064787 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0756A1),color-stop(100%,#064787));
    background: -webkit-linear-gradient(top,#0756A1 0,#064787 100%);
    background: -o-linear-gradient(top,#0756A1 0,#064787 100%);
    background: -ms-linear-gradient(top,#0756A1 0,#064787 100%);
    background: linear-gradient(to bottom,#0756A1 0,#064787 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0756A1',endColorstr='#064787',GradientType=0);
    display:block;
    padding: .3em 0;
    text-indent: .5em;
    width:100%;
    height:25px;
}

.group_box,
.group .actions,
.group .other_actions {
    padding: .3em;
    margin:0;
}

.group_box_inner {
    
}

.group_comment {
    margin: .3em 0;
}

.group_comment p {
    margin:0 0 .6em 0;
}

.group_line {
    clear:left;
}

.group_field {
    padding:0;
    margin: 1% 1% 1% 0;    
}

.group_field label,
.group_field .label {
    
}

/* decoration */
label img.error_img {
    display:none;
}

.duty{
	
}

.asterisk {
   color:#DD3C10; 
}

.field_error input, 
.field_error select, 
.field_error textarea, 
.field_error fieldset,
.field_error checkbox, 
input.field_error, 
select.field_error, 
textarea.field_error, 
fieldset.field_error, 
checkbox.field_error {
    background-color: #FEECEC;  
}


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

.actions {
    margin:1em 0 0 0;
    text-align:right;
    min-height:0;
}

#header_links {
    margin-top:0;
}

.css_button {
    padding:0;
    border:0;
    display:inline;
    margin:0 0 0 .6em;
}

.css_button a {
    margin:0;
    padding:0;
    background:#024f99;
    border:0px solid #BABABA;
    box-shadow: 0.125em 0.125em 0.125em #999999;
    padding:.3em 1.5em;
    text-transform:none;
    text-decoration:none;
    font-size:1em;
    font-family:arial;
    font-weight:bold;
    font-style:normal;
    color:#FFF;
    text-align:left;
    cursor:pointer;
    display:inline-block;
    white-space:nowrap;
}

.css_button a:hover {

}


/********************/
/* path navigation  */
/********************/

ul.path_nav {
    list-style-type:none;
    padding:0;
}

ul.path_nav li {
    float:left;
    margin-right:1em;
}


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

.real_table {
    width:100%;
    margin-bottom:1em;
}

.real_table {
    background: #C9C9C9; /* Old browsers */
    background: -moz-linear-gradient(left, #C9C9C9 0%, #ffffff 50%, #C9C9C9 100%, #C9C9C9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#C9C9C9), color-stop(50%,#ffffff), color-stop(100%,#C9C9C9), color-stop(100%,#C9C9C9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #C9C9C9 0%,#ffffff 50%,#C9C9C9 100%,#C9C9C9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #C9C9C9 0%,#ffffff 50%,#C9C9C9 100%,#C9C9C9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #C9C9C9 0%,#ffffff 50%,#C9C9C9 100%,#C9C9C9 100%); /* IE10+ */
    background: linear-gradient(to right, #C9C9C9 0%,#ffffff 50%,#C9C9C9 100%,#C9C9C9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C9C9C9', endColorstr='#C9C9C9',GradientType=1 ); /* IE6-9 */
}

.real_table th,
.real_table td {
    padding:.5em;
    border-bottom:0px solid #000;
}

.real_table th {
    background: #0756A1;
    background: -moz-linear-gradient(top,#0756A1 0,#064787 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0756A1),color-stop(100%,#064787));
    background: -webkit-linear-gradient(top,#0756A1 0,#064787 100%);
    background: -o-linear-gradient(top,#0756A1 0,#064787 100%);
    background: -ms-linear-gradient(top,#0756A1 0,#064787 100%);
    background: linear-gradient(to bottom,#0756A1 0,#064787 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0756A1',endColorstr='#064787',GradientType=0);
    border-bottom:1px solid #FFF;
    text-align:left;
}

.real_table th a{
    font-size:1.0em;
    font-weight:bold;
    color:#FFF;
}

.real_table tbody td a{
    font-weight:bold;
}

.real_table tbody td{
    color:#024f99;
}


.real_table tfoot td {
    background-color:#FFF;
    border:0;
    text-align:right;
}

.real_table .alternative_0 td {
    /*background-color:#FFF;*/
}

.real_table .alternative_1 td {
    /*background-color:#F5F5F5;*/
}

.real_table caption {
    caption-side:bottom;
    text-align:left;
    padding:1.2em 0;
    font-weight:bold;
}


/**************/
/* joboffers  */
/**************/

/* jobalert */
#job_alert_box {
    margin-top:0;
}

#jobTplContainer{
    overflow: hidden;
}

/* filter */
#job_filter_basic .group_field {
    float:none;
}

.autocomplete_span {
    display:inline;
}

#filter_area .other_actions {
    text-align:right;
}

#filter_area{
	margin:1em 0 2em 0;
}

#job_filter_advanced .group {
    overflow: auto;
}

#job_filter_advanced legend,
#job_filter_advanced span.mini {
    font-size: .8em;
}

#job_filter_advanced fieldset ul {
    height:4em;
}

#job_filter_advanced fieldset ul li span,
#job_filter_advanced select {
    font-size: .9em;
    line-height:1.7; 
    width:14.9em;
}

#job_filter_advanced fieldset ul li span,
#job_filter_advanced select {
    font-size: .9em;
    line-height:1.7; 
}

#job_filter_advanced fieldset ul li span {
    margin-left: 1.5em;
}

#filter_area fieldset ul,
#filter_area select {
    width:13.5em;
    background: linear-gradient(180deg, rgba(213, 229, 173, 0.13) 0%, rgba(255, 255, 255, 0.13) 100%) repeat scroll 0 0 #FCFDFA;
    border: 1px solid rgba(0, 99, 58, 0.15);
    box-shadow: 0 1px 5px 0 rgba(37, 39, 40, 0.24) inset;
    -webkit-box-shadow:0 1px 3px 0 rgba(37, 39, 40, 0.24);
    -moz-box-shadow:0 1px 3px 0 rgba(37, 39, 40, 0.24);
    padding:2px;
}

/* navigation */
.stellen_navi {}
.stellen_navi_sel{background-color:#D3D3D3;}

/* joblist */
#rexx_footer {
    text-align:right;
    font-size:.8em; 
    padding-top:1em;
}

/* jobalert */
#jobalert_box {
    margin-bottom:1em;    
}

#jobalert_box #btn_online_application_job_alert {
    margin:0;
}


/********************/
/* login & menu     */
/********************/

#login_box {
    font-size:.8em;
}

#login_box .actions {
    margin:0;
}

#login_menu {
    float:right;
}

#login_box .other_actions {
    float:left;
    line-height:1.6;
}

#login_box input[type="text"], 
#login_box input[type="password"] {
    width:15em;
}

#nav_main ul {
    list-style-type: none;
    padding:0;
    margin-top:0;
}


/**********************/
/* display attachment */
/**********************/

#display_attachment img {
    display: block;
    margin: auto;
    max-width: 20em;
    height:auto;
}


/*****************/
/* lang selector */
/*****************/

#language_selector ul.path_nav {
    margin:0;
}

#language_selector .selected_lang {
    
}

/******************/
/* widget addthis */
/******************/

.addthis_toolbox {
    float:right;
}

.addthis_toolbox a {
    text-decoration:none;
}


/************/
/* my_data  */
/************/

#application_overview .actions {
    margin-top:1em;
    padding:0;
}


/************/
/* event    */
/************/

.appointment {
    margin-top:1em;
}


/******************/
/* recommendation */
/******************/

#recommend #rec_text {
    padding-top:.4em;
}

#recommend #rec_input {
    padding-top:.9em;
}

#recommend #rec_input input[type="text"] {
    width:14%;
}


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

body.popup_body,
body.popup_body #popup_zone {
    height:100%
}

body.popup_body #popup_zone {
    overflow-y: auto;
    padding: 0 15px 0 0;
}


/******************/
/* iframe resizer */
/******************/

#resizer { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    visibility: hidden;
}


/***************/
/* no js alert */
/***************/

#no_js_alert_layer {
    text-align:center;
    margin:.2em;
}

#no_js_alert_layer p {
    font-size:.8em;
    margin:0;
    padding:0;
}


/**************/
/* captcha    */
/**************/

.captchapict {
    border:1px solid #BABABA;
}


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

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

.ui-widget-header{
	background:none;
	background: #0756A1;
    background: -moz-linear-gradient(top,#0756A1 0,#064787 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0756A1),color-stop(100%,#064787));
    background: -webkit-linear-gradient(top,#0756A1 0,#064787 100%);
    background: -o-linear-gradient(top,#0756A1 0,#064787 100%);
    background: -ms-linear-gradient(top,#0756A1 0,#064787 100%);
    background: linear-gradient(to bottom,#0756A1 0,#064787 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0756A1',endColorstr='#064787',GradientType=0);
}



