/*******************************************************************************
*  Main CSS
*  Imperia AG
*******************************************************************************/


/*******************************************************************************
* GLOBAL
*******************************************************************************/

body {
    background-color: #999; /*#b2a89e  #5d5e60 */
    text-align: center;
    font-family: Arial, Verdana, Helvetica, sans-serif;    
    color: #4a4f59;
    margin: 0;
    padding: 0;
} 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img,
blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}   
a, ul, ol, li, img {
    border: 0; 
    list-style: none; 
}  
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.hide {display: none;}
#all {
    width: 1020px;
    margin: 0 auto;
    background: #fff;      
}
a {
    color: #4a4f59;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
span.colorized {
    color: #ed6600; /* orange */
}
div.trenner {
    height: 20px;
}
img.img_left, img.img_right {
margin-bottom: 5px;
}
img.img_left {
    float: left;
    margin-right: 20px;
}
img.img_right {
    float: right;
    margin-left: 20px;
}
/*******************************************************************************
* Header
*******************************************************************************/
#header {
    background: url('/skin/images/header_bg.png') top left repeat-y #f0ece1;
    position: relative; 
    text-align: right; 
    height: 225px;  
}

img.logo {    
    margin: 30px 45px 0 0;
}
.search {  
    float: right;
    width: 380px;
    height: 30px;
    text-align: left;
}
form.formsearch {
    margin-top: 5px;       
}
.formsearch input {
    width: 165px;
}
.formsearch img {
    vertical-align: middle;
}
.formsearch input.search_button {
    width: 15px;
    height: 15px;
    margin-bottom: -2px;
}
/*******************************************************************************
* Horizontal Navigation
*******************************************************************************/
div.hnav {
    width: 940px;    
    margin: 0 auto;
  /*  padding-top: 14px; */
    margin-top: -33px;
    position: relative;
}
.hnav ul {
    height: 33px;
    background: url('/skin/images/mainmenu_item_right2.gif') right top no-repeat;
}
.hnav li {
    display: inline;
}
.hnav li a {
    color: #fff;
    background: #4a4f59;
    font-size: 14px;
    text-decoration: none;
    line-height: 33px;
    float: left;
    height: 33px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #9a9a99;
}
.hnav li a.active {
    background: #ed6600;   
    cursor: default;
}
.hnav li a:hover {
    text-decoration: none;
    background-color: #ed6600;
}
.hnav li a.first {
    background: transparent url('/skin/images/mainmenu_item_left2.gif') left top no-repeat;
}
.hnav li a.first_active, .hnav li a.first:hover, .hnav li a.first_active:hover {
    background: transparent url('/skin/images/mainmenu_item_left2_active.gif') left top no-repeat;
}
.hnav li a.first_active {   
    cursor: default;
}
/*******************************************************************************
* Maincontent
*******************************************************************************/
.maincontent {
    background: url('/skin/images/main_content_bg.jpg') top left repeat-x #fff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    margin: 0 40px;
    padding: 20px 14px 40px 14px;
    text-align: left;
}
.maincontent p {
    font-size: 12px;
    line-height: 22px;
}
.maincontent .startseite p {
    font-size: 15px;
    line-height: 22px;
}
.maincontent p a {
    color: #000;
}
.maincontent h2 {
    color: #ed6600;
    font-weight: bold;
    font-size: 15px;
    margin: 10px 0;
  
}
.maincontent h3.big, .maincontent h3 {
    color: #4a4f59;
    font-size: 14px;
    margin: 0 0 10px 0;
    font-weight: bold;  
}
.maincontent h3 {
    margin: 10px 0;
}
.content_left {
    float: left;
    width: 646px;
    border-right: 1px solid #ccc;
}
.content_right {
    float: left;
    width: 230px;
    padding-left: 35px;
    font-size: 12px;
    line-height: 22px;
}
.content_left .wrapper {
    padding-right: 35px;
}
.content_right p {
    font-size: 12px;
    line-height: 22px;
}
.content_right a, .content_right p a {
    color: #000;
    text-decoration: underline;
}
span.link_arrow {
    font-size: 9px;
    letter-spacing: -1px;
    color: #000;
}
/*******************************************************************************
* Press
*******************************************************************************/
.press_item {
    margin-bottom: 20px;
}
.press_date {
    font-family: Arial, Helvetica, sans-serif;
    color: #ed6600;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    float: left; 
    width: 65px;
}
.press_body {
    border-left: 1px solid #ccc;
    float: left; 
    padding-left: 7px; 
    width: 550px;
}
.press_body h3 {
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 0;
}
.maincontent .press_body p {
    font-family: Verdana, Helvetica, sans-serif;  
    font-size: 12px;
    line-height: 22px;
}
.maincontent .press_body a {
    color: #4a4f59;
}
.maincontent .press_body a:hover {
    text-decoration: none;
}
.vorstand p {
    width: 476px;
    float: left;
}
.vorstand {
    margin: 0 0 20px 0;
}
.job_offer {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.job_offer_container {
    padding-top: 15px;
}
#map_canvas, #map_canvas_2 {
    border: 1px solid #4a4f59;
    margin-bottom: 10px;
}
/**** FTS ***/
.highlight { 
    color: #000;
    font-weight:bold;
}
a.search_url {
    font-size:12px;
}
.search_container h3, .search_container h3 a {
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    margin-top: 10px;
    color: #ed6600;
    text-transform:uppercase;
}
.pages {
     text-align: center;
     font-size: 12px;
     font-weight: bold;
     color: #ed6600;
}
.resultpages {
    font-weight: normal;
    color: #656c79;
}
.pages a {
    font-weight: normal;
    color: #656c79;
}
.pages a:hover {
    text-decoration: none;
    color: orange;
    font-weight: bold;
}
.search_time {
    font-size: 12px;
}
a.search_url {
    font-size: 12px;
}
a:hover.search_url {
    text-decoration: none;
    border-bottom: 1px solid;
}
/*******************************************************************************
* Footer
*******************************************************************************/
#footer {
    background: #4a4f59;
    font-size: 12px;
    color: #e6eaec;    
}
#footer a {
    color: #e6eaec;
    text-decoration: none;
}

#footer div.first_row {
    padding: 15px 0;
    line-height: 25px;
    border-bottom: 1px solid #ddd;    
}
#footer div.second_row {
    height: 33px;
    line-height: 33px;
    border-top: 1px solid #fff;
    padding: 0 40px 0 20px;
}
#footer div.special {   
    margin-top: -33px;
}
div.special img {
    vertical-align: middle;
}
img.footer_left_img {
    margin-right: 7px;
}
img.footer_right_img {
    margin-left: 7px;
}
.cmstext {
    color: #656c79;
}
/********************       Button links     **********************************/
div.button {
     height: 22px;
     font-family: Arial, Helvetica, sans-serif;
     padding-left: 7px;
     float: left;
     margin: 10px 20px 10px 0;
     background: url('/skin/images/button_left.gif') no-repeat;
}
div.button a {
    white-space: nowrap;
}
div.button div.button_wrapper {
     background: url('/skin/images/button_right.gif') top right no-repeat;
     height: 22px;
     font-size: 12px; 
     line-height: 22px;
     padding: 0 10px;
}
div.button a, div.button a:hover {
    color: #343434;
}
div.button a:hover {
    text-decoration: none;
}

/*******************************************************************************
* Startpage
*******************************************************************************/
div.startseite {
    padding-top: 10px;
}
div.start_left, div.start_right {
    float: left;
    margin-top: 15px;
}
div.start_left {
    width: 606px;
    margin-right: 40px;
}
div.start_right {
    width: 265px;    
}
.maincontent div.start_left h3, .maincontent div.start_right h3 {
    margin-top: 0;
}
ul.newslist {   
    margin-left: 20px;
} 
ul.newslist a {
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-serif;
}
ul.newslist a:hover {
    text-decoration: underline;
}
ul.newslist li { 
    line-height: 15px;
    margin: 15px 0;
    list-style: outside url('/skin/images/bullet.gif'); 
}
/*******************************************************************************
* Forms
*******************************************************************************/
.form_default {
    font-size: 12px;
}
.form_default label {
    width: 200px;
    float: left;
}
.formElement {
    margin: 10px 0;
}