
/* #### global.css #### */ 
@charset "UTF-8";

@media print {
	.dontprint {
		display: none;	
	}
}

/***********************************************************
	Reset browser specific definitions and define universalities
*/

* {
	margin:0;
	padding:0;
}

html {
	margin:0;
	padding:0;
	height: 100%;
}

img, div {
	margin: 0px;
	padding: 0px;
	border: none;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	padding:0px;
	margin:0px
}

table tr td {
	padding: 3px;
}

p {
	padding: 0px;
}

h1, .h1 {
	padding-bottom:10px;
	font-size:18px;
}

hr {
	color: #999999;
	size:1px;
}

/***********************************************************
	Error Block
*/

.system_messages, .error_messages {
	padding: 2px;
	border: 1px solid #666666;
	margin-bottom: 20px;
	margin-top: 10px;

}

.system_messages ul, .error_messages ul {
	margin-left: 0px;
	padding-left: 0px;
}

.system_messages li, .error_messages li {
	list-style-type: none;
}

.system_messages {
	background-color: #FFF7EA;
	border-color: #FCD5B1;
	font-weight: normal;
}

.error_messages {
	background-color: #FCD5A9;
	border-color: #CC9999;
	font-weight: normal;
}

.system_messages h1 {
	color: #FF6600;
	font-size: 12px;
}

.error_messages h1 {
	color: #CC0000;
	font-size: 12px;
}

/*********************************
	Msg Block - JS
*/

#alf_blackbox {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#alf_msg_box {
	position: fixed;
	left: 40%;
	top: 40%;
	height: 70px;
	width: 250px;
	padding: 6px;
	border: 1px solid #FAC87C;
	background-color:#FEF0E0;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
}

#alf_msg {
	height: 50px;
	overflow: auto;
}

#alf_msg_box .buttons {
	text-align: center;
}

/******************************/


.alf_list_page {
	
}
.alf_list_page a {
}

.alf_list_page .active {
	cursor: default;
}

/****************/

.admin_panel {
	position:fixed;
	left:0px;
	top: 0px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #FFF;
	color: #000;
	z-index: 999;
}

.admin_panel a {
	color: #000;
	font-weight: normal;
}

/****************/

.line, .line_middle {
	border-top: 1px dotted #333;
	padding-bottom: 5px;
	margin-top: 5px;
	line-height: 0px;
}

.line_top {
	border-top: 1px dotted #333;
	padding-bottom: 10px;
	line-height: 0px;
}

.line_bottom {
	border-top: 1px dotted #333;
	margin-top: 10px;
	padding-bottom: 2px;
	line-height: 0px;
}

/*// Buttons //*/


.button_ok {
	font-weight: bold;
	color: #390;
}

.button_cancle {
	font-weight:normal;
	color: #C00;
}

/* Sonstiges */

.right {
	float: right;
	width: 220px;
	text-align: right;
	margin-left: 10px;
}

.left {
	float: left;
	width: 220px;
	text-align: left;
	margin-right: 10px;
}

.longer {
	width: 260px;
}

.short {
	width: 80px;
}

.shorter {
	width: 60px;
}
.rot {
	color: #CC0000;
	font-weight: bold;
}

.focus {
	font-weight: bold;
	color: #a6a6a6;
}

.white {
	color: #FFF;	
}

.small {
	color: #666666;
	font-size: 10px;
	line-height: 14px;
}
.small_art a {
	text-decoration:underlined;
	color:#666666;
}
.small_art a:hover, .small_art a:active, .small_art a:focus {
	text-decoration:none;
	color:#000000;
}
.clear, .clear_both {
	clear:both;
}

.wide {
	width: 150px;
}

.normal {
	width: auto;
}

/*************/

.alpha_70 {
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.alpha_50 {
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.alpha_30 {
	opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}
.alpha_0 {
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

#tooltip {
	position: absolute;
	padding: 3px;
	border: 1px solid #999;
	background-color: #F2F2F2;
}
/* #### temp_image.css #### */ 
/** temp_image **/

.image_border tr td {
	padding: 0;
	margin: 0;
	line-height: 0;
}

.image_border ._top_left, .image_border ._top_right, .image_border ._bottom_left, .image_border ._bottom_right {
	width: 9px;
	height: 9px;
   background-repeat: no-repeat;
}

.image_border ._top_left {
   background-image: url('../img/design/box_top_left.png');
}

.image_border ._top_right {
   background-image: url('../img/design/box_top_right.png');
}

.image_border ._bottom_left {
   background-image: url('../img/design/box_bottom_left.png');
}

.image_border ._bottom_right {
   background-image: url('../img/design/box_bottom_right.png');
}

.image_border ._left {
	width: 9px;
   background-image: url('../img/design/box_left.png');
}

.image_border ._top {
	height: 9px;
   background-image: url('../img/design/box_top.png');
}

.image_border ._right {
	width: 9px;
   background-image: url('../img/design/box_right.png');
}

.image_border ._bottom {
	height: 9px;
   background-image: url('../img/design/box_bottom.png');
}
/* #### virtual_temp.css #### */ 
/** virtual_temp **/

.t_text {
	font-weight: normal;
	padding-bottom: 22px;
}

.t_text img, .t_boldtext img {
 	vertical-align:text-bottom;
}

.t_text strong, .t_text b, * b {
	/*color:#3E3E3E;*/
}

.t_room {
	height: 20px;
	clear: both;
}

.t_boldtext {
	font-weight: bold;
	padding-bottom: 22px;
}

.t_image {
	padding-bottom: 25px;
	padding-top: 25px;
}

.t_image .img_content {
	border: 1px solid #aaa;
}

.t_title, .t_wide, .t_line {
	width: 670px;
	position: relative;
	left: -22px;
}

.t_image_left {
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
}
.t_image_right {
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}

.t_split {
   background-image: url('../img/design/content_split.jpg');
   background-repeat: no-repeat;
   width: 719px;
   height: 34px;
   position: relative;
   left: -41px;
   margin-top: 15px;
   margin-bottom: 10px;
}

.t_line, .line, .short_line {
	padding-bottom: 25px;
	margin-top: 25px;
	height: 1px;
	line-height: 1px;
	border-top: 1px solid #b4b4b4;
}

.t_line {
	clear:both;	
}

.line {
	padding-bottom: 25px;
	margin-top: 25px;
}

.short_line {
	padding-bottom: 3px;
	margin-top: 4px;
}

.temp_submit_menu {
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #DDD;
	padding: 2px;
}
/*
.div_line {
	border-bottom: 1px dotted #A6A6A6;
	margin-bottom: 5px;
	padding-bottom: 5px;
}*/

.edit_line {
	border-top: 3px solid #333;
	border-bottom: 1px solid #666;
	margin-bottom: 4px;
	background-color: #EEE;
	text-align:center;
}

#content_content .edit_line a {
	background:none;
	padding: 0;
}

.edit_line_active {
	font-weight: bold;
	border-color: #000000;
	border-top-width: 4px;
}

.edit_box {
	padding: 2px;
	border-top: 3px solid #EEE;
	/*border-top-width: 3px;
	border-bottom-width: 3px;*/
	margin-bottom: 4px;
	margin-top: 4px;
}

.edit_grad {
	width: 30px;
}

.edit_endline {
	padding: 2px;
	border-top: 3px solid #333;
	margin-bottom: 4px;
	margin-top: 4px;
}

/**ADD*/

.temp_view_add {
	text-align:left; 
	position: absolute; 
	top: -175px; 
	right: 0px;
	background-color: #FFF; 
	border: 1px solid #666; 
	padding: 3px;
	width: 190px;
	z-index: 800;
}
.temp_view_add div {
	padding-bottom: 3px;
	padding-top: 3px;
	width: 190px;
}

/* #### temp_download.css #### */ 
/** temp_download **/

.temp_download {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.temp_download .img {
	float: left;
	width: 210px;
}

.temp_download .content {
	width: 402px;
	float: left;
	padding-top: 30px;
}

.temp_download .title {
	color: #076d37;
	font-size: 26px;
	font-weight: bold;
	font-family: Arial, Verdana;
	padding-bottom: 30px;
}

.temp_download .link {
	position: relative;
	padding-top: 20px;
	text-align: right;
}
/* #### temp_table.css #### */ 
/** temp_table **/

.temp_table {
}

.temp_table .col_1 {
	float: left;
	width: 220px;
	padding-bottom: 20px;
}

.temp_table .col_2 {
	float: left;
	width: 384px;
	padding-left: 10px;
	padding-bottom: 20px;
}

/* #### light.css #### */ 
/** light **/

#light_blackbox {
	position:fixed;
	height:100%;
	width:100%;
	background-color: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
	z-index: 300;
	left: 0;
	top: 0;
}

#light_center {
	position: fixed;
	left: 49%;
	top: 50px;
	width: 5px;
	height: 10px;
	overflow:inherit;
}

#light_lightbox {
	position:absolute;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 500;
	border: 1px solid #CCC;
}

#light_content {
	zoom:1;
	background-color: #FFFFFF;
	padding: 10px;
}

#light_loading {
	position:fixed;
	left: 48%;
	top: 48%;
	width: 32px;
	height: 32px;
	background-color: #FFF;
	padding: 10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	z-index: 900;
}
/* #### include_rte.css #### */ 
.rteImage {
        background: #FAFAFA;
        border: 1px solid #FAFAFA;
        cursor: pointer;
        cursor: hand;
		  padding: 3px;
		  vertical-align: bottom;
}

.rteImageRaised, .rteImage:hover {
        background: #FAFAFA;
        border: 1px solid #999;
        cursor: pointer;
        cursor: hand;
}

.rteImageLowered, .rteImage:active {
        background: #FAFAFA;
        border: 1px solid #999;
        cursor: pointer;
        cursor: hand;
}

.rteVertSep {
        margin: 0 4px 0 4px;
		  vertical-align: bottom;
}

.rteBack {
        letter-spacing: 0;
        padding: 0px;
		  margin-top:2px;
		  border: 1px solid #999;
        background: #FAFAFA;
		  border-bottom: none;
		  padding-bottom: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
        background: #FAFAFA;
        padding: 0;
}

.rteDiv {
        display: block;
        position: relative;
}
/* #### alf_list_page.css #### */ 
/** alf_list_page **/

#content .alf_list_page a {
	font-weight: normal;
	padding: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #AAA;
	color: #AAA;
	background: none;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
}


#content .alf_list_page .active {
	border: 1px solid #F49E00;
	background-color: #F0F0F0;
	color: #F49E00;
}


#content .alf_list_page a:hover {
	border: 1px solid #F49E00;
	color: #F49E00;
}

/* #### include_pulldown.css #### */ 
/** include_pulldown **/

.pulldown {
   background-repeat: no-repeat;
	height: 22px;
	padding-top: 2px;
	padding-left: 5px;
	text-align: left;
	position: relative;
	cursor: pointer;
	z-index: 8888;
}

.pulldown_list {
	background-color: #FFF;
	border: 1px solid #4b3164;
	position: absolute;
	top: 22px;
	left: 0px;
	width: 90%;
	z-index: 9999;
}

.pulldown_list div {
	padding-left: 3px;	
	cursor: pointer;
}
.pulldown_list div:hover {
	background-color: #E4DEEE;
}
/* #### exclusive.css #### */ 
/** idea **/

.exclusive {
	padding-top: 25px;
}

.exclusive .title .left {
	width: 100px;
}

/*****************/

.exclusive .item {
	background-color: #f9f9f9;	
	padding: 10px;
	padding-top: 67px;
	margin-top: 40px;
	border: 1px solid #c4c4c4;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 40px;
	
	padding-top: 37px;
	padding-bottom: 15px;
}

.exclusive .title {
	padding-left: 237px;
	font-weight: bold;
	
	color: #fda028;
	font-size: 16px;
	padding-left: 400px;
	padding-bottom: 50px;
}

.exclusive .description {
	padding-top: 20px;
}

.exclusive .button_green {
	position: absolute;
	right: 1px;
	bottom: -38px;
	background-image: url('../img/design/button_web.jpg');
	width: 208px;
	padding-left: 2px;
}

.exclusive .button_green:hover {
	background-image: url('../img/design/button_web_green.jpg');
}

.exclusive .img {
	position: absolute;
	left: 3px;
	top: -46px;
	background-image: url('../img/design/company_img.jpg');
   background-repeat: no-repeat;
   width: 208px;
   height: 122px;
   padding-left: 9px;
   
	top: -35px;
	background-image: url('../img/design/exclusive_img.jpg');
   background-repeat: no-repeat;
   width: 380px;
   height: 162px;
   padding-left: 10px;
   padding-top: 9px;
}

/* #### locked_cells.css #### */ 
/** downloads **/

.cells {
	padding-top: 0px;
}

.cells .line {
	border-color:#FFF;
	padding:0;
	margin:0;
	padding-bottom: 15px;
}

.cells .item {
	background-color: #f9f9f9;	
	padding: 10px;
	padding-top: 67px;
	margin-top: 40px;
	border: 1px solid #c4c4c4;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 40px;
}

.cells .title {
	padding-left: 237px;
	font-weight: bold;
}

.cells .description {
	padding-top: 20px;
}

.cells .button_green {
	position: absolute;
	right: 1px;
	bottom: -36px;
	background-image: url('../img/design/button_request.jpg');
	width: 340px;
	padding-left: 1px;
}

.cells .button_green:hover {
	background-image: url('../img/design/button_request_green.jpg');
}

.cells .img {
	position: absolute;
	left: 1px;
	top: -55px;
   background-repeat: no-repeat;
   width: 208px;
   height: 122px;
   padding-left: 9px;
   padding-top: 10px;
}
/* #### head_animation.css #### */ 
/** head_animation **/

.head_animation {
	position: relative;
	width: 1034px;
	height: 331px;
	left: 1132px;
}

.head_view {
	position: absolute;
	width: 3296px;
	height: 331px;
	overflow: hidden;
	left: -1166px;
}

.head_animation .mask {
	position: absolute;
	width: 3296px;
	height: 331px;
	left: -1132px;
	top: 0;
	z-index: 400;
}

.head_animation .button_box {
	top: 120px;
	position: absolute;
	cursor: pointer;
	z-index: 401;
	width: 65px;
	height: 65px;
	background-repeat: no-repeat;
}

.head_animation .prev {
	left: 40px;
	background-image: url( '../img/design/head_navi_left.png' );
}

.head_animation .next {
	right: 35px;
	background-image: url( '../img/design/head_navi_right.png' );
}

.head_animation .prev:hover {
	background-image: url( '../img/design/head_navi_left_ora.png' );
}

.head_animation .next:hover {
	background-image: url( '../img/design/head_navi_right_ora.png' );
}

.head_animation .comment {
	position: absolute;
	left: 100px;
	top: 0;
}

.head_animation .person {
	position: absolute;
	left: 700px;
	top: 0;
}

.head_animation .content {
	position: absolute;
	left: 345px;
	top: 140px;
	color: #076D37;
	font-size: 21px;
	font-family: Arial;
	line-height: 26px;
}

.head_animation strong {
	font-size: 23px;
}

.head_animation .slide_element {
	position: relative;
}
/* #### locked_product_download.css #### */ 
/** locked_product_download **/

.product_download {
	padding-top: 40px;
	padding-left: 320px;
	padding-right: 30px;
   width: 369px;
   background-image: url('../img/design/product_back.jpg');
   background-repeat: no-repeat;
   background-position:bottom;
   padding-bottom: 40px;
   position: relative;
   left: -41px;
   margin-top: 15px;
   margin-bottom: 10px;
   min-height: 220px;
}
/* #### locked_sourcing.css #### */ 
/** locked_sourcing **/

.sourcing {
	padding-top: 40px;
	padding-right: 370px;
	padding-left: 42px;
   width: 307px;
   background-image: url('../img/design/sourcing_back.jpg');
   background-repeat: no-repeat;
   background-position:bottom;
   padding-bottom: 40px;
   position: relative;
   left: -41px;
   margin-top: 15px;
   margin-bottom: 10px;
   min-height: 320px;
}

/* #### locked_solution.css #### */ 
/** locked_solution **/

.solution, .job {
	background-color: #f9f9f9;
	border: 1px solid #b9b9b9;
	margin-top: 80px;
	padding: 15px;
	padding-top: 200px;
	position: relative;
	padding-bottom: 45px;
	margin-bottom: 40px;
}

.solution h1 {
	height: auto;
	padding-bottom: 25px;
}

.solution .img {
	position: absolute;
	top: -70px;
}

.solution .pointed {
	font-weight: bold;
	height: 80px;
	padding-top: 30px;
}

.solution .button_green, .job .button_green {
	position: absolute;
	right: 0px;
	bottom: -37px;
	padding-left: 1px;
	width: 297px;
	background-image: url('../img/design/button_interessting.jpg');
}

.solution .button_green:hover, .job .button_green:hover {
	background-image: url('../img/design/button_interessting_green.jpg');
}

.solution .problem_list ul li {
	list-style-image: url('../img/design/dot_red.jpg');
}
.solution .solution_list ul li {
	list-style-image: url('../img/design/dot_green.jpg');
}
/* #### interess.css #### */ 
/** interess **/

.interess {
	width: 630px;
	position: relative;
	left: -40px;
	background-color: #f1f1f1;
	padding: 8px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 25px;
}

.interess .icon {
	width: 200px;
	float: left;
	text-align: center;
}

.interess a, .interess .orange_dot {
	color: #9f9f9f;
}

.interess a:hover, .interess .orange_dot:hover, .interess a:hover .orange_dot {
	color: #F49E00;
}

.interess img {
	padding-bottom: 6px;
}

.interess .content {
	padding-left: 40px;
	padding-top: 18px;
	float: left;
	width: 380px;
	line-height: 17px;
}
/* #### request.css #### */ 
/** request **/

.request {
	padding-top: 25px;
}

.request .item {
	margin-bottom: 10px;
	background-color: #F9F9F9;
	border: 1px solid #B9B9B9;
	padding: 10px;
	padding-bottom: 20px;
	position: relative;
}

.request .num {
	float: left;
   background-image: url('../img/design/request_num.jpg');
   background-repeat: no-repeat;
   width: 28px;
   height: 44px;
   padding: 6px;
   padding-top: 11px;
   padding-right: 15px;
   font-family: Arial;
   font-size: 23px;
   font-weight: bold;
   color: #5d605a;
   text-align: center;
}

.request .content {
	float: left;
	width: 525px;
	padding-left: 5px;
	padding-top: 9px;
	position: relative;
}

.request .title {
	font-size: 16px;
	color: #076d37;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 20px;
}

.request .option {
	padding-top: 15px;
}

.request .world {
   background-image: url('../img/design/request_world.jpg');
   background-repeat: no-repeat;
   width: 80px;
   height: 81px;
   position: absolute;
   right: 1px;
   bottom: 1px;
}

.request .cell {
	padding-top: 20px;
}

.request .cell label {
	font-weight: bold;
}

.request .icon {
	float: left;
	width: 155px;
}

.request .selection {
	float: left;
	width: 23px;
	padding-top: 12px;
}

.request .description {
	float: left;
	width: 345px;
	padding-top: 10px;
}

#content_content .request .description .help {
	background-image: url( '../img/design/icon_help.jpg' );
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content_content .request .description .help:hover {
	background-image: url( '../img/design/icon_help_ora.jpg' );
}

.cell_red {
	color: #b50202;
}

.cell_yellow {
	color: #f49400;
}

.cell_blue {
	color: #0098b1;
}

.cell_green {
	color: #00831d;
}
/* #### press.css #### */ 


.press {
	padding-top: 40px;
}

.press .item {
	background-color: #f9f9f9;	
	padding: 10px;
	padding-top: 67px;
	margin-top: 40px;
	border: 1px solid #c4c4c4;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 40px;
}

.press .title {
	padding-top: 40px;
	font-weight: bold;
}

.press .description {
	padding-top: 20px;
}

.press .button_green {
	position: absolute;
	right: 1px;
	bottom: -38px;
	background-image: url('../img/design/button_download_green.jpg');
	width: 208px;
	padding-left: 2px;
}

.press .button_green:hover {
	background-image: url('../img/design/button_download.jpg');
}

.press .img {
	position: absolute;
	left: -4px;
	top: -50px;
   width: 208px;
   height: 122px;
   padding-left: 9px;
   padding-top: 10px;
}

/* #### idea.css #### */ 
/** idea **/

.idea .title {
	color: #fda028;
	font-size: 16px;
}

.idea .item {
	padding-top: 37px;
}

.exclusive .number, .idea .number {
   background-image: url('../img/design/idea_number.jpg');
   background-repeat: no-repeat;
   width: 39px;
   height: 32px;
   font-size: 20px;
   color: #a5a5a5;
   font-family: Arial;
   font-weight: bold;
   float: left;
   padding-top: 11px;
   text-align: center;
   padding-right: 6px;
}

.idea .title .left, .exclusive .title .left {
	width: 300px;
	padding-top: 12px;
	padding-left: 4px;
	margin: 0;
}


.company .button_dynamic {
	position: absolute;
	right: 1px;
	bottom: -34px;
}
/* #### news.css #### */ 
/** news **/

.news {
	padding-top: 20px;
	padding-bottom: 20px;
}

.news .item {
	padding-bottom: 2px;
    width: 639px;
}

.news .head {
   background-image: url('../img/design/news_closed.jpg');
   background-repeat: no-repeat;
   width: 624px;
   height: 43px;
   cursor: pointer;
   color: #767676;
   font-weight: bold;
   padding-top: 28px;
   padding-left: 15px;
}

.news .head:hover {
   background-image: url('../img/design/news_closed_green.jpg');
}

.news .head strong {
	color: #076D37;
}

.news .item:hover .head strong {
	text-decoration: underline;
}

.news .opened, .news .opened:hover {
   background-image: url('../img/design/news_opened_green.jpg');
}


.news .info {
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 20px;
	background-color: #f1f1f1;
	border: 1px solid #b9b9b9;
	color: #47545e;
	border-top: none;
	margin-left: 1px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.news_left {
	padding-left: 2px;
	padding-right: 2px;
}

.news_left .title {
	background-image: url('../img/design/news_left_back.jpg');
   background-repeat: no-repeat;
   width: 215px;
   height: 52px;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	padding-top: 10px;
}

.news_left .item {
	padding: 10px;
	padding-top: 3px;
	border-bottom: 2px solid #FFF;
	margin-bottom: 20px;
}
/* #### job.css #### */ 
/** job **/

/* Vererbt von ".solution" */

.job {
	padding-top: 30px;
	margin-bottom: 20px;
}

.job .title {
	position: relative;
	top: -70px;
	left: -28px;
	width: 670px;
	margin-bottom: -50px;
}

.job .title .content {
	background-color: #076d37;
	padding: 20px;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	height: auto;
	line-height: 30px;
	font-family: arial;
	width: 584px;
}

/* #### locked_logistic.css #### */ 
/** locked_logistic **/

.logistic {
	padding-top: 40px;
	padding-right: 370px;
	padding-left: 42px;
   width: 307px;
   background-image: url('../img/design/logistic_split.jpg');
   background-repeat: no-repeat;
   background-position:bottom;
   padding-bottom: 40px;
   position: relative;
   left: -41px;
   margin-top: 15px;
   margin-bottom: 10px;
   min-height: 320px;
}

.logistic .button_green {
	background-image: url('../img/design/button_help.jpg');
	width: 230px;
	padding-left: 2px;
	margin-top: 20px;
}

.logistic .button_green:hover {
	background-image: url('../img/design/button_help_green.jpg');
}
/* #### backup.css #### */ 
/** backup **/


.backup {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dotted #aaaaaa;
	position:relative;
	float:none;
	width: 100%;
	display: inline-block;
}

.backup .header {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

.backup .info {
	background-image: url('../img/design/arrow_link.gif');
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: center left;
	border: 0px;
}

.backup .info_active {
	background-image: url('../img/design/arrow_down.gif');
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: center left;
	border: 0px;
	font-weight: normal;	
	cursor: pointer;
}

.backup .header:hover {
	background-color: #e1e3e4;
}

.backup .action {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#backup_archiv .backup .header:hover {
	background-color: #F2F2F2;
}

#backup_archiv .backup .light_back {
	background-color: #F2F2F2;
}

/* #### newsletter_list.css #### */ 
/** newsletter_list **/

.newsletter_list .item {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #999;
}

/* #### company.css #### */ 
/** downloads **/

.company {
	padding-top: 40px;
}

.company .item {
	background-color: #f9f9f9;	
	padding: 10px;
	padding-top: 67px;
	margin-top: 40px;
	border: 1px solid #c4c4c4;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 40px;
}

.company .title {
	padding-left: 237px;
	font-weight: bold;
}

.company .description {
	padding-top: 20px;
}

.company .button_green {
	position: absolute;
	right: 1px;
	bottom: -38px;
	background-image: url('../img/design/button_web.jpg');
	width: 208px;
	padding-left: 2px;
}

.company .button_green:hover {
	background-image: url('../img/design/button_web_green.jpg');
}

.company .img {
	position: absolute;
	left: 3px;
	top: -46px;
	background-image: url('../img/design/company_img.jpg');
   background-repeat: no-repeat;
   width: 208px;
   height: 122px;
   padding-left: 9px;
   padding-top: 10px;
}
/* #### locked_back.css #### */ 
/** downloads **/

.back_fashion {
   background-image: url('../img/design/fashion_back.jpg');
   background-repeat: no-repeat;
   width: 323px;
   min-height: 107px;
   padding-left: 300px;
   padding-top: 195px;
   margin-top: 0px;
}

.back_haidisign {
   background-image: url('../img/design/haidisign_back.jpg');
   background-repeat: no-repeat;
   width: 338px;
   min-height: 127px;
   padding-left: 285px;
   padding-top: 215px;
   margin-top: 30px;
}
/* #### downloads.css #### */ 
/** downloads **/

.downloads {
	padding-top: 20px;	
}

.downloads .item {
	padding-bottom: 25px;
	position: relative;
}

.downloads .img {
   background-image: url('../img/design/download_image.jpg');
   background-repeat: no-repeat;
   width: 68px;
   height: 96px;
   position: absolute;
   padding-left: 7px;
   padding-top: 8px;
   left: 4px;
   top: 0;
}

.downloads .title {
	color: #f49e00;
	font-weight: bold;
	padding-left: 130px;
	height: 21px;
	padding-top: 10px;
}

.downloads .box {
	background-color: #f5f5f5;
	border: 1px solid #b9b9b9;
	height: 74px;
}

.downloads .info {
	padding-left: 130px;
	width: 170px;
	float: left;
	padding-top: 14px;
	height: 48px;
	overflow: hidden;
}

.downloads .button_green {
	background-image: url('../img/design/download_button.jpg');
	width: 176px;
	padding-right: 64px;
	margin-top: 2px;
	padding-left: 10px;
	text-align: left;
}

.downloads .button_green:hover {
	background-image: url('../img/design/download_button_green.jpg');
}

/* #### main.css #### */ 
/***********************************************************
	Main
*/

html {
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ececec;
	font-family: Verdana, Geneva, sans-serif;
	
	font-size: 11px;
	line-height: 140%;
	color: #6c7e8c;
	height: 100%;
}

table tr td {
	padding-left: 0;
}

input[type=text], input[type=password], textarea {
	padding: 3px;
	border: 1px solid #b3b3b3;
	background-color: #f5f5f5;
	color: #666;
}

input[type=button], input[type=submit] {
	padding: 2px;
}

input[type=checkbox], input[type=radio], label {
	cursor:pointer;
	width: auto;
}

input[type=checkbox], input[type=radio] {
	vertical-align: top;
	margin-top: 1px;
}

input, select {
	font-family:Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size:12px;
	width: 100px;
}

textarea {
	font-family:Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size:12px;
	width: 100%;
	height: 70px;
}

ul li {
   list-style-image: url('../img/design/dot_li.gif');
   padding-top: 2px;
   padding-left: 4px;
}


.alf_part_error li {
	background-image:none;
	list-style: outside square;
	height:auto;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

.alf_part_error ul {
	padding-left: 10px;
}


/***********************************************************
	Page
*/

#page {
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	
	min-width: 970px;
	width: 100%;
	overflow-x: hidden;
}

.center_content, #main {
   width: 970px;
	margin:0 auto;
	position:relative;
}

#main {
   background-image: url('../img/design/content_back.jpg');
   background-repeat: repeat-y;
	
	padding-bottom: 1px;
}

/****/

#header_back {
   background-image: url('../img/design/head_back.jpg');
   background-repeat: no-repeat;
   width: 3296px;
   height: 331px;
   position: absolute;
   left: -1166px;
   top: 0px;
}

#header {
	height: 331px;
	position: relative;
}

/****/

#main_inner {
	
}
/****/

#menu {
	width: 231px;
	padding-left: 1px;
	float: left;
}

#menu .logo {
	padding-bottom: 45px;
	padding-left: 24px;
}

#menu .item, #menu .pitem {
	margin-right: 10px;
	margin-left: 11px;
	border-bottom: 1px solid #d7d7d7;
}

#menu .item a, #menu .pitem {
	font-weight: normal;
	text-decoration: none;
	color: #076d37;
	padding: 11px;
	padding-left: 10px;
	padding-right: 0px;
}

#menu .item a {
	display: block;
	text-transform: uppercase;
}

#menu .pitem {
	color: #646363;
	padding-bottom: 20px;
	padding-right: 0;
}

#menu a:hover {
	color: #F49E00;
	font-weight: bold;
}

#menu .focus {
	text-transform: uppercase;
	padding-top: 2px;
}

#menu .active {
	background-color: #076d37;
	position: relative;
	left: -11px;
	width: 220px;
	padding-left: 11px;
	margin-top: 1px;	
	margin-bottom: 1px;
}

#menu .item .active a {
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu .active a {
	color: #FFF;
	font-weight: bold;
}

#menu .active_top a {
	color: #076d37;
	font-weight: bold;
}

#menu .group {
	background-color: #eeeeee;
}

#menu .submenu {
	padding-left: 15px;
}

#menu .submenu .active {
	left: -26px;
}

#menu .group .active {
	width: 205px;
	padding-left: 26px;
}

#menu .border_top {
	border-top: 1px solid #d7d7d7;
}

#menu .split {
   background-image: url('../img/design/menu_split.jpg');
   background-repeat: no-repeat;
   width: 239px;
   height: 38px;
   position: relative;
   left: -1px;
}

#menu .main_link {
	padding-top: 75px;
	padding-bottom: 35px;
}

#menu .document {
	padding-left: 30px;
   background-image: url('../img/design/document.jpg');
   background-repeat: no-repeat;
   font-weight: normal;
   color: #47545e;
   margin-top: 20px;
   padding-bottom: 25px;
}

.orange_dot, #content_content a, .super_orange_dot, #content_content .super_orange_dot {
	color: #f49e00;
	background-image: url('../img/design/orange_dot.png');
   background-repeat: no-repeat;
   background-position: right;
   padding-right: 30px;
   padding-top: 7px;
   padding-bottom: 6px;
   font-weight: bold;
}

.orange_dot:hover, #menu .orange_dot:hover, .super_orange_dot:hover {
	color: #9F9F9F;
}

#content_content a:hover {
	color: #9F9F9F;
}

.clean, #content_content .clean {
	padding: 0;
	background: none;
}

#menu .main_link a:hover, #menu .mainlink a:hover .orange_dot, #menu .mainlink .orange_dot:hover, #menu .main_link .orange_dot {
	color: #F49E00;
	font-weight: normal;
}

/****/

#content_header {
	background-color: #666;	
}

#content {
	position:relative;
	width: 970px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 320px;
}

/*
#content_content a {
	text-decoration:none;
	font-weight: bold;
	color: #5f5f5f;
}

#content_content a:hover {
	color: #333333;
}
*/

#content_content {
	position: relative;
	padding-left: 60px;
	padding-top: 0px;
	padding-bottom: 30px;
	width: 618px;
	float: left;
}

/****/
#foot {
   background-image: url('../img/design/foot_back.jpg');
   background-repeat: no-repeat;
   width: 3296px;
   height: 299px;
   position: absolute;
   left: -1166px;
   bottom: 0px;
}

#foot a {
	color: #717171;
	text-decoration: none;
	font-weight: bold;
	text-shadow: #FFF -1px 1px 2px;
}

#foot a:hover {
	text-decoration:none;
	color:#000;
}

#foot .menu {
	height: 160px;
	padding-top: 85px;
}

#foot .menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-shadow: #666 -1px 1px 2px;
}

#foot .menu a:hover {
	text-decoration:none;
	color:#333;
}

#foot .menu table {
	width: 730px;
}

#foot .submenu {
	padding-top: 8px;
}

#foot .subitem {
	padding-bottom: 4px;
}

#foot .submenu a {
	font-weight: normal;
	text-shadow: #999 -1px 1px 2px;
}

#foot .comment {
   background-image: url('../img/design/foot_comment.png');
   background-repeat: no-repeat;
   width: 248px;
   height: 156px;
   position: absolute;
   right: -42px;
   top: 45px;
   padding-top: 40px;
   padding-left: 55px;
}

#foot .comment .orange_dot {
	color: #076d37;
}

#foot .comment .orange_dot:hover {
	color: #F49E00;
}

#foot .submit {
	width: 190px;
	text-align: right;
	padding-top: 7px;
}

#foot .title {
   font-weight: bold;
   color: #076d37;
   padding-bottom: 5px;
}

#foot .bottom_menu  {
	padding-top: 7px;
}

#foot .right {
	width: 300px;
	padding-top: 14px;
}

#foot .left {
	padding-top: 14px;
}

#foot .logo {
	padding-left: 210px;
	width: 100px;
	padding-top: 0;
}

#foot .ukw_link {
   background-image: url('../img/design/logo_small.jpg');
   background-repeat: no-repeat;
   width: 71px;
   height: 44px;
}

#foot .ukw_link:hover {
   background-image: url('../img/design/logo_small_active.jpg');
}

.input {
	background-color: #f5f5f5;
	border: 1px solid #a3a3a3;
	margin-bottom: 4px;
	width: 178px;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	padding: 3px;
}

.input input {
	background-color: #f5f5f5;
	border: none;
	outline: none;
	width: 97%;
}

/***************/

li {
	margin-left: 20px;
}
a {
	text-decoration:none;
	color:#58585a;
}

a:hover, a:active, a:focus {
	color:#666;
}

/*********/

.button_ok {
	font-weight: bold;
	color: #390;
}
.button_cancle {
	font-weight:normal;
	color: #C00;
}


.button_green, .button_red, .button_dynamic {
	cursor: pointer;
    text-align: center;
	font-weight: bold;
	color: #767676;
	text-shadow: #FFF -1px 1px 2px;
	text-transform: uppercase;
}

.button_green, .button_red {
   background-image: url('../img/design/button_accept.jpg');
   background-repeat: no-repeat;
   width: 171px;
   height: 44px;
   padding-left: 6px;
   padding-right: 61px;
   padding-top: 28px;
}

.button_green:hover {
	background-image: url('../img/design/button_accept_green.jpg');
}

.button_red {
   background-image: url('../img/design/button_cancle.jpg');
    padding-left: 61px;
    padding-right: 6px;
}

.button_green:hover, .button_dynamic:hover {
	color: #076D37;
}

.button_red:hover {
	color: #B81101;
}

.button_dynamic {
	height: 68px;
    position: relative;
}

.button_dynamic .start {
	height: 68px;
    background-image: url('../img/design/button_dynamic_start.png');
    background-repeat: no-repeat;
    width: 11px;
    float: left;
}

.button_dynamic .label {
	height: 42px;
    padding-top: 26px;
    padding-left: 3px;
    padding-right: 3px;
    background-image: url('../img/design/button_dynamic_background.png');
    background-repeat: repeat-x;
    width: auto;
    float: left;
}

.button_dynamic .symbol {
	height: 68px;
	width: 68px;
    background-image: url('../img/design/button_dynamic_symbol_attention_green.png');
    background-repeat: no-repeat;
    float: left;
}

.button_dynamic:hover .symbol {
    background-image: url('../img/design/button_dynamic_symbol_attention.png');
}

.ukw .button_green {
	width: 190px;
	padding-left: 0;
   background-image: url('../img/design/button_ukw.jpg');
}

.ukw .button_green:hover {
   background-image: url('../img/design/button_ukw_green.jpg');
}

.button_dyn_right .symbol {
    background-image: url('../img/design/button_dynamic_symbol_right_green.jpg');
}

.button_dyn_world .symbol {
    background-image: url('../img/design/button_dynamic_symbol_world_green.jpg');
}

.button_dyn_right:hover .symbol {
    background-image: url('../img/design/button_dynamic_symbol_right.jpg');
}

.button_dyn_world:hover .symbol {
    background-image: url('../img/design/button_dynamic_symbol_world.jpg');
}

/***********************************************************
	Überschriften
*/

h1, .h1 {
	height:auto;
	font-size:26px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #f49e00;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

h2 {
	height:20px;
	font-size:18px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 18px;
	font-weight: normal;
	color: #304b47;
}

h3 {
	color: #2e5467;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

/*******+++++++*****/

		
.interess .icon {
	padding-top: 67px;
	background-position: center top;
	background-repeat: no-repeat;
	width: 140px;
}
		
.focus {
	font-weight: bold;
	color: #076d37;
}

.orange {
	color: #f49e00;
}

.green {
	color: #076d37;
}

.line {
		
}

/*******+++++++*****/

@media print {
	#header_top, #header_content, #header_footer, #foot, #menu {
		display: none;	
	}
}
