@charset "UTF-8";
/* CSS Document */

/* reset by eric meyer : ------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
:focus {
	outline: 0;
}
body {
	line-height: 1.4em;
	color: black;
	background:#e1e1e1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* headlines: ------------------ */
h2, h3, h4, h5 {
	margin:0;
	padding:0;
}
h2 {
	margin:30px 0 15px 0;
}
/* links allgemein: ------------------ */
a {
	color:#c11c2b;
}
/* rahmen: ------------------ */
.borderbottomgrey_30px {
	border-bottom:#e1e1e1 1px solid;
	margin-bottom:30px;
	padding-bottom:30px;
}
/* the clearfix : ------------------ */
.cf {
	display: inline-block;
}
.cf[class] {
	display: block;
	overflow: hidden;
}
/* kleinkram : ------------------ */
.rot {
	color:#c11c2b
}
/* menu oben VERSION 2 : ------------------ */
#topmenuwrapper {
	width:100%;
}
ul#topmenu_zwei {
	margin:0 auto;
	width:940px;
}
ul#topmenu_zwei li {
	float:left;
}
ul#topmenu_zwei li a {
	color:#000;
	text-transform:uppercase;
	font-size:14px;
	margin-right:15px;
	padding:10px 15px 11px 0;
	text-decoration:none;
	/*border-right:#cecece 1px solid;*/
	display:block;
	font-weight:bold;
}
ul#topmenu_zwei li a.last {
	font-weight:bold;
}
body#startseite a.startseite {
	color:#c11c2b;
	background:url(../images/topmenu_li_back.gif) bottom center no-repeat;
}
body#vorteile a.vorteile {
	color:#c11c2b;
	background:url(../images/topmenu_li_back.gif) bottom center no-repeat;
}
body#seniorenzentren a.seniorenzentren {
	color:#c11c2b;
	background:url(../images/topmenu_li_back.gif) bottom center no-repeat;
}
body#die_awo a.die_awo {
	color:#c11c2b;
	background:url(../images/topmenu_li_back.gif) bottom center no-repeat;
}
body#kontakt a.kontakt {
	color:#c11c2b;
	background:url(../images/topmenu_li_back.gif) bottom center no-repeat;
}
/*unterm slider*/
#untermslider {
	background:url(../images/untermslider_headline.gif) top left no-repeat;
	height:51px;
	width:940px;
}
#untermslider span {
	float:right;
	display:block;
	background:#e1e1e1;
	height:46px;
	line-height:46px;
	vertical-align:middle;
	width:287px;
	margin-top:5px;
	text-align:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#untermslider span a {
	color:#c11c2b;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/linkarrow_big.png) 15px 0 no-repeat;
	padding:0 0 0 38px;
}
#untermslider span a:hover {
	background:url(../images/linkarrow_big.png) 18px 0 no-repeat;
}
/* der rest : ------------------ */
#wrapper {
	text-align:center;
	width:100%;
	background:#fff url(../images/topback.png) top repeat-x;
}
#startseite #wrapper {
	text-align:center;
	width:100%;
	background:#fff url(../images/topback_index.png) top repeat-x;
}
#inhalt {
	margin:0 auto;
	width:940px;
}
#header {
	width:940px;
	background:url(../images/headerpic.gif) bottom center no-repeat;
	height:170px;
}
#header_NEU {
	width:940px;
	background:url(../images/headerpic.gif) 0 25px no-repeat;
	height:130px;
}
div.zweispalten {
	width:940px;
}
/*spalte eins*/
div.spalteeins {
	width:640px;
	float:left;
	text-align:left;
}
/*spalte eins*/
div.spalteeins table.indexmitte {
}
/*testimonial*/
	div#testimonial {
	background:#eeeeee;
	margin:20px 0 20px 0;
	padding:12px;
}
div#testimonial img {
	margin:0 20px 0 0;
	float:left;
}
div#testimonial p.testiname {
	display:block;
	margin:10px 0 0 0;
}
div#testimonial em {
	color:#c11c2b;
}
/* ////// spalte zwei*/
div.spaltezwei {
	float:left;
	width:280px;
	margin:30px 0 0 20px;
	text-align:left;
}
/*spalte zwei suchmaske*/
div.spaltezwei span.jobsuchemaske_index {
	display:block;
	border-top:#e1e1e1 3px dotted;
	border-bottom:#e1e1e1 3px dotted;
	padding-bottom:16px;
}
div.spaltezwei span.jobsuchemaske_index h2 {
	padding-bottom:0;
	margin-top:15px;
	font-size:18px;
}
div.spaltezwei span.jobsuchemaske_index .umkreissuche td { margin: 0; padding: 2px 4px 2px 0; font-size: 14px; }
div.spaltezwei span.jobsuchemaske_index .umkreissuche input[type=text]{
	border:#dadada 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	margin-top:2px;
	color:#666;
}
/*spalte zwei kontakt*/
	div.spaltezwei span.jobsuchekontakt_index {
	display:block;
	background:#c11c2b;
	margin:20px 0 20px 0;
	padding:10px 10px 10px 10px;
	color:#FFFFFF;
	font-size:12px;
	line-height:1.4em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.spaltezwei span.jobsuchekontakt_index ul li {
	display:block;
	padding:3px 0 8px 35px;
	font-size:16px;
}
div.spaltezwei span.jobsuchekontakt_index ul li.mail {
	background: url(../images/icon_mail.gif) 0 3px no-repeat;
}
div.spaltezwei span.jobsuchekontakt_index ul li.mail a {
	text-decoration:none;
}
div.spaltezwei span.jobsuchekontakt_index ul li.fon {
	background: url(../images/icon_fon.gif) 0 0 no-repeat;
}
div.spaltezwei span.jobsuchekontakt_index h3 {
	margin:0 0 6px 0;
}
div.spaltezwei span.jobsuchekontakt_index h2 {
	margin:0 0 12px 0;
}
div.spaltezwei span.jobsuchekontakt_index a {
	color:#FFFFFF;
}
div.spaltezwei span.jobsuchekontakt_index img {
	margin:0 15px 0 10px;
	float:left;
}
/*spalte zwei funkspot*/
div.spaltezwei span.jobsuchefunkspot_index {
	display:block;
	background:#fff;
	margin:20px 0 20px 0;
	padding:10px 0;
	border-top:#e1e1e1 3px dotted;
	border-bottom:#e1e1e1 3px dotted;
}
div.spaltezwei span.jobsuchefunkspot_index span#funkspot img {
	display:block;
	line-height:30px;
	vertical-align:middle;
	float:left;
	margin-right:10px;
}
#content {
	width:750px;
	margin:0 0 0 95px;
	text-align:left;
}
/*spalte zwei aktuelle angebote*/
div.spaltezwei ul.jobsucheangebote_index {
	background:#fff;
	margin:10px 0 20px 0;
	padding:0 0;
}
div.spaltezwei ul.jobsucheangebote_index li {
	margin:0 0 5px 0;
	padding-bottom:5px;
	border-bottom:#dedede 1px solid;
}
div.spaltezwei ul.jobsucheangebote_index h2 {
	margin-top:5px;
}
div.spaltezwei ul.jobsucheangebote_index li h3 {
	color:#c11c2b;
	font-size:15px;
}
/* ////// jobs */
ul#jobliste h3 {
	margin:0 0 0 -20px;
	color:white;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
	background:#C11C2B url(../images/jobsh3_back.png) top repeat-x;
	padding:14px 20px 20px 20px;
	width:auto;
	float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul#jobliste li.job {
	border-bottom:#dadada 1px solid;
	padding-bottom:30px;
	margin-bottom:30px;
}
ul#jobliste li.job:last-child {
	border-bottom:none;
}
ul.jobinfoliste {
	display:block;
	width:auto;
	clear:left;
	float:left;
	margin:-10px 0 0 0;
	font-size:12px;
	z-index:2;
	padding:18px 18px 10px;
	margin-bottom:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(204, 204, 204, 0.5);
}
ul.jobinfoliste li span {
	color:#C11C2B;
	font-weight:bold;
	margin-left:5px;
}
span.beschreibung {
	display:block;
	width:auto;
	clear:left;
}
ul.jobkontakt {
	margin-top:14px;
}
ul.jobkontakt li {
	font-size:12px;
}
/* ////// vorteile */
p.einleitung {
	font-size:16px;
	line-height:1.7em;
}
ul#vorteile {
	margin:30px 0;
	padding:30px 0;
	border-bottom:#eee 1px solid;
	border-top:#eee 1px solid;
}
ul#vorteile h3 {
	padding:0 0 20px 0;
	font-size:20px;
}
ul#vorteile ul.vorteil h4 {
	padding:1px 0 6px 18px;
	margin:0 0 6px 0;
	font-size:14px;
	background: url(../images/ganze%20seite_s1.png) 0 0 no-repeat;
}
ul#vorteile ul.vorteil {
	float:left;
	width:175px;
	margin-right:10px;
	padding-right:6px;
	font-size:12px;
	line-height:1.1em;
}
ul#vorteile ul.vorteil li {
	margin:0 0 8px 0;
	padding:0 0 0 12px;
	background:url(../images/listenpunkt_arrow_red_14px.gif) 0 3px no-repeat;
}
ul#vorteile ul.last {
	margin-right:0;
	padding-right:0;
}
/* ////// boni */
ul#boni {
	margin:40px 0 30px 0;
	font-size:14px;
}
ul#boni ul.startbonus {
	background:url(../images/icon_gratifikationen_s1.png) -10px 20px no-repeat;
	padding-left:140px;
}
ul#boni ul.weiterbildung {
	background:url(../images/icon_flexible_arbeitszeiten_s1.png) 0 20px no-repeat;
	padding-left:140px;
}
ul#boni ul.arbeitszeiten {
	background:url(../images/icon_weiterbildung_s1.png) -2px 20px no-repeat;
	padding-left:140px;
}
ul#boni ul.gratifikationen {
	background:url(../images/icon_startbonus_s1.png) 0 20px no-repeat;
	padding-left:140px;
}
ul#boni ul {
	border-bottom:#eeeeee 1px dashed;
	padding-bottom:10px;
	margin-bottom:30px;
}
ul#boni h3 {
	padding-bottom:10px;
	font-size:20px;
}
ul#boni ul li {
	line-height:1.4em;
	margin-bottom:15px;
	background:url(../images/listenpunkt_arrow_red_14px.gif) 0 5px no-repeat;
	padding:0 0 0 12px;
}
span.vorteile_besuchen {
	background:#c11c2b;
	padding:10px 20px;
	display:block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:white;
}
span.vorteile_besuchen a {
	color:white;
	font-weight:bold;
}
/* ////// seniorenzentren */
div.objekt {
	width:750px;
	margin-top:30px;
}
div.objekt .spalte_links {
	width:350px;
	margin-right:20px;
	float:left;
}
div.objekt div.objektblock {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:#eeeeee 1px solid;
}
div.objekt .spalte_links ul li {
	margin:5px 5px 0 0;
	float:left;
}
div.objekt .spalte_links ul li.objektbild_top {
	margin:0 0 0 0;
	float:none;
}
div.objekt .spalte_rechts {
	width:380px;
	float:left;
}
div.objekt .spalte_rechts h4 {
	font-size:16px;
	padding-bottom:3px;
}
div.objekt .spalte_rechts p {
	padding:15px 0 20px 0;
}
div.objekt .spalte_rechts .objekt_kontakt {
	font-size:12px;
	line-height:1.1em;
}
/* ////// die awo */
div#die_awo ul {
	padding-bottom:30px;
}
div#die_awo h3 {
	margin-bottom:15px;
}
div#die_awo ul li {
	padding:0 0 10px 12px;
	background:url(../images/listenpunkt_arrow_red_14px.gif) 0 6px no-repeat;
}
li.jetztbewerben {
	display:block;
	padding:15px 0 0 0;
}
li.jetztbewerben a {
	color:white;
	font-weight:bold;
	padding:7px 11px;
	background:#c11c2b;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* ////// kontakt */

div#kontaktblock h3 {
	padding:30px 0 20px 0;
}
div#kontaktblock h4 {
	font-size:15px;
}
div#kontaktblock {
}
div#kontaktblock ul {
	display:block;
}
div#kontaktblock ul li {
	padding:0 0 15px 0;
}
div#kontaktblock ul.kontakt_top {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:#eeeeee 1px solid
}
div#kontaktblock ul.kontaktpersonen {
	margin:10px 0 0 0;
	padding:20px 0;
	border-top:#eee 1px solid;
}
div#kontaktblock ul.kontaktpersonen li {
	margin:0 10px 0 0;
	padding:10px 0 0 0;
	display:block;
	float:left;
	width:175px;
	font-size:15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div#kontaktblock ul.kontaktpersonen li img {
	float:left;
	margin:-10px 10px 0 0;
}
li.kontakt_telefon {
	float:left;
	width:auto;
	margin:0 20px 0 0;
	display:block;
}
li.kontakt_email {
	float:left;
	width:auto;
	margin:0 20px 0 0;
	padding:0 0 0 20px !important;
	border-left:#eee 1px solid;
	display:block;
}
li.kontakt_anschrift {
	float:left;
	width:auto;
	margin:0 0 0 0;
	display:block;
	padding:0 0 0 20px !important;
	border-left:#eee 1px solid;
}
/* kontaktformular */
ul.kontakt_zentrum {
	margin:10px 0 20px 0;
	width:750px;
}
ul.kontakt_zentrum p {
	margin:0 0 10px 0;
}
ul.kontakt_zentrum li {
	display:block;
	width:300px;
	float:left;
}
ul.kontakt_zentrum li label {
	padding:0 0 0 5px;
}
div#kontakt_form {
	width: 410px;
}
div#kontakt_form .reihe {
	clear: both;
	padding: 2px 0px;
}
div#kontakt_form .label {
	float: left;
	width: 100px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
}
div#kontakt_form .feld {
	float: right;
	width: 300px;
	text-align: left;
}
div#kontakt_form .feld input, div#kontakt_form .feld textarea {
	border:#dadada 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	margin-top:2px;
	color:#666;
}
div#kontakt_form .knopf {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}
div#kontakt_form .defbreite {
	width: 280px;
}
div#kontakt_form .defbreite {
	width: 280px;
}
span.kontaktforminfo {
	padding:10px 0;
	border-top:#eee 1px solid;
	display:block;
	font-size:12px;
}



/* ////// umkreissuche */
.ergebnisse_top { 
	background:#eeeeee url(../images/lupe.gif) 10px 3px no-repeat; 
	font-size:24px; 
	margin-top:20px; 
	padding:20px 0 30px 80px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
.suche { margin-top:50px; }


/* ////// footer */
#footer {
	color: #666;
	text-align:left;
	background:#e1e1e1;
	padding:20px 0 20px 0;
	margin-top:50px;
	font-size:12px;
}
#footer span {
	width:940px;
	margin:0 auto;
	display:block;
	padding-left:2px;
}
#footer span b {
	margin-right:10px;
}
#footer span a {
	margin-left:4px;
	color:#666;
	text-decoration:none;
}
#footer span.social {
	display:block;
	background:#dadada;
	width:auto;
	float:left;
	margin:0;
	padding:7px 14px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#footer span img {
	line-height:30px;
	vertical-align:middle;
	margin-left:0;
	padding:0;
}

