@import url("mailform.css");

body {
	background-color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

a {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#optimoFlash {
	padding-top: 10px;
}

#left_menu {
	float: left;
	padding-top: 20px;
	width: 160px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#left_menu a {
	color: black;
	text-decoration: none;
}
#left_menu .left_menu_row {
	float: left;
}
#left_menu .spacer {
	float: left;
	padding-top:3px;
	width:20px;
}
#left_menu .label {
	float: left;
	width:130px;
}

#left_menu .labelnoborder {
	float: left;
	width:130px;
}

#top_menu {
	font-family: arial, helvetica, sans-serif;	
}
#top_menu a {
	color: white;
	text-decoration: none;
}
#top_menu .top_menu_row {
	font-size: 18px;
	font-style: italic;
	color: white;
	float: left;
	width:190px;
}
#top_menu #produktion {
	padding-left: 30px;
	background-color: #fcbe00;
}
#top_menu #logistik {
	padding-left: 30px;
	background-color: #005aaa;
}
#top_menu #datenmanagement {
	padding-left: 30px;
	background-color: #00a028;
}
#produktion_submenu {
	position: absolute;
	background-color: white;
	display: none;
	overflow: hidden;
}
#logistik_submenu {
	position: absolute;
	background-color: white;
	display: none;
	overflow: hidden;
}
#datenmanagement_submenu {
	position: absolute;
	background-color: white;
	display: none;
	overflow: hidden;
}
.top_submenu_item {
	position: relative;
	width:190px;
	height:17px;
}

#content {
	padding-top: 20px;
}

#address {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
#address a {
	color: black;
	font-weight: normal;
}
#bottom {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

#bottom td.title {
	font-weight: bold;
	font-size: 11px;
	color: #696969
}

#bottom a {
	font-size: 11px;
	color: gray;
	text-decoration: underline;
	font-weight: normal;
}

/*css styled content*/
#content {
	padding:0;
	width: 590px;
}

.bodytext {
	width: 350px;
	margin-left: 30px;
	font-size: 12px;
	text-align: justify;
}
#three_columns .bodytext {
	padding:0;
	width:100%;
	font-size: 12px;
	text-align: left;
}

.csc-firstHeader-red_bubble {
	height: 26px;
	line-height: 26px;
	background: url(red-header.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
	vertical-align: middle;
	margin-top:74px;
}
.csc-firstHeader-orange_bubble {
	height: 26px;
	line-height: 26px;
	background: url(orange-header.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
	vertical-align: middle;
}
.csc-firstHeader-green_bubble {
	height: 26px;
	line-height: 26px;
	background: url(green-header.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
	vertical-align: middle;
}
.csc-firstHeader-blue_bubble {
	height: 26px;
	line-height: 26px;
	background: url(blue-header.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
	vertical-align: middle;
}




/* form styling --andrej */

fieldset {border: 0;}
.csc-mailform-field label {
}
div.formLabel {
	width:100px;
	float: left;
	text-align:right;
	margin-right:10px;
}
div.formLabelCheckbox {
}
div.formFieldCheckbox {
	width:100px;
	float: left;
	align:right;
	text-align:right;
	right:10px;
	margin-right:10px;
}
/*
.csc-mailform {
	width: 350px;
	margin-left: 30px;
	font-size: 12px;
	/*text-align: justify;*/
}
*/



ul, ol {
	font-size: 12px;
	margin-left: 23px;
	padding-left: 23px;
	text-align: left;
}
li{
	font-size: 12px;
}

.csc-textpic-image-front {
	margin-top:9px;
}
.csc-textpic-text {
	text-align: justify;
	width: 380px;
	font-size: 12px;
}
.csc-header {
	font-size: 12px;
}

/* override styles for tt_news */
.news-latest-container {
	border: 0;
	background-color: white;
	font-size: 12px;
}
.news-latest-item {
	border: 0;
	font-size: 12px;	
	background-color: white;
	text-align: left;	
}
.news-latest-item h3{
	padding: 0;
	text-align: left;
}
.news-latest-item .bodytext {
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: left;
}
.news-latest-date {
	color: silver;
	font-size: 10px;
}
.news-latest-title {
	font-size: 12px;
	font-weight: bold;
}
.news-latest-morelink a {
	float: left;
	color: red;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.news-latest-morelink a:hover {
	text-decoration:underline;
}
.news-list-container {
	border:0;
	background-color: white;
	margin-left:30px;
	width: 345px;
}
.news-list-item {
	border: 0;
	background-color: white;
	font-size: 12px;
	padding:1;
	margin:1;
}
.news-list-title {
	border-bottom: 1px solid black;
	width:345px;
}
.title {
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	border:0;
}
.date {
	color: gray;
	font-size: 10px;
	background-color: white;
	font-weight:normal;
}
.news-list-container a {
	padding: 0;
	text-align: left;
	color: red;
	text-decoration:none;
}
.news-list-container a:hover {
	text-decoration:underline;	
}
.news-list-item .bodytext{
	clear:both;
	padding: 0;
	margin:0;
	text-align: left;
}
.news-list-morelink a {
	float: left;
	color: red;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.news-list-morelink a:hover {
	text-decoration:underline;
}

.news-single-item {
	border: 0;
	background-color: white;
	text-align:justify;
	width:345px;
	margin-left: 30px;	
}
.news-single-item * {
	line-height:1.2;
}
.news-single-item .bodytext{
	margin:0;
	width:345px;
}
.news-single-item H2 {
	font-size: 12px;
	font-weight:bold;
	margin-bottom: 0px;
	color:black;
}
.news-single-item H3 {
	font-size: 12px;
	text-align: left;
}
.news-single-backlink a {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 15px;
	margin-top: 10px;
	color:red;
	text-decoration: none;
}
.news-single-backlink a:hover {
	text-decoration:underline;
}
.news-single-timedata {
	color:gray;
}

.news-single-author {
	font-size: 10px;
	color:gray;
}

/* styles for aljobs plugin */

.tx-aljobs-pi1 table {
	padding-left:30px;
	text-align:justify;
	width: 380px;
}

.jobsTitle {
	font-size: 12px;
	font-weight: bold;
}
.jobsTitle a {
	color:red;
}
.jobsTitle a:hover {
	text-decoration:underline;
}

.jobsDate {
	font-size: 11px;
	font-weight: bold;
}

.jobsRegion {
	font-size: 12px;
	font-weight: bold;
}

.jobsInfo {
	font-size: 12px;
}
.jobsInfo a {
	color:red;
}
.jobsInfo a:hover {
	text-decoration:underline;
}

.jobsBack {
	margin-left:30px;
	font-size: 12px;
}
.jobsBack a {
	color:red;
}
.jobsBack a:hover {
	text-decoration:underline;
}

.random-job-date {
	color: silver;
	font-size: 10px;
}
.random-job-title {
	font-size: 12px;
	font-weight: bold;
}
.random-job-text {
	font-size: 12px;
}
.random-job-morelink a {
	float: left;
	color: red;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.random-job-morelink a:hover {
	text-decoration:underline;
}

/* override styling for indexed search */
.tx-indexedsearch {
	width: 565px;
	font-size: 12px;
}

.tx-indexedsearch-searchbox-button, .tx-indexedsearch-searchbox-sword {
	border: 1px solid black;
	background-color: white;
}

.tx-indexedsearch-title a {
	font-size: 11px;
	color: red;
	text-decoration: none;
}
.tx-indexedsearch-title a:hover {
	text-decoration:underline;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	background-color: yellow;
	color: #0059ad;
	padding: 2px;
}

.csc-sword { background-color: yellow; }

.percent-tmpl-css {
	font-size: 11px;
}

.item-path a {
	color: gray;
	text-decoration: black;
}
.item-path a:hover {
	text-decoration:underline;
}
/* end indexed search */

hr.clearer {
	color: #339933;
	clear:both;
}


/* 3 column content */
.content3columnWrapper{
	position:relative;
	width:570px;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
.content3columnWrapper .content3columnLeft, .content3columnWrapper .content3columnMiddle, .content3columnWrapper .content3columnRight{
	position:relative;
	float:left;
	width:188px;
	overflow:hidden;
	margin-right:2px;
	padding:0;
}

.content3columnWrapper .bodytext, .content3columnWrapper .csc-textpic-above .csc-textpic-imagewrap{
	width:158px !important;
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
	margin-left: 30px;
}
