/* 
COMMON
	HEADLINES
	PARAGRAPHS
	FORMS
HEADER
	NAVIGATION
	SUBNAVIGATION
	PULLDOWNNAVIGATION
CONTENT
	MAIN
		MAIN TEASER
	SIDEBAR
SIDEBAR	
	COMMON
SITEMAP
FOOTER
JQUERY TOOLTIP
RTE-STYLES
*/


/* =PNGFIX
   ----------------------------------------------------*/

.overlay img { 
	behavior: url(iepngfix.htc);
}

/* =COMMON
   ----------------------------------------------------*/
   
* {
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	font-size: 75%;
}

body {
	font: 1em/1.5em Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	line-height: 1.2em;
}

html>body {
	font-size: 13px;
}

ul {
	list-style-type: none;
}   

#header, #content, #footer, #wrapper {
	width: 985px;
	float: left;
}

a {
	color: #ff7900;
}

.MsoNormal span {
	color: #888 !important;
}


/* =HEADER
   ----------------------------------------------------*/

#header {
	padding-bottom: 2px;
	background: url('../i/headerBg.gif') repeat-x top left;
}

#header #logo {
	float: right;
	display: block;
	width: 311px;
	height: 48px;
	padding-top: 30px;
}


/* =HEADER -> NAVIGATION
   ----------------------------------------------------*/

#nav {
	float: left;
	margin: 72px 0 0 8px;
}

#nav li {
	float: left;
	background: #ccc;
	padding-right: 1px;
	margin-right: 1px;
}

#nav li a {
	display: block;
	height: 14px;
	padding: 2px 12px 4px 13px;
	background: url('../i/navBgLeft.jpg') no-repeat top left;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #666;
	float: left;
}

#nav li a:hover {
	color: #999;
}

#nav li.active {
	background: #ff7900;
}

#nav li.active a, #nav li.active a:hover {
	background: #ff7900;
	color: #fff;
}


/* =CONTENT -> SUBNAVIGATION
   ----------------------------------------------------*/

#subnavigation {
	position: relative;
	z-index: 20;
	float: left;
	width: 100%;
	height: 20px;
	padding: 3px 0 0 0;
}

#subnav {
	font-size: 11px;
	font-weight: bold;
}

#subnav li {
	position: relative;
	float: left;
}

#subnav li a {
	display: block;
	text-decoration: none;
	color: #fda;
	background: url('../i/div.gif') no-repeat 0 35%;
	padding: 1px 8px 5px 9px;
}

#subnav li.first a {
	padding: 1px 8px 4px 21px;
	background: none;
}

#subnav li.active a, #subnav li.current-cat a, #subnav li a:hover {
	color: #fff;
}


/* =HEADER -> SUBNAVIGATION -> 2. LEVEL
   ----------------------------------------------------*/

#subnav ul {
	position:absolute;
	display:none;
	width:185px;
	top: 20px;
	left: -6px;
	padding: 15px 3px 25px 3px;
	background: url('../i/subnavBg.png') no-repeat bottom left;
}

#subnav .first ul {
	left: 4px;
}

#subnav li ul a {
	width: 164px;
	height: auto;
	float: left;
	text-align: left;
	padding: 0 19px 0 16px !important;
	background: none;
	font-size: 11px;
	font-weight: bold;
	color: #777 !important;
}

#subnav li ul a:hover {
	color: #aaa !important;
}

#subnav li ul li.active a, #subnav li ul li.active a:hover {
	color: #ff7900 !important;
}

#subnav li ul a.active {
	font-weight: bold;
	padding: 0 19px 0 16px !important;
	background-image: none;
	background: #475A87;
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li:hover ul ul ul ul{
  	display:none;	
}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li li li li:hover ul{
	display:block;
}

.printPage, .sitemapPage {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #fda;
	text-decoration: none;
	margin: 0 10px 0 0;
	padding: 1px 0 0 15px;
	background: url('../i/printPage.gif') no-repeat 0 50%;
}

.sitemapPage {
	padding: 1px 0 0 10px;	
	background: url('../i/div.gif') no-repeat 0 55%;	
}




/* =CONTENT -> MAIN -> COMMON
   ----------------------------------------------------*/
   
#body {
	position: relative;
}
   
#main {
	float: left;
}

#main h2, #main .ueberschrift_gross {
	width: 730px;
	height: 20px;
	background: #999;
	padding: 7px 0 3px 28px;
	margin: 0 0 1px 0;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

#content {
	position: relative;
	padding: 0 0 20px 0;
}

#content .overlay {
	position: absolute;
	display: block;
	top: -10px;
	right: 227px;
	z-index: 30;
}

   
/* =CONTENT -> MAIN -> MAIN TEASER
   ----------------------------------------------------*/
   
.mainTeaser {
	width: 730px;
	background: #f0f0f0;
	padding: 20px 0 0 28px;
	margin: 0 0 2px 0;
}

.mainTeaser h2, .mainTeaser .ueberschrift_gross {
	display: block;
	margin: 0 !important;
	padding: 0 0 5px 0 !important;
	background: none !important;
	color: #ff7900 !important;
	font-size: 15px;
	font-weight: bold;
}

.mainTeaser h3, .mainTeaser .ueberschrift_klein, .gfText h3 {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	color: #ff7900 !important;
	font-size: 13px;
	font-weight: bold;
}

.mainTeaser .text h3, .mainTeaser .ueberschrift_klein, .gfText h3 {
	padding: 15px 0 5px 0 !important;
}

.mainTeaser .text {
	float: left;
	width: 400px;
	padding: 0 40px 20px 0;
}

.mainTeaser .text p {
	padding: 0 0 10px 0;
}

.mainTeaser .text ul, .gfText ul {
	margin: 10px 0;
}

.mainTeaser .text li, .gfText li {
	background: url('../i/listOrange.gif') no-repeat 0 5px;
	padding: 0 0 0 15px;
}

.mainTeaser ol li {
	background: none !important;
	padding: 0 !important;
	margin: 0 0 0 30px;
}

.mainTeaser.large .text {
	float: left;
	width: 700px !important;
	padding: 0 0 20px 0;
}

.mainTeaser .list {
	position: relative;
	float: left;
	width: 270px;
	margin: 0 0 20px 0;
}

.mainTeaser .list h3 {
	text-align: left;
	color: #ff7900;
	font-size: 13px;
	width: 125px;
	float: left;
}

.mainTeaser .list ul {
	float: right;
	width: 140px;
}

.mainTeaser .list li {
	font-weight: normal;
	text-align: left;
	background: url('../i/listdotOrange.gif') no-repeat 0 50%;
	padding: 0 0 0 15px;
}

.mainTeaser .list a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	
}

.mainTeaser.storeDetails h2 {
	font-size: 13px !important;
	margin: 0 !important;
	padding: 0 !important;	
}

.mainTeaser.storeDetails p {
	width: 235px;
	float: left;
	padding: 0 0 20px 0;
}


/* =CONTENT -> MAIN -> SECTIONTEASER
   ----------------------------------------------------*/
   
.sectionTeaser {
	float: left;
	width: 252px;
	margin: 0 1px 0 0;
}

.sectionTeaser h3 {
	font-size: 15px;
	padding: 0 0 0 17px;
	margin: 10px 0 14px 28px;
}

.sectionTeaser.followingPage h3 {
	width: 105px;
	float: right;
	margin: 40px 0 0 0;
	padding: 0 0 0 17px
}

.sectionTeaser img {
	float: left;
	margin: 0 10px 5px 28px;
}

.sectionTeaser.followingPage img {
	margin: 10px 10px 5px 28px;
}

.sectionTeaser ul {
	padding: 15px 0 0 0;
	font-size: 12px;
}

.sectionTeaser li.unternehmen a {
	border-top: 1px solid #ddd;
	display: inline-block;
	margin: 7px 0 0 0;
	padding: 7px 0 7px 15px !important;
}

.sectionTeaser ul a {
	color: #666;
	text-decoration: none;
}

.sectionTeaser p {
	clear: both;
	margin: 0 5px 20px 28px;
}

.sectionTeaser.teaserIndustry {
	border-top: 7px solid #276091;
}

.sectionTeaser h3.teaserIndustry {
	border-top: none;
	color: #276091;
	background: url('../i/hldotBlue.gif') no-repeat 0 2px;
}

.sectionTeaser.teaserIndustry h3 a {
	color: #276091;
	text-decoration: none;
}

.sectionTeaser.teaserIndustry ul a {
	background: url('../i/listdotBlue.gif') no-repeat 0 50%;
	padding: 0 0 0 15px;
}

.sectionTeaser.teaserMedical {
	border-top: 7px solid #096;
}

.sectionTeaser h3.teaserMedical {
	border-top: none;
	color: #096;
	background: url('../i/hldotGreen.gif') no-repeat 0 2px;	
}

.sectionTeaser.teaserMedical h3 a {
	color: #096;
	text-decoration: none;
}

.sectionTeaser.teaserMedical ul a {
	background: url('../i/listdotGreen.gif') no-repeat 0 50%;
	padding: 0 0 0 15px;
}

.sectionTeaser.teaserOffice {
	border-top: 7px solid #fa0;
}

.sectionTeaser h3.teaserOffice {
	border-top: none;
	color: #fa0;
	background: url('../i/hldotYellow.gif') no-repeat 0 2px;	
}

.sectionTeaser.teaserOffice h3 a {
	color: #fa0;
	text-decoration: none;
}

.sectionTeaser.teaserOffice ul a {
	background: url('../i/listdotYellow.gif') no-repeat 0 50%;
	padding: 0 0 0 15px;
}


/* =CONTENT -> MAIN -> LISTTEASER
   ----------------------------------------------------*/
   
#main .listTeaser {
	float: left;
	width: 379px;
	padding: 0 0 0 0;
	font-weight: bold;
}

#main .listTeaser h2 {
	width: 351px;
	height: 13px;
	background: #999;
	padding: 4px 0 6px 28px;
	margin: 0 0 14px 0;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#main .listTeaser.teaserIndustry h2 {
	background: #276091;
}

#main .listTeaser.teaserMedical h2 {
	background: #096;
}

#main .listTeaser.teaserOffice h2 {
	background: #fa0;
}

#main .listTeaser p {
	padding: 0 0 0 43px;
	font-size: 12px;
	font-weight: bold;
	color: #ff7900;	
}

#main .listTeaser.teaserIndustry p {
	color: #276091;
}

#main .listTeaser.teaserMedical p {
	color: #096;
}

#main .listTeaser ul {
	padding: 0 0 12px 28px;
	font-size: 12px;
}

#main .listTeaser li {
	background: url('../i/listOrange.gif') no-repeat 0 4px;
	padding: 0 0 0 15px;
}

#main .listTeaser li h3 {
	color: #ff7900;
	font-size: 12px;
}

#main .listTeaser.teaserIndustry li {
	background: url('../i/listBlue.gif') no-repeat 0 4px;
}

#main .listTeaser.teaserMedical li {
	background: url('../i/listGreen.gif') no-repeat 0 4px;
}

#main .listTeaser.teaserOffice li {
	background: url('../i/listYellow.gif') no-repeat 0 4px;
}

#main .listTeaser.teaserOffice li h3 {
	color: #fa0;
	font-size: 12px;
}


/* =CONTENT -> MAIN -> QUALIT�TSTEASER
   ----------------------------------------------------*/
   
.qualitaetsteaser {
	clear: both;
	width: 720px;
	margin: 0 0 0 8px;
	padding: 0 30px 10px 0;
	border: 1px solid #ccc;
}

.qualitaetsteaser img {
	float: left;
}

.qualitaetsteaser h3 {
	color: #ff7900;
	font-size: 12px;
	padding: 10px 0 0 0;
}

.qualitaetsteaser p {
	font-size: 12px;
}


/* =CONTENT -> MAIN -> KARTEN�BERSICHT
   ----------------------------------------------------*/

.storemap {   
	position: relative;
}

.storemap select {
	position: absolute;
	top: 100px;
	left: 450px;
	padding: 2px;
	border: 1px solid #ccc;
	width: 193px;
	height: 20px;
	font-size: 11px;
	color: #666;	
}


/* =CONTENT -> MAIN -> STELLENTEASER
   ----------------------------------------------------*/

.jobTeaser {
	width: 730px;	
	font-size: 11px;
	padding: 0 0 10px 0;
}
   
.jobTeaser .headline {
	width: 730px;
	height: 20px;
	background: #999;
	padding: 8px 0 2px 28px;
	margin: 0 0 4px 0;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;	
}

.jobTeaser h1 {
	display: inline;
	padding-right: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.jobTeaser li {
	padding: 2px 50px 8px 30px;
	width: 678px;
}

.jobTeaser li.odd {
	background: #ebebeb;
}

.jobTeaser li h2 {
	display: inline-block;
	width: 670px !important;
	background: url('../i/listOrange.gif') no-repeat 0 10px !important;
	color: #FF7900 !important;
	font-size: 13px !important;
	font-weight: bold !important;
	padding: 5px 0 0 14px !important;
	margin: 0 !important;
}

.jobTeaser li h2 a {
	text-decoration: none;
}

.jobTeaser li h2 a:hover {
	text-decoration: underline;
}

.jobTeaser p {
	padding: 8px 0 2px 28px;
}

.jobTeaser li p {
	padding: 0;
}

.jobTeaser .jobLink {
	text-align: right;
	font-weight: bold;
}


/* =CONTENT -> MAIN -> STELLENTEASER FACEBOOK
   ----------------------------------------------------*/

.facebook {
	width: 494px;	
	font-size: 11px;
	padding: 0 0 10px 0;
}
   
.facebook .headline {
	width: 466px;
	height: 20px;
	background: #FF7900;
	padding: 8px 0 2px 28px;
	margin: 0 0 4px 0;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #fff;	
	border-bottom: 1px solid #fff;	
}

.facebook li {
	padding: 2px 50px 8px 30px;
	width: 414px;
}

.facebook li h2 {
	display: inline-block;
	width: 434px !important;
	background: url('../i/listOrange.gif') no-repeat 0 10px !important;
	color: #FF7900 !important;
	font-size: 13px !important;
	font-weight: bold !important;
	padding: 5px 0 0 14px !important;
	margin: 0 !important;
}


/* =CONTENT -> MAIN -> BEWERBUNGSTEASER
   ----------------------------------------------------*/
   
.storeTeaser {
	float: left;
	background: #f0f0f0;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.storeTeaser.contact, .storeTeaser.profile {
	background: #fff;
}

.storeTeaser h3 {
	width: 730px;
	height: 13px;
	background: #999;
	padding: 4px 0 6px 28px;
	margin: 0 0 14px 0;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.storeTeaser ul {
	clear: both;
	margin: 0 0 0 28px;
}

.storeTeaser ul li {
	float: left;
	width: 350px;
}

.storeTeaser ul li h4 {
	color: #ff7900;
	font-size: 11px;
}

.storeTeaser ul li span.desc {
	float: left;
	display: block;
	font-weight: bold;
	width: 80px;
}

.storeTeaser ul li p {
	margin: 0 0 0 80px;
}

.storeTeaser p.thanks {
	margin: 10px 0 0 28px;
}


/* =CONTENT -> MAIN -> GESCH�FTSF�HRER
   ----------------------------------------------------*/
   
.geschaeftsfuehrer {
	width: 728px;
	background: #f0f0f0;
	padding: 25px 0 0 30px;
}

.geschaeftsfuehrer .gfBild {	
	float: left;
	padding: 0 30px 0 0;
}

.geschaeftsfuehrer .gfText h2 {	
	width: 550px !important;
	margin: 0 !important;
	padding: 0 0 5px 0 !important;
	background: none !important;
	color: #ff7900 !important;
}

.geschaeftsfuehrer .gfText {	
	float: left;
	padding: 0 20px 0 0;
	width: 550px;
}

.geschaeftsfuehrer .gfText p {	
	margin: 0;
	padding: 0;
}




/* =CONTENT -> MAIN -> JOBLIST PAGINATION
   ----------------------------------------------------*/

.pagination.list {
	font-weight: bold;
	text-align: right;
	font-size: 11px;
	padding: 7px 20px 0 0;
	margin: 0 0 0 0;
	height: 21px;
	position: absolute;
	width: 738px;
}
.pagination.list.grey {
	border-top: 1px solid #cbcbcb;
	padding: 7px 20px 10px 0;	
	width: 738px;	
}

.pagination.list.grey, .pagination.list.grey a {
	color: #666 !important;
}

.list .wp-pagenavi a, .list .wp-pagenavi a:link {
	padding: 2px; 
	text-decoration: underline;
	color: #fff;
}
.list .wp-pagenavi a:hover {	
	color: #fff;
}
.list .wp-pagenavi a:active {
	padding: 2px; 
	text-decoration: none;
	color: #fff;
}
.list .wp-pagenavi span.pages {
	padding: 2px; 
	color: #fff;
}
.list.grey .wp-pagenavi span.pages {
	padding: 2px; 
	color: #666;
}
.list .wp-pagenavi span.current {
	padding: 2px; 
	color: #fff;
}
.list.grey .wp-pagenavi span.current {
	padding: 2px; 
	color: #666;
}
.list .wp-pagenavi span.extend {
	padding: 2px; 
	color: #fff;
}


/* =CONTENT -> MAIN -> JOBLIST TABLE
   ----------------------------------------------------*/
   
#searchBox {
	border-bottom: none !important;
	margin-bottom: 0 !important;
	background: #e0e0e0;
}

#searchBox h2 {
	border-bottom: 1px solid #fff;
}

#searchBox p.info {
	padding: 8px 0 5px 28px;
	color: #666;
}

#searchBox .info, #searchBoxNormal .info {
	font-size: 11px !important;
	font-weight: bold;
	color: #888;	
	margin-bottom: 0 !important;
}

#searchBox form {
	padding: 0 0 0 18px;
}

#searchBox form p, #searchBoxNormal form p {
	float: left;
	margin: 0 !important;
	padding: 0 0 0 10px !important;
}

#searchBox select, #searchBox input, #searchBox textarea, #searchBoxNormal select, #searchBoxNormal input, #searchBoxNormal textarea{
	font-size: 11px;
	color: #7f7a75;
}

#searchBox select, #searchBoxNormal select {
	padding: 2px;
	border: 1px solid #ccc;
	width: 137px;
	height: 20px;
	font-size: 11px;
	color: #666;
}

#searchBox input.inputText, #searchBoxNormal input.inputText {
	width:147px !important;
	height:13px;
	border:1px solid #ccc;
	padding:2px 4px 2px 4px;
	margin: 0 0 0 0;
}

#searchBox input.inputSubmit, #searchBoxNormal input.inputSubmit {
	float:left;
	background:url('../i/btSubmitJobfind.jpg') no-repeat;
	width:93px;
	height:25px;
	font-size:0.1em;
	cursor:pointer;
	margin: -2px 10px 10px 10px;
}
   
.jobList {
	clear: both;
	width: 758px;
	font-size: 11px;
	font-weight: bold;
}

.jobList th {
	color: #FF6600;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.jobList td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.jobList td, .jobList td a {
	color: #666;
	text-decoration: none;
}

.jobList td.hover a, .jobList td.hover a:hover {
	color: #fff;
}

.jobList td.hover, .jobList tr.hover {
	background-color: #999;
	cursor: pointer;
}

.jobList .odd {
	background: #e0e0e0;
}

.jobDesc {
	padding-left: 28px;
	padding-right: 10px;
	line-height: 1.3em;
}

.jobCity {
	width: 325px;
}


/* =CONTENT -> MAIN -> PROFILFORMULAR
   ----------------------------------------------------*/
   
   
.block {
	float :left;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 0 0;
}

.profile .right label {
	width: 140px !important;
}

.block fieldset {
	font-weight: normal;
}

.block.grey {	
	background: #f0f0f0;
	border: none;
	padding-bottom: 10px;
	width: 758px;
}

.profile h3 {
	margin-bottom: 0;
}

.profile #kontaktform .checkbox {
	clear: both;
	position: relative;
	padding: 10px 0 0 0;
}

.profile #kontaktform .checkbox label {
	width: 450px !important;
	padding: 0 0 10px 200px;
	display: block;
	font-weight: normal;
	font-size: 11px;
}

.profile #kontaktform #datenschutz {
	position: absolute;
	top: 10px;
	left: 180px;
}

.profile #kontaktform input.senden0 {
	background-image: url(../i/btSubmitProfile.jpg);
	width: 108px;
}

.profile p.info.error {
	padding: 0 0 0 28px !important;
}
   

/* =CONTENT -> MAIN -> KONTAKTFORMULAR
   ----------------------------------------------------*/
   
#kontaktform {
	width: 758px;
}
   
#kontaktform fieldset {
	float: left;
	width: 350px;
	padding: 0 0 0 28px;
}

#kontaktform label {
	float: left;
	display: block;
	width: 150px;
	font-weight: normal;
}

#kontaktform #right label {
	width: 100px;
}

#kontaktform p {
	padding: 0 0 9px 0;
}

#kontaktform select {
	padding: 2px;
	border: 1px solid #ccc;
	width: 189px;
	height: 20px;
	font-size: 11px;
	color: #666;
}

#kontaktform .inputText {
	padding: 2px;
	border: 1px solid #ccc;
	width: 183px;
	height: 14px;
	font-size: 11px;
	color: #666;
}

#kontaktform textarea {
	padding: 2px;
	border: 1px solid #ccc;
	width: 240px;
	height: 170px;
	font-size: 11px;
	color: #666;
}

#kontaktform .checkbox {
	clear: both;
	position: relative;
}

#kontaktform .checkbox label {
	width: 220px !important;
	padding: 0 0 10px 120px;
	display: block;
	font-weight: normal;
	font-size: 11px;
}

#kontaktform #mailkopie, #kontaktform #datenschutz {
	position: absolute;
	top: 0;
	left: 100px;
}

#kontaktform input.senden0 {
	float: right;
	background-color: transparent;
	background-image: url(../i/btSubmit.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	width: 93px;
	height: 25px;
	font-size: 0.1em;
	cursor: pointer;
	margin-bottom: 10px;
}

#kontaktform .error {
	color: #f00;
}
   

/* =CONTENT -> MAIN -> SITEMAP
   ----------------------------------------------------*/
   
#sitemap a {
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}
   
#sitemap ul {
	padding-bottom: 20px;
}

#sitemap ul a {
	color: #666;
}
   
#sitemap ul ul {
	padding-bottom: 10px;
}
   
.firstLevel li {
	background: url("../i/listOrange.gif") no-repeat 0 4px;
	padding-left: 15px;
}

.secondLevel li {
	background: none;
	padding-left: 40px;
}
   
   
/* =CONTENT -> SIDEBAR
   ----------------------------------------------------*/
   
#sidebar {
	float: right;
	width: 217px;
	border: 1px solid #ccc;
}

#sidebar h3, #sidebar .sidebarHeadline {
	display: block;
	width: 127px;
	color: #ff7900;
	font-size: 13px;
	font-weight: bold;
	padding: 18px 80px 16px 10px;
	background: url('../i/sidebarTab.jpg') no-repeat 0 0;
	text-align: center;
}


/* =CONTENT -> SIDEBAR -> STORES PULLDOWN
   ----------------------------------------------------*/
   
#sidebar select {
	margin: 20px 0 23px 13px;
	padding: 2px;
	border: 1px solid #ccc;
	width: 193px;
	height: 20px;
	font-size: 11px;
	color: #666;
}


/* =CONTENT -> SIDEBAR -> JOBS LISTS
   ----------------------------------------------------*/
   
#sidebar .jobsIndustry, #sidebar .jobsMedical, #sidebar .jobsOffice, #sidebar .jobsFreetext, #sidebar .jobsFreetext.borderBottom {
	margin: 0 10px 12px 8px;
	padding: 0 0 10px 6px;
	width: 192px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}

#sidebar .single {
	border-bottom: none !important;
}

#sidebar .jobsFreetext {
	border-bottom: none;
	padding-bottom: 0 !important;
}

#sidebar .jobsFreetext.borderBottom {
	padding: 0 0 10px 6px !important;
}

#sidebar .jobsOffice {
	border: none;
}

#sideaber .sidebarSubline {
	font-weight: bold;
	display: block;
}

#sidebar .jobsIndustry h4, #sidebar .jobsIndustry .sidebarSubline {
	color: #276091;
	font-size: 11px;	
}

#sidebar .jobsMedical h4, #sidebar .jobsMedical .sidebarSubline {
	color: #096;
	font-size: 11px;	
}

#sidebar .jobsOffice h4, #sidebar .jobsOffice .sidebarSubline {
	color: #fa0;
	font-size: 11px;	
}

#sidebar .jobsFreetext h4, #sidebar .jobsFreetext .sidebarSubline {
	color: #ff7900;
	font-size: 11px;	
}

#sidebar .jobsIndustry li, #sidebar .jobsMedical li, #sidebar .jobsOffice li {
	margin: 5px 0 0 0;
}

#sidebar .jobsIndustry a, #sidebar .jobsMedical a, #sidebar .jobsOffice a {
	color: #666;
	text-decoration: none;
}

#sidebar .jobsIndustry a:hover, #sidebar .jobsMedical a:hover, #sidebar .jobsOffice a:hover {
	text-decoration: underline;
}

#sidebar .jobsIndustry .allJobs a {
	background: url('../i/listdotBlue.gif') no-repeat 0 50%;
	padding: 0 0 0 13px;
}

#sidebar .jobsMedical .allJobs a {
	background: url('../i/listdotGreen.gif') no-repeat 0 50%;
	padding: 0 0 0 13px;
}

#sidebar .jobsOffice .allJobs a {
	background: url('../i/listdotYellow.gif') no-repeat 0 50%;
	padding: 0 0 0 13px;
}

#sidebar .jobsFreetext {
	line-height: 1.2em;
}

#sidebar .jobsFreetext img.gf {
	padding-bottom: 8px;
}


/* =CONTENT -> SIDEBAR -> TWITTER/FACEBOOK/RSS-FEED
   ----------------------------------------------------*/

#sidebar .twitter {	
	float: left;
	margin: 0 0 10px 13px;
	display: block;
	background: url('../i/twitter.gif') no-repeat 0 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}

#sidebar .facebook {	
	float: left;
	margin: 0 0 10px 5px;
	display: block;
	background: url('../i/facebook.gif') no-repeat 0 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}

#sidebar .rss {	
	float: left;
	margin: 0 0 10px 5px;
	display: block;
	background: url('../i/rss-feed.gif') no-repeat 0 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}


/* =CONTENT -> SIDEBAR -> TEASER
   ----------------------------------------------------*/

#sidebar #teaserBerlin2 {
	position: relative;
	top: -1px;
	left: -1px;
	background: #fff url('../i/bgBerlin2.jpg') no-repeat 0 0;
	width: 209px;
	height: 104px;
	padding: 167px 0 0 12px;	
}

#sidebar #teaserBerlin2 p {
	width: 190px;
	font-weight: bold;
	color: #fff;
}

#sidebar #teaserBerlin2 a {
	color: #fff;
}

#sidebar #teaser50PercentSmall {
	position: relative;
	top: -1px;
	left: -1px;
	background: #fff url('../i/bg50PercentSmall.gif') no-repeat 0 4px;
	width: 207px;
	height: 90px;
	padding: 20px 0 0 12px;	
	font-size: 12px;
	border-top: 1px solid #ccc;
}

#sidebar #teaser50PercentSmall p {
	width: 190px;
}

#sidebar #teaser50PercentSmall p.sos-kinderdorf {
	font-size: 11px;
}

#sidebar #teaser50PercentSmall p strong {
	color: #ff7900;
}

#sidebar #teaser50PercentSmall a {
	color: #333;
}

#sidebar #teaser50Percent {
	position: relative;
	top: -1px;
	left: -1px;
	background: #fff url('../i/bg50Percent.jpg') no-repeat 0 0;
	width: 201px;
	height: 149px;
	padding: 160px 0 0 20px;	
}

#sidebar #teaser50Percent p {
	width: 182px;
}

#sidebar #teaser50Percent p, #sidebar #teaser50Percent p a {
	color: #fff;
}

#sidebar #teaser50Percent p strong {
	color: #FF7F00;
}

#sidebar #jobSliderContainer {
	position: relative;
}

#sidebar #jobSliderContainer .btBack {
	z-index: 1000;
	position: absolute;
	top: 85px;
	left: -1px;
	display: block;
	text-indent: -9999px;
	width: 8px;
	height: 15px;
	background: url('../i/bt_teaser_back.png') no-repeat;
}

#sidebar #jobSliderContainer .btFwd {
	z-index: 1000;
	position: absolute;
	top: 85px;
	left: 209px;
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 15px;
	background: url('../i/bt_teaser_fwd.png') no-repeat;
}

#sidebar #jobSlider {
	width: 207px;
	margin: 15px 0 0 0;
	padding: 5px 0 0 12px;
}

#sidebar #jobSlider div {
	width: 207px;
	font-size: 11px;
}

#sidebar #jobSlider div h4 a {
	font-size: 12px;
	text-decoration: none;
	color: #666;
}

#sidebar #jobSlider div p, #sidebar #jobSlider div h4 {
	width: 157px;
	padding: 0 25px;
}

#sidebar #jobSlider div p a.normalLink {
	text-decoration: none;
	color: #666;	
}
   

/* =CONTENT -> SIDEBAR -> WM-TIPP
   ----------------------------------------------------*/

#sidebar #wmtipp {
	position: relative;
	top: -1px;
	left: -1px;
	background: #fff url('../i/bgWmtippBox.jpg') no-repeat 0 0;
	width: 219px;
	border-bottom: 1px solid #ccc;
}
   
#sidebar #wmtipp form.login {
	padding: 197px 0 5px 0;
	color: #fff;
	font-size: 11px;
}

#sidebar #wmtipp form.code {
	padding: 10px 0 5px 0;
	color: #fff;
	font-size: 11px;
}

#sidebar #wmtipp p.borderTop {
	border-top: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 5px;
	height: auto;	
}

#sidebar #wmtipp form p {
	height: 20px;
}

#sidebar #wmtipp label {
	float: left;
	display: none;
	width: 60px;
}

#sidebar #wmtipp .txtInput {
	float: left;
	width: 146px;
	height: 13px;
	padding: 2px 10px;
	margin: 0 3px 0 0;
	font-size: 11px;
	color: #999;	
}

#sidebar #wmtipp .submit {
	float: left;
	width: 17px;
	height: 17px;
	background: #fff url('../i/btWmTippSubmit.gif') no-repeat 0 0;
	font-size: 1px;
	color: #fff;
	cursor: pointer;
}
 
#sidebar #wmtipp p {
	padding: 0 0 0 12px;
	color: #fff;
	font-size: 11px;
	line-height: 1.2em;
}

#sidebar #wmtipp p a {
	color: #fff;
}

#wmtipp .hint, #wmtipp .error {
	font-weight: bold;
	border-top: 1px solid #fff;
	margin-top: 10px;
	padding: 10px 12px 15px 12px !important;
	height: auto;	
	background: #ff8000;
	border-bottom: 1px solid #fff;
}

#wmtipp .hint {
	font-weight: normal;
	background: none;
}



/* =FOOTER
   ----------------------------------------------------*/
   
#footer {
	display: none;
}


/* =JQUERY TOOLTIP
   ----------------------------------------------------*/

.bubbleInfo {
	position: absolute;
	top: 110px;
	left: 288px;
}

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	width: 220px !important;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft { background-image: url(../i/bubble-1.png); }
.popup td.top { background-image: url(../i/bubble-2.png); }
.popup td#topright { background-image: url(../i/bubble-3.png); }
.popup td.left { background-image: url(../i/bubble-4.png); }
.popup td.right { background-image: url(../i/bubble-5.png); }
.popup td#bottomleft { background-image: url(../i/bubble-6.png); }
.popup td.bottom { background-image: url(../i/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(../i/bubble-8.png); }

.popup table.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
}

table.popup-contents th {
	text-align: right;
	text-transform: lowercase;
}

table.popup-contents td {
	text-align: left;
}


/* =RTE-STYLES
   ----------------------------------------------------*/

.hinweistext {
	clear: both;
	padding: 10px 0 0 28px;
	color: #666;
    border-top: 1px solid #cbcbcb;
	font-size: 11px;
}

.kleintext {
	clear: both;
	padding: 10px 0 0 28px;
	color: #666;
	font-size: 11px;
}

.listenabstand {
	display: block;
	padding-bottom: 10px;
}

.orange {
       color: #ff7900;
}

.orangeklein {
	clear: both;
	padding: 10px 0 0 0;
	color: #ff7900;
	font-size: 11px;
}
