/** 
* best for people
*   
* 
* @colordef  #fff; white (bg)
* @colordef  #000; black (font-color)
*
*
*/ 

@import url(reset.css);

/* @group Base */

html{
  background-image: url(../../images/b4p/bg_bottom.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
}

body{
  background-image: url(../../images/b4p/bg_top.jpg);
  background-position: top;
  background-repeat: repeat-x;
  background-color: transparent;

  font-family:Arial,Helvetica,Geneva,sans-serif;
  font-size:12px;
  line-height:1.4;
}

html, body{
  height:auto !important;
  min-height:100%;
}

a{
  cursor:pointer; /* required for js button links */
}

p{
  margin-bottom: 14px;
}

h1{
  font-size: 17px;
  line-height:1.2;
  font-weight: bold;
}

h2{
  font-size: 16px;
  margin-bottom: 5px;
}

#bd #hd_left_col_top_short h2, #bd #hd_right_col_top h2,
#bd #hd_left_col_bottom h2, #bd #hd_right_col_bottom h2{ 
  color: #fff;
  font-size:14px;
  font-weight: bold;
  padding-top:10px;
  margin-bottom: 0px;
}

h3{ 
  font-size: 12px;
  font-weight: bold;
  color: #570a1a;
}

strong {font-weight: bold;}

input, textarea, select{
  background-color:#FFFFFF;
  border:1px solid;
  font-size:11px;
  padding:2px;
  width:170px;
}

select option {
  margin-bottom:2px;
  margin-left:5px;
  margin-right:3px;
  padding-left: 0px;
}

.clearfloat, .clear{clear:both;}
.clearfix, .user_settings p{
  overflow: hidden;
  width:100%;
}

.hide {
  left:-1000em;
  position:absolute;
  top:-1000em;
}

/* @end */

/* @group Layout */

#wrapper{
  height:100%;
  margin:0 auto;
  position:relative;
  width:954px;
}

/* @group Header */

#logo{
  display: block;
  width: 126px;
  height: 133px;
  float: left;
}

#nav1{
  height: 27px;
  width: 758px;
  padding: 6px 20px 0px 20px;
  margin-top: 100px;
  margin-right: 10px;
  background-image: url(../../images/b4p/navbar.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  float: right;
}

#nav1 ul li{
  display: inline;
  margin-right: 38px;
}

#nav1 a{
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.active, #nav1 .active a{
  color: #cfb9be;
}

#main_nav{ float: left;}

#certificate_link{ float: right;}
#nav1 #certificate_link li{ margin-right: 0px;}

#hd_boxes{
  height: 397px;
  width:945px;
  color: #fff;
  padding: 1px 7px 11px 9px;
  /* margin-bottom: 18px; Change Request */
  background-image: url(../../images/b4p/header_big_home.png);
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}

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

.header_short_left_col{
  background-image: url(../../images/b4p/header_short_left_col.png) !important;
  height: 245px !important;
  padding-bottom: 40px !important;
}

.header_wide_left_col{
  background-image: url(../../images/b4p/header_wide_left_col.png) !important;
  height: 245px !important;
  padding-bottom: 40px !important;
}


#hd_pic{
  position: absolute;
  width: 428px;
  height: 284px;
  margin-left: 310px;
  background-image: url(../../images/b4p/header_dummypic.jpg);
  background-position: top right;
  z-index: 0;
}

/* @group Header Container */

/* @group boxes top */

#hd_left_col_top_short{
  width: 280px;
  height: 200px;
  padding: 19px;
  float: left;

  font-size: 14px;
}

#hd_left_col_top_wide{
  width: 478px;
  height: 200px;
  padding: 19px;
  float: left;

  font-size: 14px;
}

/* @group A-Z Nav */

#headatoz {
  background:transparent url(../../images/b4p/bg.png) repeat scroll 0 0;
  height:35px;
  margin:10px 0;
  width:464px;
}

#headatoz .inner {
  background:transparent url(../../images/b4p/rechts.png) no-repeat scroll right center;
  height:35px;
}

#headatoz .inner ul {
  background:transparent url(../../images/b4p/links.png) no-repeat scroll left center;
  height:35px;
  padding-left:10px;
}

#headatoz .inner ul li {
  display:block;
  float:left;
  height:35px;
  line-height:35px;
  text-align:center;
  width:17px;
}

#headatoz .inner ul li.current a, #headatoz .inner ul li a:hover {
  color:#cfb9be;
}

#headatoz .inner ul li a {
  display:block;
  font-size: 14px;
  font-weight:bold;
  height:35px;
  line-height:34px;
  width:17px;
  text-decoration: none;
}

/* @end */

/* @group Quicksearch */

#schlagwort_main {
  font-size:15px;
  height:20px;
}

#sector, #state {
  width:175px;
}

form .small input, form .small select {
  background-color:#FFFFFF;
  border:1px solid;
  padding:2px;
  width:104px;
}

form div {
  margin:0 0 5px; /*3px*/
}

button {
  border: none;
  background: transparent;
  margin: 2px 0;
}

button.suchen {
  background: url(../../images/b4p/buttons.png) 0 -263px;
  width: 70px;
  height: 22px;
}

button.suchen span {
  position: absolute;
  top: -500em;
  left: -500em;
}

/* @end */

#hd_right_col_top{
  width: 173px;
  height: 200px;
  padding: 20px 30px 20px 20px;
  float: right;
}
#hd_right_col_top ul{
  font-size: 14px;
}


#hd_right_col_top ul li{ /* arrowlist */
  background-image: url(../../images/b4p/list_item.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  margin-left: 0px;
  margin-bottom: 5px;
}

/* @end */

/* @group boxes bottom */

#hd_left_col_bottom{
  width: 432px;
  height: 95px;
  padding: 30px 20px 20px 20px;
  float: left;
}

#hd_right_col_bottom{
  width: 417px;
  height: 90px;
  padding: 35px 30px 20px 20px;
  float: right;		
}

#hd_right_col_bottom ul li{
  background-image: url(../../images/b4p/list_item.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  margin-left: 0px;
}

#hd_right_col_bottom_subcoll{
  width: 233px;
  float: left;
}

#hd_right_col_bottom_subcolr{
  width: 134px;
  padding-left: 20px;
  padding-right: 30px;
  float: right;
}

/* @end */


/* @end */



/* @end */

/* @group Content */


#bd{
}

#bd h2, #col2 h1, #col1 h1{
  color: #601623;
  font-weight: bold;
  margin-bottom: 20px; /* 40px*/
}

#contentbox{
  padding-left: 31px;
  padding-right: 10px;
}

#googlemap {
  height: 420px;
  margin: 0 0 0 -21px;
  width: 934px;
}

#googlemap h2 { margin-bottom:0; }

#col1{
  width: 590px;
  float: left;
}

.wide{width: auto !important; padding-right: 30px;}

#col1 h2{ margin-bottom: 24px;}
#col1 h3{ margin-bottom: 5px;}
#col1 .inline{ margin-bottom: 10px;}
#col1 .inline h3{display:inline; margin-right: 3px;}
#col1 ul {
  margin-left: 15px;
  margin-bottom: 11px;
}
#col1 ul li{
  background-image: url(../../images/b4p/list_item_2.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
}
#col1 ol {
  margin-left: 19px;
  margin-bottom: 11px;
}

#col1 img {
  display: block;
}

.content_pic_left{ 
  margin: 0px 15px 7px 0px;
  float: left;
}

.content_text{ 
  margin-left: 186px;
}

.content_logo { 
  margin-top: 15px;
}

/* 3 Col Company Info*/
.threecols	div{
  width: 150px; /*120px*/
  /*margin-bottom: 25px;*/
  float:left;
  margin-right:15px;
}
/* 2 col video / slideshow info */
.twocols div.video, .twocols div.slideshow {
  float:left;
  margin-right:15px;
  width:187px;
}

#categoryForm div{
  margin-bottom: 1px;
}

#categoryForm .col1{
  font-size:12px;
}

.threecols .col1{clear: both;}

#col1 .threecols	div h3{
  margin-bottom: 0px;
}

/* Newsletter Subscription */
#newsletter_subscr{
  margin-top: 60px;
}

#newsletter_subscr span{
  display:block;
  font-weight: bold;
  color: #580c1c;
}

#newsletter_subscr input{
  border: 1px solid #580c1c;
  margin: 3px 10px 0px 0px;
  float: left;
}

#newsletter_subscr .button{
  float: left;
}

/* 3 Col Table Header */
.tableheader .threecols div{
  float: none;
  margin-bottom: 25px;
}
.tableheader .threecols .col1, .tableheader .threecols .col2, 
.tableheader .threecols .col12 {
  float:left;
  margin-right:3%;
  width:30%;
}

.tableheader .threecols .col3, .pagenavright{
  width: 30%;
  float: right;
}

.arrowButton {
  background:transparent url(../../images/b4p/pagination-nextpage.png) no-repeat scroll center center !important;
  border:medium none !important;
  cursor:pointer;
  margin-right:4px;
  width:16px !important;
}


.tiny {
  width:50px;
}

/* Pagination */

.pagenav {
  clear:both;
  float:right;
  width:auto;
}

.pagenav li {
  display:inline;
}

.pagenav li a.first {
  background:transparent url(../../images/b4p/pagination-firstpage.png) no-repeat scroll 0 0;
}

.pagenav li a.prev {
  background:transparent url(../../images/b4p/pagination-prevpage.png) no-repeat scroll 0 0;
}

.pagenav li a.next {
  background:transparent url(../../images/b4p/pagination-nextpage.png) no-repeat scroll 0 0;
}

.pagenav li a.last {
  background:transparent url(../../images/b4p/pagination-lastpage.png) no-repeat scroll 0 0;
}

.pagenav li a.first, .pagenav li a.prev, .pagenav li a.next, .pagenav li a.last {
  text-indent:-500px;
}

.pagenav li a {
  display:block;
  float:left;
  font-size:11px;
  font-weight:bold;
  height:13px;
  line-height:12px;
  margin-right:3px;
  overflow:hidden;
  padding:2px;
  text-align:center;
  text-decoration:none !important;
  vertical-align:middle;
  width:13px;
}
.pagenav li a:hover {
  border:1px solid #999999 !important;
  padding:1px !important;
}

#contentbox .pagenav li a.first, #contentbox .pagenav li a.prev, #contentbox .pagenav li a.next, 				#contentbox .pagenav li a.last {
  border:medium none !important;
  padding:1px !important;
}

.pagenav li.current a {
  border:1px solid #999999 !important;
  color:#000000 !important;
  padding:1px !important;
}

* html #col2{
  width: 220px;
  font-size: 11px;
  float: right;
  padding-top: 30px;
}
#col2{
  width: 220px;
  font-size: 11px;
  float: right;
  padding-top: 40px;
}

#col2 h2{
  margin-top: 10px;
  margin-bottom: 20px;
}

#col2 h3{
  font-size: 12px;
  color: #570a1a;
  margin-top: 13px;
  margin-bottom: 3px;		
}

#col2 .int_link{
  background-image: url(../../images/b4p/internal_link.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 10px;
}


#contentbox a {
  color:#601623;
  text-decoration:underline;
}

#jobs{
  width: 100%;
  margin-bottom: 60px;
  clear: both;
}

#jobs thead tr th{
  font-weight: bold;
  padding-bottom: 18px;
}

#jobs thead tr th a{
  color: #000;
}
.ansicht{ width: 100px;}
.beschreibung{ width: 220px;}
.kurzbeschreibung{ width: 150px;}
.stellen{ width: 90px;}
.ort{width: 100px;}
.datum{width:  90px;}
td.first a{
  text-decoration: none !important;
}

table#jobs td{ font-size: 11px; line-height: 14px;}

table#jobs td,  table#jobs thead th{
  vertical-align:top;
  padding:8px 10px;
}

table#jobs td.first, table#jobs thead th.first {
  padding-left:2px;
}

table#jobs td span {
  display:block;
}

.companyinfo_icon {
  background-image:url(../../images/b4p/companyinfo.gif);
  background-position:left top;
  background-repeat:no-repeat;
  height:20px;
  margin-left:79px;
  margin-top:1px;
  position:absolute;
  width:20px;
  display: block;
}

/* @group Companyinfo Overlay */

.companyinfo_overlay {
  color:#777777;
  font-size:10px;
  padding:0 0 0 5px;
  width:381px;
}

.companyinfo_overlay .bewertungen {
  clear:both;
  display:block;
  float:left;
}

.companyinfo_picwrap {
  float:left;
  margin:5px 10px 10px 5px;
}
.companyinfo_logowrap{width:171px;}
.companyinfo_logowrap img {max-width:171px;}

.companyinfo_overlay p {
  float:right;
  margin:5px 5px 0 0;
  width:190px;
  padding:0;
}

.ausstattung {
  float: left;
}

.ausstattung span {
  display: block;
  float: left;
  line-height: 20px;
  width: 33px;
  text-align: right;
  padding-right: 25px;
  margin-right: 5px;
}

.ausstattung span.beds {
  background: url(../../images/bewertungen/grau.png) 35px -181px;
}

.ausstattung span.places {
  background: url(../../images/bewertungen/grau.png) 35px -571px;
  padding-right: 15px;
}

.ausstattung span.employees {
  background: url(../../images/bewertungen/grau.png) 35px -618px;
  padding-right: 17px;
}


/* @end */

/* @group Bewertungen */
td.bewertungen {
  width:130px;
}

.bewertungen span {
  background-image:url(../../images/b4p/bewertungen.png);
  display:block;
  float:left;
  margin-right:3px;
  text-indent:-500em;
  white-space:normal;
}
.stern-0, .michelin-0, .millaut-0 {
  height:0 !important;
}
.stern-1, .stern-1s, .stern-2, .stern-2s, .stern-3, .stern-3s, .stern-4, .stern-4s, .stern-5, .stern-5s {
  height:14px;
  margin:5px 0 0;
}
.michelin-1, .michelin-2, .michelin-3 {
  height:20px;
}
.millaut-1, .millaut-2, .millaut-3 {
  height:24px;
}
.michelin-1 {
  background-position:0 -113px;
  width:20px;
}
.michelin-2 {
  background-position:0 -92px;
  width:40px;
}
.michelin-3 {
  background-position:0 -16px;
  width:60px;
}
.stern-1 {
  background-position:0 -77px;
  width:15px;
}
.bewertungen span.stern-1s {
  background-position: 0 -77px;
  background-image: url(../../images/b4p/bewertungen_s.png);
  width: 25px;
}
.stern-2 {
  background-position:0 -174px;
  width:28px;
}
.bewertungen span.stern-2s {
  background-position: 0 -174px;
  background-image: url(../../images/b4p/bewertungen_s.png);
  width: 40px;
}
.stern-3 {
  background-position:0 -214px;
  width:43px;
}
.bewertungen span.stern-3s {
  background-position: 0 -214px;
  background-image: url(../../images/b4p/bewertungen_s.png);
  width: 53px;
}

.stern-4 {
  background-position:0 -37px;
  width:59px;
}
.stern-4s {
  background-position:0 -1px;
  width:72px;
}
.stern-5 {
  background-position:0 -134px;
  width:72px;
}
.bewertungen span.stern-5s {
  background-position: 0 -134px;
  background-image: url(../../images/b4p/bewertungen_s.png);
  width: 82px;
}
.millaut-1 {
  background-position:0 -189px;
  width:20px;
}
.millaut-2 {
  background-position:0 -149px;
  width:40px;
}
.millaut-3 {
  background-position:0 -52px;
  width:60px;
}
/* @end */

#popularCompanies {text-align: center; font-weight: bold;}
#popularCompanies ul li{display: inline;}
#popularCompanies a{
  text-decoration: none;
}

/* @group Buttons */

/* Type1*/

.button_col {
  float: left;
  clear: both;
  background:url(../../images/b4p/button_bg_left.png) no-repeat;
  padding: 0 0 0 8px;
  margin: 4px 0; /*2px 0*/
}

.button_col a{
  float: left;
  height: 22px;
  background: url(../../images/b4p/button_bg_stretch.png) repeat-x left top;
  line-height: 20px;
  color: #fff !important;
  font-size:11px; /*12px*/
  font-weight:bold;
  text-transform:uppercase;
  padding:0px 3px 0px 2px;
  text-decoration: none !important;
}

.button_col span {
  background: url(../../images/b4p/button_bg_right.png) no-repeat;
  float: left;
  width: 10px;
  height: 20px;
}

/* @end */
#categoryForm{margin-top: 1em;}

/* @end */

/* @group slideshow */

#slidepics, #slidezoompic {
  width: 171px;
  display: block;
  text-align: center;
}
#slidezoompic #slidesmall {
  display: inline;
}
.slide-controls {
	text-align: center;
	width: 171px;
}

.slide-controls a {
	display: block;
	width: 171px;
	text-indent: -1000em;
}

#prevslide, #nextslide{ width: 19px;}

.slide-controls a.prev {
	float: left;
	background: url(../../images/b4p/slideshow-prev.gif) no-repeat center;
}

.slide-controls a.next {
	float: right;
	background: url(../../images/b4p/slideshow-next.gif) no-repeat center;
}

.slide-controls span {
	color: #858585;
}

p.zoom {
	text-align: center;
}

p.zoom a {
	text-decoration: underline;
	background: url(../../images/b4p/lupe.gif) no-repeat left 2px !important;
	padding-left: 18px;
	text-indent: 0;
	display: inline;
}

/* @end */

/* @group Footer */

#ft{
  clear: both;
  font-size:10px;
  letter-spacing:1px;
  padding-top:15px;
  text-align:center;
  width:100%;
}
#ft a{ color: #000; margin-right: 20px; text-decoration: none;}
#ft ul li{ display: inline;}
#ft p {
  clear:both;
  padding:1em 0;
}

#servicenav{ margin-top: 20px;}


/* @end */

/* @group Typo3 */
.news-single-timedata { font-size: 11px; }
.news-list-container, dl.news-single-files{ margin-bottom: 18px;}
dl.news-single-files dd{
  background-image:url(../../images/b4p/list_item_2.gif);
  background-position:left center;
  background-repeat:no-repeat;
  padding-left:10px;
}

/* @end */

/* @group system_msg */
#system_msg {
  background-image: url(../../images/b4p/plusconfig.png);
  height: 331px;
  left: 50%;
  margin: -186px 0 0 -193px;
  padding: 20px;
  position: absolute;
  top: 450px;
  width: 346px;
  z-index: 2005;
}

#system_msg h3 {
  margin-bottom: 20px;
  margin-right: 50px;
}

#system_msg h4 {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

.button3_col {
  background: transparent url(../../images/b4p/button3_bg_left.png) no-repeat scroll 0 0;
  clear: both;
  float: left;
  margin: 2px 0;
  padding: 0 0 0 8px;
}

#system_msg .button3_col a {
  background: transparent url(../../images/b4p/button3_bg_stretch.png) repeat-x scroll left top;
  color: #FFFFFF !important;
  float: left;
  font-size: 0.95em;
  font-weight: bold;
  height: 22px;
  line-height: 20px;
  padding: 0 3px 0 2px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.button3_col span {
  background: transparent url(../../images/b4p/button3_bg_right.png) no-repeat scroll 0 0;
  float: left;
  height: 25px;
  width: 10px;
}

#system_msg .close {
  height: 40px;
  position: absolute;
  right: 0;
  text-indent: -500em;
  top: 0;
  width: 40px;
  z-index: 10000;
}

#col1 ul.error_list{
  margin:0px;
}

.error_list {
  color: #FFFFFF;
  font-weight: bold;
  list-style-type: none;
}

.error_list li, #col1 .fcol12 ul.error_list li {
  background-color:#560B1A;
  clear:both;
  display:block;
  padding:2px 2px 2px 5px;
  width:560px;
}

.contenttable{ width: 100%; border-spacing: 3px; margin-bottom: 5px;}
.contenttable td, .contenttable th{ text-align: center; background-color: #e1e1e1; padding-top: 14px;}

p.note{color: green; font-weight: bold;}


/* @end */

/* @group Formular Anmeldung */
#col1 .fcol12 ul li{background: none;}
#register_level_level1, #register_level_level1und2,
#register_season_Sommer,#register_season_Winter, #register_season_Ganzjaehrig,
#register_agb{width: auto;}

.fcol1{float: left; width: 50%;}
.fcol1 label, .fcol2 label{width: 100px; display:block; float: left;}
.fcol12{clear: both;}

#register_date_day{width: 45px;}
#register_date_month{width: 90px;}
#register_date_year{width: 60px;}

/* @end */

/* @end */
/*Facebook*/
a#facebook {
	position:absolute;
	top:118px;
	left:0px;
	width:32px;
	height:127px;
	outline:none;
	background:url(../../images/facebook.png) no-repeat;
	background-position:top left;
}
a#facebook:hover,
a#facebook:focus {
	background-position:top right;
}
#hider {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	z-index:900;
}

#facebook_iframe {
	display:none;
}
.facebook_iframe_active {
	position:absolute;
	top:0;
	left:0;
	display:block !important;
	padding:20px;
	background:#fff;
	z-index:1000;
}
/* SEO Links Betriebsdetail und Jobdetail */
.seolinks {
  font-size: 10px;
  list-style-type: none;
  margin-top: 30px;
}

.seolinks li {
  padding-bottom: 5px;
}

