html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
    background: #ffffff;
    text-align: center;
    background:#ffffff url(../../images/layout_body_background.gif) left top repeat-x;
}
body, p, li, input, label{
    font: 11px Verdana,Arial, Helvetica, Geneva, sans-serif;
    color: #333333;
    line-height:18px;
}

/****************/

#header, #navigation_container, #container, #footer_container, #produced_by{
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 1000px;
}
#header{
    background: #fff;
    margin-top: 20px;
    padding-left:20px;
    height: 90px;
}
#header ul, #header ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
/*#header ul{
    position: absolute;
    right: 10px;
    top: 10px;
}*/
#header ul li{
    padding: 0 3px;
    float: left;
}
#header ul li, #header ul li a{
    text-decoration: none;
    font-size: 12px;
    color: #333333;
}
#header ul li a:hover, #header ul li a.active{
    color: #333333;
    text-decoration:underline;
}

#logo {
    float:left;
}

#navigation_top {
    float:right; 
    padding-top:60px;
    padding-right:23px;
    display:block;
    height:20px;
    text-align:right;
}


#navigation_container {
    padding-left:3px;
    width:963px;
    height:70px;
    _height:60px;
}
#whiteborder {
    width:963px;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
}
#navigation{
    width:960px;
    border:1px solid #ccc;
    margin-left:1px;
    /*padding-top:20px;*/
    padding-top:5px;
    background-color:#ffffff;
    /*height:48px;*/
    height:63px;
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul{

}
#navigation li{
    float: left;
}
#navigation li a{
    /*text-decoration: none;
    line-height: 20px;
    font-size: 12px;
    padding: 0 10px;
    display: block;
    color: #ffffff;
    height: 20px;
    float: left;*/
    margin-left:1px;
}
#navigation li a:hover, #navigation li a.active{
    
}
#container{
    padding:60px 0 0 0;
    width:960px;
}
#left{
    width:460px;
    padding-right:20px;
    display:block;
    float:left;
    clear:both;
}
#left h1{
    font-weight: bold;
    background: none;
    padding: 0 25px;
    color: #2F528B;
}
#left ul, #left ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#left ul, #left p{
    /*padding: 0 25px;*/
    padding-left:20px;
}
#left ul li {
    padding: 4px 0 5px 0;
}
#left ul li a{
    font-size:14px;
    color: #1B2E7D;
/*     background: url(../../images/layout_bullet.png) 0 7px no-repeat; */
/*     padding: 3px 12px; */
/*     font-size: 12px; */
/*     color: #2F528B; */
/*     display: block; */
/*     height: 1%; */
}
#left ul li a:hover, #left ul li a.active{
    text-decoration: none;
}

#content {
  /*float:left;*/
}

#right{
    /*width: 690px;*/
    float: left;
    display:block;
}
#right .column{
    float: left;
}
#right .normal{
    width: 280px;
}
#right .images{
    width: 180px;
}
#right .small{
    width: 185px;
}
#right .wide{
    width: 460px;
}
#right .margined{
    margin-right: 20px;
}
#right .teaser{
    background: url(../../images/layout_teaser.png) repeat-y;
    position: relative;
}
#right .teaser .edge{
    position: absolute;
    bottom: 0;
    right: 0;
}
#right p{
    line-height: 1.5em;
}
#footer_container{   
    clear:both;
    color:#999;
    text-align: left;
    line-height: 15px;
    font-size: 11px;
}

#footer {
  margin-left:20px;
  background-color: #efefef;
  border:1px solid #cccccc;
  padding:10px 20px 0px 20px;
  height: 60px;
}

#footer a{
    color: #999;
}

#footer_left, #footer_right {
  width:225px;
  float:left;
}

#produced_by a img{
  border:0px;
  padding-top:10px;
  margin-left:40px;
  margin-bottom:40px;
}


.orange{
    color: #F9A51B;
}

.blue{
    color: #1C2F7E;
}
/****************/

h1, h2, h3, p{
    margin: 0 0 10px 0;
    /*padding: 0 10px;*/
    background-color:#ffffff;
    
}
p{
    margin:5px 0;
    /*padding:0px 20px;*/
    padding:0;
}



p.noPadLeft, .noPadLeft p{
  padding:0px;
}

h1{
    font-weight: normal;
    line-height: 20px;
    font-size: 24px;
    color: #F9A51B;
    margin:0px !important;
    padding-left:20px;
    padding-bottom:15px;
}
#content h1{
    padding-left:0;
}
h2{
    font-size: 12px;
}
h3{
    font-size: 12px;
    color:#1C2F7E;
    margin:0px;
    padding:0px;
    font-weight:bold;
}

a h3 {
  text-decoration:underline;
}

h4 {
  font-size:12px;
  color:#1C2F7E;
  font-weight:normal;
  margin:0px 0px 4px 0px;
  padding:0px;
}

a h4 {
  text-decoration:underline;
    font-style:italic;
}

a{
    color: #1C2F7E;
    text-decoration:underline;
    font-size:11px;
}
a:hover{
    text-decoration: none;
}
a img{
    border: none;
}


#content li {
	margin-left:15px;
}
/****************/

.floatleft {
    float: left;
    margin-right: 10px;
}

.floatright {
    float:right;
    margin-left:10px;
}

.floatfirma {
    clear:both;
   position:absolute;
    right:7px;
    /* top:20px;*/
    top: 50px;

}
#searchform .jNiceInputWrapper {
    _margin:0!important;
    _padding:0!important;
}
/****************/

.editFormCaption{
    display: none;
}
fieldset{
    padding:5px 0px;
    border: 0;
}
.asterix {
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}

label{
    position: relative;
    margin: 0 0 5px 0;
    width: 130px;
    _width:100px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 175px;
}
textarea{
    height: 120px;
}
input.text, input.password, textarea, select{
    background: #ffffff url(../../images/input_text.gif) repeat-x;
    border: 1px solid #CCC !important;
    /*margin: 0 0 5px 0;*/
    margin:0px !important;
    font-size: 11px;
    /*padding: 2px 2px;*/
    float: left;
    width:200px;
}
input.required, input.password.required, textarea.required, select.required{
    background: #ffdddd url(../../images/input_text_required.gif) repeat-x;
}
.checkbox, .radio{
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}
input:focus, select:focus, input.required:focus{
    border: 1px solid #000000;
}
select.short{
   /* width: 160px;*/
}
label.required{
    color: #A02031;
}

#mSubmitButton {
    margin-left:130px;
}

div.editLine{
  margin-bottom:4px !important 4px;
  _margin-bottom:6px;
  display:block;
  float:left !important left;
}

div.multilang .jNiceSelectWrapper span , div.multilang .jNiceSelectWrapper ul {
    width:165px;
}
.jNiceSelectWrapper {
    _margin-bottom:6px;
}

/****************/

.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* Meine Classen*/
.padLeft {
  padding-left:20px;
}
.padRight {
  padding-right:20px;
}
.bereiche td {
  width:225px;
  padding-top:8px;
}
.bereiche td a, a.bereiche {
  font-size:16px;
  color:#000;
  text-decoration:none;
  padding-right: 31px;
  background: url(../../images/pfeil.gif) no-repeat bottom right;
  padding-top:5px;
  font-weight:normal;
  font-family:Arial;
}
a.bereiche {
    padding-left:20px;
}

.bereiche td a:hover, .bereiche td a.active, a.bereiche:hover {
    color:#F9A51B;
    background: url(../../images/pfeil_f2.gif) no-repeat bottom right;
}

#search {
/*    position:absolute;
    right:10px;
    top:25px;
    _top:5px;
    width:220px;*/
    /*background-color:#000;*/
}

#search {
    position:absolute;
    right:7px;
    top:20px;
    height:50px;

    display:block;
    float:left;
    font-size:11px;
    font-style:italic;
    font-weight:bold;
    line-height:17px;
    margin:0;
/*    padding-left:5px;*/
    width:220px;
}

#searchhighlight {
    background-color: #CCCCCC;
}

#search .jNiceInputWrapper {
  float:left;
  margin-right:10px;
}

#livesearch{
    border:1px solid #ccc;
    width:170px;
    color:#000;
  	font-style: italic;
  	font-weight:bold;
  	font-size:11px;
    padding-top:2px; 
    _padding-top:0px;
    _height:19px;
  	padding-left:5px;
  	
  	/*padding-top:3px;*/
  	margin:0px;
/*   	display:none; */
	/*height:18px !important;*/
  /*float:right;
	margin:0px;
	z-index:990;*/

}
#searchresult{
    position:absolute;
    display:none;
    z-index: 98; 
    border:1px solid #CCCCCC;
    top: 20px; 
    left: 0px;
    width:200px;
    background-color: #ffffff; 
    padding-left: 5px ! important;
    padding-right: 5px ! important;
}
 
input#livesearch{
   /* background:none !important;*/
	/*	z-index:990;
}
*/
/*select#jobs_company {
  background:none;
  border:0px;
}*/
}
.smallerfont {
  padding-left:20px;
  font-size:16px;
}

.blau{
  color:#1C2F7E;
}

table {
  font-size:12px;
  clear:both;
}

.clearall {
  clear:both;
}
.clearright {
  clear:right;
}

ul.noStyleList, ul.noStyleList li {
    list-style:none;
    background:none;
    margin:0px;
    padding:0px;
    font-family: Arial, Verdana;
}

ul.noStyleList li a {
    font-size:14px;
    text-decoration:underline;
}

img.titleImage {
    float:left;
    padding-right:5px;
    margin-left:20px;
}

#titlePage {
    width:700px;
}

.highlighted{
    
}

