/* AvJS MAIN CSS */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #333;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #faebc9;
	text-align: center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
}

a img {
	border: none;
}

a {
    color: #da071e;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.clearer {
	display: block;
	height: 0px;
	padding: 0;
	margin: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
}

.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-justify {
    text-align: justify;
}

/* Basic Layout */

#page-area {
	width: 950px;
	margin: auto;
	padding: 0 10px;
	text-align: left;
	background-image: url(../pics/bg_page_area.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#page-area-top,
#page-area-bottom {
	margin: auto;
	width: 970px;
}

#banner {
	background-image: url(../pics/bg_banner.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	height: 105px;
}

#LOGO {
	float: left;
	width: 200px;
}

#PAGETITLE {
	margin-left: 200px;
	text-align: center;
	padding: 75px 0 0 0;
}
#PAGETITLE h2 {
	color: #FFF;
	font-size: 16px;
}

#black-bar {
	height: 15px;
	display: block;
	clear: both;
	background-color: #000;
}

#main-area {
	overflow: hidden;
	background-color: #f9cf88;
}

#col-left {
	float: left;
	width: 200px;
}

#col-right {
	float: left;
	width: 750px;
	background-color: #FFF;
	min-height: 400px;
}

#FOOTER {
	width: 720px;
	margin: auto;
	text-align: left;
	padding-left: 230px;
	color: #da071e;
}



.divider {
	display: block;
	height: 1px;
	padding: 0;
	margin: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #bb7482;
	padding-top: 14px;
	margin-bottom: 15px;
}


/* MENU MAIN */

#MENU-MAIN {
	padding: 47px 20px 20px 20px;
	font-size: 1.3em;
}
#MENU-MAIN li {
	margin-top: 10px;
	list-style-type: none
}
#MENU-MAIN li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #da071e;
	padding: 3px 10px;
}
#MENU-MAIN li a:hover,
#MENU-MAIN li a.active {
	background-color: #f1a67d;
}
/* level 2 */
#MENU-MAIN ul ul {
	/*padding-left: 10px;*/
	margin-top: 5px;
}
#MENU-MAIN li li {
	margin-top: 0;
}
#MENU-MAIN li li a {
	background: none;
	color: #f1a67d;
}
#MENU-MAIN li li a:hover,
#MENU-MAIN li li a.active {
	background: none;
	color: #da071e;
}

/* Logo Menu */
#logo-menu li a {
    padding: 0;
    background: none;
}

/* MENU BASIC */

#MENU-BASIC {
	float: left;
	width: 330px;
	color: #bb7482;
	padding-top: 2px;
	font-size: 1.2em;
}
#MENU-BASIC a {
	color: #bb7482;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}
#MENU-BASIC li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding-right: 12px;
}
#MENU-BASIC a:hover,
#MENU-BASIC a.active {
	color: #a90a28;
}


/* CONTENT */

#CONTENT-MAIN {
	padding: 20px 30px 20px 30px;
	font-size: 1.2em;
	overflow: hidden;
}

#CONTENT-MAIN h1 {
	font-size: 1.8em;
	margin: 0 0 1em 0;
	color: #da071e;
}

#CONTENT-MAIN h2 {
	font-size: 1.3em;
	margin: 5px 0 12px 0;
}
#CONTENT-MAIN .jqmWindow h2 {
	color: #da071e;
}

#CONTENT-MAIN h3 {
    margin: 3px 0 3px 0;
}


#CONTENT-MAIN p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.4em;
}

#CONTENT-MAIN .csc-textpic-imagerow {
    margin-bottom: 15px;
}
#CONTENT-MAIN .csc-textpic-imagerow-last {
    margin-bottom: 15px;
}

#CONTENT-MAIN .csc-textpic-imagewrap {
	/*margin-top: 14px;*/
}

.text-red {
	color: #b21b16;
}

/* Special Content Element settings */
#c3 img {
    border: 1px solid #000;
}

/* andere Zeitarbeitsfirma */
#c5,
#c7 {
    float: left;
    margin: 30px 10px 20px 0;
}
#c6,
#c8 {
    float: left;
    margin: 30px 0 20px 0;
}

/* Page Teaser Menu - History Overview */
#pageteaser ul {
    overflow: hidden;
    list-style: none;
    margin-left: -30px;
}
#pageteaser li {
    float: left;
    height: 280px;
    width: 210px;
    margin-left: 30px;
    text-align: center;
}
#pageteaser li a {
    color: #000;
}
#pageteaser h3 {
    font-weight: normal;
    font-size: 0.9em;
    text-align: left;
}


/* JOB TICKER */

#JOB-TICKER {
    margin: 15px 30px 0px 30px;
    background-color: #f49e00;
    padding: 0 5px;
    border: 1px solid #eb8c13;
    color: #FFF;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 15px;
}


/* SITEMAP */

#CONTENT-MAIN .csc-sitemap {
	padding-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul {
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul li {
	margin-bottom: 5px;
	list-style-type: square;
}

#CONTENT-MAIN .csc-sitemap ul li a {
	font-weight: bold;
	text-decoration: none;
}

#CONTENT-MAIN .csc-sitemap ul li a:hover,
#CONTENT-MAIN .csc-sitemap ul li a:focus {
	text-decoration: underline;
}

#CONTENT-MAIN .csc-sitemap ul ul {
	margin-bottom: 5px;
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul ul li {
	margin-bottom: 0;
	list-style-type: disc !important;
}

#CONTENT-MAIN .csc-sitemap ul ul li a {
	font-weight: normal;
}

#CONTENT-MAIN .csc-sitemap ul ul ul {
	margin-left: 30px;
}

#CONTENT-MAIN .csc-sitemap ul ul ul li a {
	padding-left: 0;
	background-image: none;
}

#CONTENT-MAIN .csc-sitemap ul ul ul ul {
	margin-left: 12px;
}


/* MAILFORM CSS SETTING */
.csc-mailform-field label {
	width: 65px;
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	padding-top: 2px;
	margin-right: 10px;
	font-weight: bold;
	display: block;
	float: left;
	border: none;
}
.csc-mailform-field INPUT, .csc-mailform-field TEXTAREA, .csc-mailform-field SELECT {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.csc-mailform-field TEXTAREA {
	width: 280px;
	margin-bottom: 5px;
}
.csc-mailform-field INPUT {
	margin-bottom: 5px;
	width: 280px;
}
.csc-mailform-field SELECT {
	margin-bottom: 5px;
}
.csc-mailform-submit {
	border: none;
	background-color: #b21b16;
	width: auto !important;
	margin-left: 270px;
	margin-top: 5px;
	padding: 0px;
	color: #FFF !important;
	cursor: pointer;
}
.csc-mailform {
	border: 0px;
	margin-left: 12px;
	padding: 0px;
	padding-top: 0px;
}
/*.csc-mailform-check {
	float: left;
	text-align: left !important;
	margin-left: 65px !important;
	width: 10px !important;
	margin-top: 0;
	padding-top: 0;
}*/
#mailformTag,
#mailformPersonenzahl,
#mailformDatum,
#mailformUhrzeit {
    width: 80px;
}


/* Powermail */

fieldset.tx-powermail-pi1_fieldset {
    border: 1px solid #999;
    border-top: 24px solid #F49E00;
    background-color: #faf2e1;
    margin-top: 15px;
}

fieldset.tx-powermail-pi1_fieldset legend {
    background-color: #F49E00;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
}

.tx-powermail-pi1_fieldset select.powermail_select {
    width: auto !important;
}
fieldset.tx-powermail-pi1_fieldset div.even {
    background: none;
}

#tx-powermail-pi1_fieldset_7,
#tx-powermail-pi1_fieldset_3 {
    border: none;
    background: none;
    margin-top: 0;
}
#tx-powermail-pi1_fieldset_7 legend,
#tx-powermail-pi1_fieldset_3 legend {
    display: none;
}
#powermaildiv_uid45,
#powermaildiv_uid21 {
    float: left;
    margin-top: 20px;
}
#powermaildiv_uid46,
#powermaildiv_uid22 {
    margin: 0;
    text-align: right;
}

/* special fields */
#uid28 {
    width: 40px;
}

/* hide date format */
#uid17_msgCnt,
#uid16_msgCnt,
#uid26_msgCnt,
#uid42_msgCnt {
    display: none;
}


/* Open Jobs */

/* job ticker */
#job-ticker {
    list-style: none;
}
#job-ticker li {
    display: inline;
    color: #FFF;
    padding-right: 5px;
}
#job-ticker li a {
    color: #FFF;
}

/* list view */
#filter {
    overflow: hidden;
}
.filter-form-field {
    float: left;
    margin-right: 10px;
}
#job-list {
    padding-top: 15px;
}
#job-list li {
    margin-left: 15px;
}
#no-entry-found-note {
    padding-top: 15px;
    width: 530px;
}

/* single view */
.tx-avjsopenjobs-pi1 #hidden-address-list {
    display: none;
}
.tx-avjsopenjobs-pi1 .job-content {
    margin: auto;
    margin-top: 10px;
    border: 1px solid #333;
    width: 450px;
}

.tx-avjsopenjobs-pi1 .job-content-inner {
    padding: 15px;
}

.tx-avjsopenjobs-pi1 .jobtitle {
    font-weight: bold;
    padding: 15px 0;
}
.tx-avjsopenjobs-pi1 .job-content li {
    margin-left: 15px;
}
.tx-avjsopenjobs-pi1 .we-offer,
.tx-avjsopenjobs-pi1 .you-offer {
    padding-top: 15px;
}
.tx-avjsopenjobs-pi1 .job-slogan {
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
}
.tx-avjsopenjobs-pi1 .contact-area {
    background-color: #faebc9;
    padding: 5px 10px;
    overflow: hidden;
}
.tx-avjsopenjobs-pi1 .contact-slogan {
    font-weight: bold;
    color: #da071e;
    text-align: right;
    padding-bottom: 10px;
}
.tx-avjsopenjobs-pi1 .job-back-link {
    text-align: center;
    padding-top: 15px;
}
.tx-avjsopenjobs-pi1 #location-address-area {
    float: right;
    width: 190px;
}
.tx-avjsopenjobs-pi1 #avjs-slogan {
    width: 120px;
}
.tx-avjsopenjobs-pi1 #avjs-slogan div {
    font-weight: bold;
    color: #FFF;
    background-color: #da071e;
    margin-bottom: 7px;
    text-align: center;
    line-height: 20px;
}

.tx-avjsopenjobs-pi1 #apply-online {
    clear: both;
    margin: auto;
    margin-top: 15px;
    width: 150px;  
}
.tx-avjsopenjobs-pi1 #apply-online a {
    text-align: center;
    display: block;
    border: 1px solid #666;
    background-color: #FFF;
    font-weight: bold;
    padding: 3px 15px;
}
.tx-avjsopenjobs-pi1 #apply-online a:hover {
    background-color: #da071e;
    color: #FFF;
}
