/* SW: added address */
#content a.procedure_link:visited {
color:#808080;
}


#address {
	font-size: 10px;
        margin : 36px 0px 100px 25px;
}

/* SW: added news images */
.news_downloads {
    margin-top : 0.5em;
    margin-bottom : 1em;
    padding-top : 0.5em;
}

.news_images {
    padding-top : 0.75em;
}

.news_image_container {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 220px;
}

html {
	overflow-x: auto;
	overflow-y: auto;
}


body {
	width: 994px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Arial Unicode MS, Helvetica, Sans-Serif;
}



/* Tags allgemein - Anfang */
h1 {
	margin: 0px 0px 10px 0px;
	padding:0;
	color: #666666;
	font-size: 170%;
	/*font-size: 21px;*/
}
h2 {
	margin: 0px 0px 10px 0px;
	font-size: 130%;
        color: black;
	/*font-size: 16px;*/
	font-weight: bold;
}
h3 {
	margin: 0px 0px 10px 0px;
	color: #005499;
	font-size: 115%;
	/*font-size: 14px;*/
	font-weight: bold;
}
h4 {
	margin: 0px;
	color: #005499;
	font-size: 115%;
	/*font-size: 14px;*/
	font-weight: bold;
}
h5 {
	margin: 0px 0px 3px 0px;
	font-size: 100%;
	/*font-size: 12px;*/
}

p {
	margin: 0px 0px 10px 0px;
}

#column_content a.pdf , #column_portlets a.pdf {
	padding-left: 19px;
	padding-top:2px;
	background-image: url(../art/icon_pdf.gif);
	background-position: 0px 0em;
	line-height: 140%;
}
/* Tags allgemein - Ende */



/* *** Headerbereich - Anfang *** */

/* Logo */
#row_header #logo {
	float:left;
	width: 250px;
	padding: 10px 0px 0px 25px;
}

/* Inhalte rechts neben dem Logo */
#row_header #header_column_right {
	float: right;
	width: 412px;
}




/* Login-Formular im Header - Anfang 
#row_header #header_loginlogout {
	height: 58px;
	margin: 0px 0px 0px 210px;
	padding: 2px 0px 0px 0px;
}
#row_header #header_loginlogout label {
	float: right;
	margin-right: 3px;
	color: #005499;
	font-size: 76%;
	line-height: 150%;
	font-weight: bold;
}
#row_header #header_loginlogout input {
	float: left;
	width: 111px;
	height: 13px;
	margin-left: 5px;
	padding: 2px;
	font-size: 76%;
}
#row_header #header_loginlogout .submit {
	height: 20px;
	padding-top: 0px;
	padding-left: 10px;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 150%;
}
#row_header #header_loginlogout input.blue {
	border: none;
	background-color: #005499;
	background-image: url(../art/bullet_submit_blue.gif);
	background-position: 3px 0.52em;
	background-repeat: no-repeat;
}
 Login-Formular - Ende */



/* Logout-Formular im Header- Anfang */
#row_header #header_loginlogout {
	height: 58px;
	margin: 0px 0px 0px 20px;
	padding: 2px 0px 0px 0px;
	text-align: right;
}
#row_header #header_loginlogout label {
	margin-right: 5px;
	color: #005499;
	font-size: 76%;
	font-weight: bold;
}
* html #row_header #header_loginlogout label {
	vertical-align: text-top;
}
#row_header #header_loginlogout label .normal {
	color: #000000;
	font-weight: normal;
}
#row_header #header_loginlogout input {
	width: 86px;
	height: 21px;
	margin: 0px;
	padding: 0px 0px 3px 12px;
	border: none;
	background-color: #005499;
	background-image: url(../art/bullet_submit_blue.gif);
	background-position: 6px 0.52em;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #FFFFFF;
        font-size: 76%;
}
* html #row_header #header_loginlogout input {
	padding-top: 2px;
}
/* Logout-Formular - Ende */



/* Metanavigation - Anfang */
#row_header #meta_navigation {
	height: 20px;
	font-size: 62%;
	line-height: 190%;
	background-color: #CCCCCC;
}
#row_header #meta_navigation * {
	float: left;
}
#row_header #meta_navigation .spacer {
	color: #005499;
	padding: 0px 3px 0px 3px;
}

/* Links allgemein */
#row_header #meta_navigation a {
	color: #005499;
	text-decoration: none;
}
#row_header #meta_navigation a:hover {
	text-decoration: underline;
}
#row_header #meta_navigation a.active {
	color: #000000;
}

/* Globale Links */
#row_header .global_navigation {
	padding-right: 20px;
	background-color: #EEEEEE;
}

/* Sprachlinks */
#row_header .language_navigation {
	display:block;
	padding-right: 20px;
}
#row_header .language_navigation a {
	margin-left: 8px;
	padding-left: 20px;
	background-position: 0px 0.5em;
	background-repeat: no-repeat;
}
#row_header .language_navigation a.de {
	background-image: url(../art/flag_germany.gif);
}
#row_header .language_navigation a.en {
	background-image: url(../art/flag_great_britain.gif);
}
#row_header .language_navigation a.zh {
	background-image: url(../art/flags/FL_CH.gif);
}
/* Metanavigation - Ende */


/* *** Headerbereich - Ende *** */



/* *** Hauptnavigation - Anfang *** */
#row_main_navigation {
	background-color: #005499;
	background-image: url(../art/bg_row_main_navigation.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#row_main_navigation .main_navigation {
	width: 793px;
	margin-left: 200px;
	border-left: 1px solid #FFFFFF;
}
#row_main_navigation a {
	float: left;
	display: block;
	padding: 8px 10px 8px 10px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 76%;
	font-weight: bold;
	line-height: 76%;
	text-decoration: none;
}
#row_main_navigation a:hover, #row_main_navigation a.active,  #row_main_navigation a.activeloggedin {
	color: #005499;
	background-color: #CCCCCC;
}

#row_main_navigation a.finalloggedin {
	background-color: #008DFF;
}


/* *** Hauptnavigation - Ende *** */



/* *** "Breadcrumb"-Navigation - Anfang *** */
#row_breadcrumb_navigation {
	background-color: #CCCCCC;
	font-size: 62%;
	line-height: 200%;
}
#row_breadcrumb_navigation .breadcrumb_navigation {
	margin-left: 200px;
	padding: 0px 0px 1px 18px;
	border-left: 1px solid #FFFFFF;
}
#row_breadcrumb_navigation a {
	margin-left: 8px;
	padding-left: 8px;
	background-image: url(../art/bullet_grey_small.gif);
	background-position: 0px 0.42em;
	background-repeat: no-repeat;
	color: #666666;
	text-decoration: none;
}
#row_breadcrumb_navigation a:hover {
	text-decoration: underline;
}

#row_breadcrumb_navigation a.print_page {
	float:right;
	margin-right: 10px;
	padding-left: 22px;
	background-image: url(../art/bullet_print_page.gif);
	background-position: 0px 0.18em;
	background-repeat: no-repeat;
}
/* *** "Breadcrumb"-Navigation - Ende *** */



/* *** Hauptinhalt - Anfang *** */
#row_content {
	background-image: url(../art/bg_row_content.gif);
	background-repeat: repeat-y;
}

/* Spalte links - Unternavigation */
#column_sub_navigation {
	float: left;
	width: 200px;
}

/* Spalte mitte - Inhalte */
#column_content {
	float: left;
	width: 589px;
	border-left: 1px solid #FFFFFF;
}

/* Spalte rechts - Portlets */
#column_portlets {
	float: right;
	width: 192px;
}
/* *** Hauptinhalt - Ende *** */



/* *** Suchformular - Anfang *** */
#column_sub_navigation form {
	height: 60px;
	margin: 0px 0px 8px 0px;
	background-color: #CCCCCC;
}
#column_sub_navigation label {
	float:left;
	margin: 18px 4px 0px 10px;
	font-size: 76%;
	line-height: 180%;
	font-weight: bold;
}
#column_sub_navigation input {
	float:left;
	width: 90px;
	height: 14px;
	margin-top:19px;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 76%;
}
#column_sub_navigation .submit {
	width: 38px;
	height: 20px;
	padding-top: 0px;
	padding-left: 10px;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 150%;
}
#column_sub_navigation input.grey {
	border: none;
	background-color: #666666;
	background-image: url(../art/bullet_submit_grey.gif);
	background-position: 3px 0.48em;
	background-repeat: no-repeat;
}
/* *** Suchformular - Ende *** */



/* *** Unternavigation - Anfang *** */
#sub_navigation {
	margin: 0px 0px 10px 12px;
	padding: 0;
	list-style-type: none;
}
#sub_navigation li {
	padding-left: 12px;
	background-image: url(../art/bullet_blue.gif);
	background-position: 0px 0.42em;
	background-repeat: no-repeat;
}

/* Ebene 1 */
#sub_navigation a {
	color: #005499;
	font-size: 76%;
	font-weight: bold;
	text-decoration: none;
}
#sub_navigation a:hover {
	text-decoration: underline;
}
#sub_navigation li.active {
	background-image: url(../art/bullet_black.gif);
}
#sub_navigation li.active a {
	color: #000000;
}
/* mr individuelle farbe im partnerbereich */
#sub_navigation li.activepartner a {
	color: #008DFF;
}
/* Ebene 2 */
#sub_navigation li.layer_2 {
	margin-left: 10px;
	padding-left: 12px;
}
#sub_navigation li.layer_2 a {
	font-weight: normal;
}

/* *** Unternavigation - Ende *** */



/* Trenner Unternavigation - Anfang */
#column_sub_navigation .spacer {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-bottom: 9px;
	border-bottom: 1px solid #CCCCCC;
}
/* Trenner Unternavigation - Ende */



/* *** "Nach oben"-Link - Anfang *** */
#to_top_link {
	width: 104px;
	height: 25px;
	padding-left: 96px;
	background-color: #EEEEEE;
	line-height: 140%;
}
.bg_to_top_link {
	background-image: url(../art/bg_to_top_link.gif);
	background-repeat: no-repeat;
}
#to_top_link a {
	padding-left: 16px;
	background-image: url(../art/bullet_blue_to_top_link.gif);
	background-position: 0px 0.32em;
	background-repeat: no-repeat;
	color: #005499;
	font-size: 76%;
	font-weight: bold;
	text-decoration: none;
}
#to_top_link a:hover {
	text-decoration: underline;
}
/* *** "Nach oben"-Link - Ende *** */



/* *** Inhalte *** */
#content {
	padding: 10px 14px 0px 24px;
	font-size: 76%;
}

/* Links allgemein */
#content a {
	padding-left: 12px;
	background-image: url(../art/bullet_blue_content.gif);
	background-position: 0px 0.32em;
	background-repeat: no-repeat;
	color: #005499;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content a.bold {
	font-weight: bold;
}

/* Link ohne Pfeil */
#content a.no_bullet {
	padding-left: 0px;
	background: none;
}

/* Link mit Druckersymbol */
#content a.print {
	padding-left: 21px;
	background-image: url(../art/bullet_print_page.gif);
	background-position: 0;
	background-repeat: no-repeat;
	color: #666666;
}

/* Listen allgemein */
#content ul {
	/*line-height: 140%;*/
}

/* Liste mit Links - Anfang */
#content .link_list {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}
#content .link_list li {
	padding-bottom: 3px;
	padding-left: 12px;
	background-image: url(../art/bullet_blue_content.gif);
	background-position: 0px 0.32em;
	background-repeat: no-repeat;
}
#content .link_list a {
	padding-left: 0px;
	background: none;
	font-weight: bold;
}
#content .link_list .link_list_headline {
	margin-bottom: 5px;
	background: none;
	background-color: #EEEEEE;
	color: #005499;
	font-weight: bold;
}
#content .link_list .link_list_headline a {
	font-weight: bold;
}
#content .sitemap a {
	font-weight: normal;
}
/* Liste mit Links - Ende */



/* Titelbild, z.B. T9 */
.main_image {
	border-bottom: 1px solid #FFFFFF;
}



/* Inhalte Homepage - Anfang (T1) */
#content .title_homepage {
	float: left;
	width: 290px;
}
#content .list_homepage {
	float: left;
}
/* Inhalte Homepage - Ende (T1) */



/* Linkleiste unterhalb des Titel-Bilds (T9) - Anfang */
.application_title {
	float: left;
	width: 377px;
	padding: 0px 0px 1px 24px;
	background-color: #CCCCCC;
	line-height: 150%;
}
.application_title p {
	margin: 0px;
}
.application_link {
	float: right;
	width: 187px;
	text-align: center;
	line-height: 160%;
	background-color: #005499;
}
.application_link a {
	padding-left: 16px;
	background-image: url(../art/bullet_submit_blue.gif);
	background-position: 3px 0.32em;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 76%;
	font-weight: bold;
	text-decoration: none;
}
.application_link a:hover {
	text-decoration: underline;
}
/* Linkleiste unterhalb des Titel-Bilds (T9) - Ende */



/* Bild im Text (T9) - Anfang (Bildunterschrift NICHT moeglich; Bildbreite variabel) */
.image_in_text_left {
	float: left;
	margin: 0px 10px 10px 0px;
}
.image_in_text_right {
	float: right;
	margin: 0px 0px 10px 10px;
}
/* Bild im Text (T9) - Ende */



/* Text mit Bild (T9) - Anfang (Bildunterschrift moeglich; Bildbreite NICHT variabel) */
#content .content_in_two_columns {
	margin-bottom: 10px;
}
#content .content_in_two_columns .left {
	float: left;
}
#content .content_in_two_columns .right {
	float: right;
}
#content .content_in_two_columns .text_symmetric {
	width: 270px;
}
#content .content_in_two_columns .image_symmetric {
	width: 270px;
}
#content .content_in_two_columns .image_symmetric p,
#content .content_in_two_columns .image_wide p,
#content .content_in_two_columns .image_small p {
	margin: 0px;
	color: #666666;
	font-size: 86%;
	font-size: 10px;
}
/* Text mit Bild (T9) - Ende */



/* Maschinendetails (T4) - Anfang */
#content .content_in_two_columns .text_wide,
#content .content_in_two_columns .image_wide {
	width: 363px;
	padding-right: 10px;
}
#content .content_in_two_columns .text_small,
#content .content_in_two_columns .image_small {
	width: 178px;
}
#content .product_symbols img {
	float: left;
	margin: 0px 2px 2px 0px;
	border: 1px solid #CCCCCC;
}
/* Maschinendetails (T4) - Ende */


/* Shopdetails (T4) - Anfang */
#content .shop_details {
	width: 363px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0px;
}
#content .shop_details td {
	padding: 0px;
	vertical-align: top;
}
#content .shop_details td p {
	margin-bottom: 5px;
}
#content .shop_details .shop_details_labeling {
	width: 110px;
	color: #666666;
}
#content .shop_details .shop_details_content {
	width: 253px;
}

#content .link_buy_product {
	margin-bottom: 10px;
	background-color: #CCCCCC;
	line-height: 175%;
	text-align: right;
}
#content .link_buy_product a {
	display: block;
	width: 55px;
	margin-left: 291px;
	padding: 0px 10px 0px 6px;
	border-left: 1px solid #FFFFFF;
	background-image: url(../art/bullet_submit_blue.gif);
	background-position: 6px 0.55em;
	background-color: #005499;
	color: #FFFFFF;
	font-weight: bold;
}
/* Shopdetails (T4) - Ende */

/* Kacheln Produktuebersicht (T7) - Anfang */
#content .product_overview {
	width: 551px;
	border-collapse: collapse;
	border-spacing: 0px;
}
#content .product_overview td {
	width: 177px;
	padding: 0px;
}
#content .product_overview .row_links td {
	height: 20px;
	vertical-align: top;
	background-color: #005499;
	background-image: url(../art/bg_automotive_product_overview.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#content .product_overview td.col_space {
	width: 10px;
	background: none;
}
#content .product_overview td.col_empty {
	background: none;
}
#content .product_overview td.row_space {
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	background: none;
}
#content .product_overview td p {
	width: 140px;
	margin: 0;
	padding: 2px 0px 2px 16px;
	text-indent: -12px;
}
#content .product_overview td a {
	padding-left: 12px;
	background-image: url(../art/bullet_white_product_overview.gif);
	color: #FFFFFF;
}
/* Kacheln Produktuebersicht (T7) - Ende */



/* Anwendungen (T6) - Anfang */
#content .application_image {
	float: left;
	width: 190px;
}
#content .application_content {
	float: left;
	width: 361px;
        margin-bottom : 2em;
        margin-top : 2em;
}
/* Anwendungen (T6) - Ende */



/* Maschinenliste (T5) - Anfang */
#content .search_header_left {
	float: left;
	width: 379px;
	background-color: #CCCCCC;
	color: #666666;
}
#content .search_header_left p {
	margin: 0px;
	padding: 1px 0px 2px 5px;
	line-height: 140%;
}
#content .search_header_right {
	float: left;
	width: 172px;
	background-color: #CCCCCC;
	background-image: url(../art/bg_search_header_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#content .search_header_right p {
	margin: 0px;
	padding: 1px 0px 2px 10px;
	line-height: 140%;
	text-align: center;
}
#content .search_header_right .upper {
	font-size: 120%;
	line-height: 80%;
         padding: 0px; 	 
 } 	 
  	 
 #content .search_header_left a { 	 
     padding-right: 12px; 	 
     padding-left: 0px; 	 
     background-image: none; 	 
 }
  	 
 #content .search_header_left span { 	 
     padding-right: 12px; 	 
 }
  	 
 #content .search_result_container { 	 
         margin-bottom: 9px; 	 
         background-color: #EEEEEE; 	 
 } 	 
  	 
 #content .search_result_container .search_product_content { 	 
         padding-bottom: 5px; 	 
 } 	 
  	 
 #content .search_result_container p { 	 
         margin-bottom: 2px; 	 
         padding-left: 15px; 	 
 } 	 
  	 
 #content .search_result_container .product_link { 	 
         margin-bottom: 3px; 	 
         padding: 5px 10px 5px 15px; 	 
         border-bottom: 1px solid #FFFFFF; 	 
         font-weight: bold; 	 
 }

/* Produkt-Container */
#content .search_container {
	margin-bottom: 9px;
	background-color: #EEEEEE;
}
#content .search_container .search_product_thumbnail {
	float: left;
	width: 110px;
}
#content .search_container .search_product_content {
	float: left;
	width: 441px;
	padding-bottom: 5px;
}

#content .search_container p {
	margin-bottom: 2px;
	padding-left: 15px;
}
#content .search_container .product_link {
	margin-bottom: 3px;
	padding: 5px 10px 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}
/* Maschinenliste (T5) - Ende */



/* Teaser-Page (T14) - Anfang */
#content .teaser_headline {
	padding: 2px 5px 2px 2px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	color: #005499;
	line-height: 120%;
	font-weight: bold;
}
#content .teaser_headline p {
	margin: 0px;
}
#content .teaser_image {
	float: left;
	width: 177px;
}
#content .teaser_content {
	float: left;
	width: 364px;
	padding-left: 10px;
}
/* Teaser-Page (T14) - Ende */



/* Gebrauchmaschinenboerse (T8) - Anfang */
#content .shop_overview {
	width: 551px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0px;
}
#content .shop_overview .shop_overview_header {
	background-color: #EEEEEE;
}
#content .shop_overview td {
	padding: 0px;
}
#content .shop_overview td p {
	margin-bottom: 4px;
}
#content .shop_overview .shop_overview_header td p {
	margin-bottom: 0px;
}
#content .shop_overview .shop_overview_header .product_labeling {
	padding: 2px 5px 2px 5px;
}
#content .shop_overview .product_labeling {
	width: 115px;
	padding: 0px 5px 0px 5px;
	vertical-align: top;
	color: #666666;
}
#content .shop_overview .product_id {
	width: 290px;
	color: #005499;
	font-weight: bold;
}
#content .shop_overview .product_link {
	width: 146px;
	padding-right: 10px;
	text-align: right;
}
#content .shop_overview .product_content {
	width: 426px;
	vertical-align: top;
}

/* dealer */
#content .shop_overview .dealer_special {
	padding: 10px 5px 10px 5px;
	color: #BB0000;
}

/* Gebrauchmaschinenboerse (T8) - Anfang */

/* Kontaktformular (T11) - Anfang */
#content .contact_form {
	padding-top: 10px;
	background-color: #EEEEEE;
	width: 551px;
}

.form_error {
	color: #BB0000;
        font-weight: bold;
}

#content .contact_form .form_error_block {
        display: block;
        float: left;
	padding-top: 6px;
        padding-left: 10px;
	color: #BB0000;
        font-weight: bold;
}


#content .contact_form .form_text_block {
        display: block;
        float: left;
	padding-top: 6px;
        padding-left: 10px;
        color: black;
}


/* mr */
#content .login_message {
	padding-top: 10px;
	padding-left: 10px;
}

#content #contact {
	margin: 0px;
}

#content .contact_form .contact_form_error {
	float: left;
	padding-top: 3px;
	text-align: right;
}

#content .contact_form .contact_form_left {
	float: left;
	width: 155px;
	/*height: 19px;*/
	padding-top: 3px;
	text-align: right;
}
#content .contact_form .contact_form_right {
	float: left;
	width: 386px;
	padding-left: 10px;
}
#content .contact_form .contact_form_right .machine_id_part_1 {
	width: 25px;
	margin-right: 3px;
}
#content .contact_form .contact_form_right .machine_id_part_2 {
	width: 296px;
	margin-left: 3px;
}


/* Input- und Textfelder */
input.onlineform, textarea.onlineform {
	width: 345px;
	margin: 1px 0px 1px 0px;
	padding: 2px;
	font-size: 100%;
}
textarea.onlineform {
	height: 100px;
	overflow-x: auto;
	overflow-y: auto;
}

/* Select-Boxen */
select.onlineform {
	width: 240px;
        margin: 1px 0px 1px 0px;
	
	font-size: 100%;
}


* html #content .contact_form input, * html #content #contact textarea {
	margin: 0px;
}

/* Checkboxen */
#content .contact_form .checkbox {
	padding-top: 3px;
}
#content .contact_form .checkbox input {
	width: 13px;
	height: 13px;
	margin: 2px 1px 2px 1px;
	vertical-align: middle;
}
* html #content .contact_form .checkbox input {
	margin: 0px;
}
#content .contact_form .checkbox label {
	margin-left: 4px;
	vertical-align: top;
}
* html #content .contact_form .checkbox label {
	vertical-align: middle;
}



/* Fusszeile fuer Kontaktformulare */
#content .contact_form .contact_footer {
	height: 21px;
	border-top: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}
* html #content .contact_form .contact_footer {
	background-image: url(../art/bg_row_footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#content .contact_form .contact_footer .contact_footer_content {
	float: left;
	width: 325px;
	text-align: left;
	padding: 3px 0px 0px 50px;
}
#content .contact_form .contact_footer .contact_footer_button {
	float: left;
	border-left: 1px solid #FFFFFF;
}
#content .contact_form .contact_footer input {
	width: 87px;
	height: 21px;
	margin: 0px;
	padding: 0px 0px 3px 12px;
	border: none;
	background-color: #005499;
	background-image: url(../art/bullet_submit_blue.gif);
	background-position: 8px 0.62em;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
    font-size: 100%;
}
* html #content .contact_form .contact_footer input {
	padding-top: 1px;
}
/* Kontaktformular (T11) - Ende */


/* News-Uebersicht (T12) - Anfang */
#content .news_date {
	margin-bottom: 7px;
	padding: 0px 0px 1px 1px;
	background-color: #EEEEEE;
	color: #666666;
	line-height: 160%;
}
#content .news_date p {
	margin-bottom: 0px;
}
#content .news_line_grey {
	border-bottom: 1px solid #CCCCCC;
}
#content .news_link {
	margin-bottom: 10px;
}
/* News-Uebersicht (T12) - Ende */



/* Partnerbereich - Anfang */
#content .download_headline {
	margin-bottom: 4px;
	padding: 2px 5px 2px 5px;
	background-color: #CCCCCC;
	color: #005499;
	line-height: 120%;
	font-weight: bold;
}
#content .download_headline p {
	margin: 0px;
}
#content .download {
	width: 551px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0px;
}
#content .download td {
	padding: 1px 0px 2px 0px;
	vertical-align: top;
	color: #666666;
}
#content .download td p {
	margin: 0px;
}
#content .download .download_name {
	width: 157px;
}
#content .download .download_id {
	width: 107px;
}
#content .download .download_type {
	width: 25px;
}
#content .download .download_link {
	width: 80px;
}
#content .download .download_link a{
	background-image : none;
}

#content .download .download_date {
	width: 68px;
}
#content .download .download_language {
	width: 104px;
}
#content .download .download_language img {
	float: left;
	margin-right: 10px;
	padding-top: 3px;
}
/* Partnerbereich - Ende */



/* Portlets - Anfang */
#column_portlets {
	font-size: 76%;
}
#column_portlets .portlet, #column_portlets .portlet_with_image {
	background-color: #EEEEEE;
}
#column_portlets .portlet {
	margin-top: 11px;
	padding: 5px 10px 5px 12px;
}


/* Portlet: Text mit Bild - Anfang */
#column_portlets .portlet_with_image {
	padding: 0px 10px 5px 12px;
}
#column_portlets .portlet_with_image .portlet_image {
	width: 50px;
}
#column_portlets .portlet_with_image .portlet_text {
	width: 115px;
}
#column_portlets .portlet_with_image .right {
	float: right;
}
#column_portlets .portlet_with_image .left {
	float: left;
}
/* Portlet: Text mit Bild - Ende */


/* Allgemeine Klassen */
#column_portlets p {
	margin-bottom: 5px;
	color: #666666;
}
#column_portlets a {
	color: #005499;
	text-decoration: none;
	padding-left: 11px;
	background-image: url(../art/bullet_blue.gif);
	background-position: 0px 0.35em;
	background-repeat: no-repeat;
}

#column_portlets a.no_bullet {
	padding-left: 0px;
	background: none;
}

#column_portlets a:hover {
	text-decoration: underline;
}


/* kleine Schrift, z.B. News auf der Homepage */
#column_portlets p.text_small {
	margin-bottom: 2px;
	color: #000000;
	font-size: 86%;
}
#column_portlets p.text_small a.blue {
	padding-left: 8px;
	background-image: url(../art/bullet_blue_small.gif);
	background-position: 0px 0.42em;
	background-repeat: no-repeat;
}


/* Auswahlbox Vertriebspartner (T13) */
#column_portlets select {
	width: 165px;
	margin: 2px 0px 3px 0px;
	font-size: 76%;
}
/* Textfeld */
#column_portlets input {
	width: 159px;
	margin: 2px 0px 3px 0px;
	font-size: 76%;
}
/* Label */
#column_portlets label {
	color: #666666;
}


/* Gebrauchtmaschinenboerse (T8) - Suchfeld */
#column_portlets form {
	margin: 0px;
}
#column_portlets .form {
	padding: 5px 0px 0px 0px;
}
#column_portlets .form h5, #column_portlets .form p, #column_portlets .form input,
#column_portlets .form select, #column_portlets .form label {
	margin-left: 15px;
}


/* Footer f�r Portlet-Formulare */
#column_portlets .portlet_form_footer {
	margin-top: 7px;
	padding-left: 103px;
	border-top: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}
#column_portlets .portlet_form_footer .button_border {

	border-left: 1px solid #FFFFFF;
}
#column_portlets .portlet_form_footer input {
	width: 87px;
	height: 21px;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border: none;
	background-color: #005499;
	background-image: url(../art/bullet_submit_blue.gif);
	background-position: 8px 0.62em;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
}
* html #column_portlets .portlet_form_footer input {
	padding: 1px 0px 2px 0px;
}
/* Portlets - Ende */



/* *** Footer - Anfang *** */
#row_footer {
	border-top: 1px solid #FFFFFF;
	background-color: #EEEEEE;
}
#copyright {
	float: left;
	width: 200px;
	padding: 10px 0px 9px 0px;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}
#footer_navigation {
	float: left;
	padding: 1px 0px 0px 30px;
	font-size: 62%;
	line-height: 240%;
}
#footer_navigation .spacer {
	padding: 0px 4px 0px 4px;
}
#footer_navigation a, #footer_navigation span {
	color: #666666;
}
#footer_navigation a {
	text-decoration: none;
}
#footer_navigation a:hover {
	text-decoration: underline;
}
#footer_navigation a.active {
	color: #000000;
}
/* *** Footer - Ende *** */



/* Allgemeine Klassen */
.bold {
	font-weight: bold;
}

.margin_bottom {
	margin-bottom: 10px;
}
.image_gallery {
	border: 1px solid #CCCCCC;
}
.line_grey {
	padding-top: 5px;
	border-bottom: 1px solid #CCCCCC;
}
.bg_white {
	background-color: #FFFFFF;
}
.medium {
	height: 10px;
	font-size: 10px;
	line-height: 10px;
}
.small {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}

#content .teaser_content {
	float: left;
	width: 364px;
	padding-left: 10px;
}
/* Teaser-Page (T14) - Ende */



/* Gebrauchmaschinenboerse (T8) - Anfang */
#content .shop_overview {
	width: 551px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0px;
}
#content .shop_overview .shop_overview_header {
	background-color: #EEEEEE;
}
#content .shop_overview td {
	padding: 0px;
}
#content .shop_overview td p {
	margin-bottom: 4px;
}
#content .shop_overview .shop_overview_header td p {
	margin-bottom: 0px;
}
#content .shop_overview .shop_overview_header .product_labeling {
	padding: 2px 5px 2px 5px;
}
#content .shop_overview .product_labeling {
	width: 115px;
	padding: 0px 5px 0px 5px;
	vertical-align: top;
	color: #666666;
}
#content .shop_overview .product_id {
	width: 290px;
	color: #005499;
	font-weight: bold;
}
#content .shop_overview .product_link {
	width: 146px;
	padding-right: 10px;
	text-align: right;
}
#content .shop_overview .product_content {
	width: 426px;
	vertical-align: top;
}
/* Gebrauchmaschinenboerse (T8) - Anfang */


/* Partnerbereich - Anfang */
#content .download_headline {
	margin-bottom: 4px;
	padding: 2px 5px 2px 5px;
	background-color: #CCCCCC;
	color: #005499;
	line-height: 120%;
	font-weight: bold;
}
#content .download_headline p {
	margin: 0px;
}
#content .download {
	width: 551px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0px;
}
#content .download td {
	padding: 1px 0px 2px 0px;
	vertical-align: top;
}
#content .download .download_language {
	width: 96px;
}
#content .download .download_language img {
	float: left;
	margin-right: 7px;
	padding-top: 3px;
}
#content .download .download_id {
	width: 135px;
}
#content .download .download_type {
	width: 25px;
}
#content .download .download_size {
	width: 50px;
}
#content .download .download_date {
	width: 125px;
}
#content .download .download_link {
	width: 120px;
}

#content .download .download_headline {
	margin-bottom: 4px;
	padding: 2px 5px 2px 5px;
	background-color: #CCCCCC;
	color: #005499;
	line-height: 120%;
	font-weight: bold;
}

/* Partnerbereich - Ende */



/* Portlets - Anfang */
#column_portlets {
	font-size: 76%;
}
#column_portlets .portlet, #column_portlets .portlet_with_image {
	background-color: #EEEEEE;
}
#column_portlets .portlet {
	margin-top: 11px;
	padding: 5px 10px 5px 12px;
}


/* Portlet: Text mit Bild - Anfang */
#column_portlets .portlet_with_image {
	padding: 0px 10px 5px 12px;
}
#column_portlets .portlet_with_image .portlet_image {
	width: 50px;
}
#column_portlets .portlet_with_image .portlet_text {
	width: 115px;
}
#column_portlets .portlet_with_image .right {
	float: right;
}
#column_portlets .portlet_with_image .left {
	float: left;
}
/* Portlet: Text mit Bild - Ende */


/* Allgemeine Klassen */
#column_portlets p {
	margin-bottom: 5px;
	color: #666666;
}
#column_portlets a {
	color: #005499;
	text-decoration: none;
	padding-left: 11px;
	background-image: url(../art/bullet_blue.gif);
	background-position: 0px 0.35em;
	background-repeat: no-repeat;
}
#column_portlets a:hover {
	text-decoration: underline;
}


/* kleine Schrift, z.B. News auf der Homepage */
#column_portlets p.text_small {
	margin-bottom: 2px;
	color: #000000;
	font-size: 86%;
}
#column_portlets p.text_small a.blue {
	padding-left: 8px;
	background-image: url(../art/bullet_blue_small.gif);
	background-position: 0px 0.42em;
	background-repeat: no-repeat;
}


/* Auswahlbox Vertriebspartner (T13) */
#column_portlets select {
	width: 165px;
	margin: 2px 0px 3px 0px;
	font-size: 76%;
}
/* Textfeld */
#column_portlets input {
	width: 159px;
	margin: 2px 0px 3px 0px;
	font-size: 76%;
}
/* Label */
#column_portlets label {
	color: #666666;
}


/* Gebrauchtmaschinenboerse (T8) - Suchfeld */
#column_portlets form {
	margin: 0px;
}
#column_portlets .form {
	padding: 5px 0px 0px 0px;
}
#column_portlets .form h5, #column_portlets .form p, #column_portlets .form input,
#column_portlets .form select, #column_portlets .form label {
	margin-left: 15px;
}


/* Footer f�r Portlet-Formulare */
#column_portlets .portlet_form_footer {
	margin-top: 7px;
	padding-left: 103px;
	border-top: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}
#column_portlets .portlet_form_footer .button_border {

	border-left: 1px solid #FFFFFF;
}
#column_portlets .portlet_form_footer input {
	width: 87px;
	height: 21px;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border: none;
	background-color: #005499;
	background-image: url(../art/bullet_submit_blue.gif);
	background-position: 8px 0.62em;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
}
* html #column_portlets .portlet_form_footer input {
	padding: 1px 0px 2px 0px;
}
/* Portlets - Ende */



/* *** Footer - Anfang *** */
#row_footer {
	border-top: 1px solid #FFFFFF;
	background-color: #EEEEEE;
}
#copyright {
	float: left;
	width: 200px;
	padding: 10px 0px 9px 0px;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}
#footer_navigation {
	float: left;
	padding: 1px 0px 0px 30px;
	font-size: 62%;
	line-height: 240%;
}
#footer_navigation .spacer {
	padding: 0px 4px 0px 4px;
}
#footer_navigation a, #footer_navigation span {
	color: #666666;
}
#footer_navigation a {
	text-decoration: none;
}
#footer_navigation a:hover {
	text-decoration: underline;
}
#footer_navigation a.active {
	color: #000000;
}
/* *** Footer - Ende *** */



/* Allgemeine Klassen */
.bold {
	font-weight: bold;
}

.margin_bottom {
	margin-bottom: 10px;
}
.image_gallery {
	border: 1px solid #CCCCCC;
}
.line_grey {
	padding-top: 5px;
	border-bottom: 1px solid #CCCCCC;
}
.bg_white {
	background-color: #FFFFFF;
}
.medium {
	height: 10px;
	font-size: 10px;
	line-height: 10px;
}
.small {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}

/* fixes direct edit button appearance in OpenCms */
#content a.ocms_button {
	background-image: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}


.news-list-header-portlet{
	background-image: url(../art/da_bg_news.png);
}


.news-list-header{
	font-size:30px;
	color: #00529b;
font-weight:normal;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	

}