/* CSS FALCH MAIN */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #333333;
	text-transform: lowercase;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	/*height: 100%;
	min-height: 100%;*/
}

body {
	background: #FFFFFF;
	text-align: center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
}

a img {
    border: none;
}

/* Basic Layout */

#page-area {
	width: 979px;
	background-color: #1F2B37;
	margin: auto;
	text-align: left;
	overflow: hidden;
}

#col-left {
	float: left;
	width: 204px;
}

#col-right {
	float: left;
	width: 775px;
}


/*** Left Col ***/
#MENU-ACTIVE {
	background-color: #605597;
	font-weight: bold;
	color: #FFF;
	text-transform: lowercase;
	font-size: 1.4em;
	line-height: 1.9em;
	padding-left: 15px;
	margin-top: 18px;
}

/* MENU SUB */
#MENU-SUB {
	margin-top: 10px;
}
#MENU-SUB ul {
	margin: 0;
	padding: 0;
}
#MENU-SUB li {
	list-style-type: none;
}
#MENU-SUB a {
	display: block;
	text-decoration: none;
	color: #B2B3C3;
	text-transform: lowercase;
	line-height: 2.4em;
	font-size: 1.2em;
	padding: 0 5px 0 15px;
}
#MENU-SUB a:hover {
	color: #FFFFFF;
	background-color: #484A6F;
}
#MENU-SUB a.active {
	color: #FFFFFF;
    background-color: #484A6F;
	font-weight: bold;
}
/* level 2 */
#MENU-SUB  ul ul {
	padding-left: 10px;
}
#MENU-SUB  ul ul a {
	font-size: 1.1em;
	line-height: 1.8em;
}
#MENU-SUB  ul ul a:hover,
#MENU-SUB  ul ul a.active {
	background: none;
	color: #FFFFFF;
}


/* OPEN JOBS */
#OPEN-JOBS {
	margin-top: 59px;
	background-image: url(../pics/falch_jobbanner.jpg);
	background-repeat: no-repeat;
	width: 204px;
}


/*** Right Col ***/

/* Language Selector */
#LANGUAGE {
    float: right;
    margin-left: 15px;
    padding-top: 2px;
}
#LANGUAGE select {
    height: 17px;
}

/* SEARCH */
#SEARCH {
	padding-top: 14px;
	padding-right: 15px;
	height: 30px;
	color: #B2B3C3;
	line-height: 1.8em;
	font-weight: bold;
	font-size: 1.1em;
	text-align: right;
	overflow: hidden;
}

/* MENU BASIC */
#MENU-BASIC {
	overflow: hidden;
	padding-right: 15px;
}
#MENU-BASIC ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
	border-right: 1px solid #555E67;
}
#MENU-BASIC li {
	list-style-type: none;
	float: left;
	margin: 0;
}
#MENU-BASIC a {
	border-left: 1px solid #555E67;
	border-top: 1px solid #555E67;
	display: block;
	text-decoration: none;
	color: #B2B3C3;
	text-transform: lowercase;
	line-height: 1.8em;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 5px;
}
#MENU-BASIC a:hover {
	color: #FFFFFF;
	background-color: #484A6F;
}
#MENU-BASIC a.active {

}

/* MENU MAIN */
#MENU-MAIN {
	border-top: 1px solid #555E67;
	border-left: 1px solid #555E67;
	padding-top: 6px;
	height: 26px;
	margin-right: 15px;
}
#MENU-MAIN ul {
	margin: 0;
	padding: 0;
}
#MENU-MAIN li {
	list-style-type: none;
	display: inline;
	padding: 0 10px;
}
#MENU-MAIN a {
	text-transform: lowercase;
	text-decoration: none;
	color: #B2B3C3;
	font-size: 1.3em;
	font-weight: bold;
}
#MENU-MAIN a:hover {
	color: #FFFFFF;
}
#MENU-MAIN a.active {
}


/* SUBHEADER */
#SUBHEADER {
	overflow: hidden;
	padding: 5px 0;
	color: #B2B3C3;
	font-size: 1.6em;
}
#SUBHEADER h2 {
	float: left;
	padding-left: 15px;
	color: #B2B3C3;
	font-weight: normal;
	padding-top: 18px;
	text-transform: lowercase;
}
#SUBHEADER-SMALL {	
}
#SUBHEADER-SMALL h2 {
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	line-height: 1.9em;
	text-transform: lowercase;
	font-size: 1.2em;
	height: 23px;
	background-color: #605597;
}


/* CONTENT MAIN */
#CONTENT-MAIN {
	clear: both;
	background-color: #F1F1F1;
	padding: 15px 15px 15px 17px;
	min-height: 200px;
	font-size: 1.2em;
}
#CONTENT-MAIN p {
	margin-bottom: 1em;
}
#CONTENT-MAIN td p {
	margin: 0;
}
#CONTENT-MAIN ul {
	margin-bottom: 1.5em;
}
#CONTENT-MAIN li {
	list-style-type: none;
	background-image: url(../icons/square_purple.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#CONTENT-MAIN .contenttable {
    border-collapse: collapse;
    /*border: 1px solid #1F2B37;*/
    border-color: #1F2B37;
}
#CONTENT-MAIN .contenttable td {
    padding: 5px;
    /*border: 1px solid #1F2B37;*/
    border-color: #1F2B37;
}


/* NEWS */

/* latest */
.news-latest-image {
	float: right;
	margin-left: 70px;
}
.news-latest-item h3 {
	display: inline;
	padding-right: 10px;
}
.news-latest-subheader {
	margin-top: 7px;
}
.news-latest-item a {
	text-decoration: none;
}
.news-latest-item a:hover {
	text-decoration: underline;
}
.news-latest-date {
	font-size: 0.9em;
}
.news-list-clearer {
	clear: both;
	display: block;
	height: 15px;
}
.morelink {
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 6px;
}

/* list */
.news-list-image {
	float: right;
	margin-left: 70px;
}
.news-list-item h3 {
	display: inline;
	padding-right: 10px;
}
.news-list-subheader {
	margin-top: 7px;
}
.news-list-item a {
	text-decoration: none;
}
.news-list-item a:hover {
	text-decoration: underline;
}
.news-list-date {
	font-size: 0.9em;
}
.news-list-clearer {
	clear: both;
	display: block;
	height: 15px;
}
.morelink {
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 6px;
}

/* single */
.news-single-item {
	padding-right: 60px;
	overflow: hidden;
}
.news-single-item h1 {
	margin-bottom: 20px;
	font-size: 1.1em;
}
.news-single-item h3 {
	display: inline;
	padding-right: 10px;
}
.news-single-timedata {
	font-size: 0.9em;
}
.news-single-image-outer {
	float: right;
	margin-left: 80px;
}
.news-single-image-outer img {
	margin-bottom: 20px;
}
.news-single-item p {
	margin-top: 1em;
	margin-bottom: 0;
}
.news-single-backlink {
	padding-top: 15px;
}
.news-single-backlink a {
	text-decoration: none;
	font-weight: bold;
}
.news-single-backlink a:hover {
	text-decoration: underline;
}
.tx-ttnews-browsebox-SCell a {
    font-weight: bold;
    text-decoration: none;
    font-size: 1.6em;
}

/* MAILFORM CSS SETTING */
.csc-mailform {
	border: 0px;
	margin-left: 12px;
	padding: 0px;
	padding-top: 15px;
}
.csc-mailform-field {
	overflow: hidden;
}
.csc-mailform-field label {
	width: 140px;
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	padding-top: 2px;
	margin-right: 10px;
	font-weight: bold;
	display: block;
	float: left;
}
.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: 300px;
	margin-bottom: 5px;
}
.csc-mailform-field INPUT {
	margin-bottom: 5px;
	width: 300px;
}
.csc-mailform-field SELECT {
	margin-bottom: 5px;
}
.csc-mailform-label {
	clear: both;
	display: block;
	font-weight: bold;
	padding: 15px 0 5px 0;
	background-image: url(../icons/square_purple.gif);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	padding-left: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.csc-mailform-submit {
	margin-left: 300px;
	margin-top: 5px;
	width: auto !important;
	/*border: none;
	background-color: #b21b16;
	padding: 0px;
	color: #FFF !important;
	cursor: pointer;*/
}
/*.csc-mailform-check {
	float: left;
	text-align: left !important;
	margin-left: 65px !important;
	width: 10px !important;
	margin-top: 0;
	padding-top: 0;
}*/


/* LOGIN */
.tx-felogin-pi1 {

}
.tx-felogin-pi1 fieldset {
    border: none;
}
.tx-felogin-pi1 .login_button {
    padding-top: 5px;
}

/* POWERMAIL */
.tx-powermail-pi1 fieldset {
    border: none;
}

.pi1_fieldwrap {
    overflow: hidden;
}

.tx-powermail-pi1 label {
	width: 140px;
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	padding-top: 2px;
	margin-right: 10px;
	font-weight: bold;
	display: block;
	float: left;
}

.tx_powermail_pi1_fieldwrap_html {
    padding-top: 1px;
}

.tx_powermail_pi1_fieldwrap_html_label {
 	clear: both;
	display: block;
	font-weight: bold;
	padding: 15px 0 5px 0;
	background-image: url(../icons/square_purple.gif);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	padding-left: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

/* SEARCH */
#SEARCH {
    /*padding: 2px 15px 0 0;*/	
}
/* search box */
.tx-macinasearchbox-pi1 .searchbox_input {
	border: 1px solid #FFF;
	background-color: #FFF;
	width: 90px;
	/*height: 14px;*/
}
.tx-macinasearchbox-pi1 .searchbox_submit {
	border: none;
	background: none;
	color: #B2B3C3;
	cursor: pointer;
	padding: 0;
	margin-top: 0;
	height: 14px;
}
/* indexed search */
.tx-indexedsearch-searchbox, .tx-indexedsearch-info {
	display: none;
}
.tx-indexedsearch-title a {
	text-decoration: none;
}
.tx-indexedsearch-title a:hover {
	text-decoration: underline;
}
.tx-indexedsearch-browsebox a {
}
.tx-indexedsearch-browsebox ul {
	list-style: none;
	padding-left: 0;
}
.tx-indexedsearch-browsebox li {
	display: inline;
	padding-right: 5px;
}