/* SW: added address */
#address {
	height: 1px;
	font-size: 1px;
        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;
    width : 400px;
}

.news_image {
    width : 150px;
    border : 0;
    margin-right : 20px;
}

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


body {
	width: 994px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, 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%;
	/*font-size: 16px;*/
	font-weight: normal;
}
h3 {
	margin: 0px 0px 10px 0px;
	color: #005499;
	font-size: 115%;
	/*font-size: 14px;*/
	font-weight: normal;
}
h4 {
	margin: 0px;
	color: #005499;
	font-size: 115%;
	/*font-size: 14px;*/
	font-weight: normal;
}
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-position: 0px 0em;
	line-height: 140%;
}
/* Tags allgemein - Ende */



/* *** Headerbereich - Anfang *** */
#row_header{
    display : none;
}



/* *** Hauptnavigation - Anfang *** */
#row_main_navigation {
    display : none;
}
/* *** "Breadcrumb"-Navigation - Anfang *** */
#row_breadcrumb_navigation {
    display : none;

}
#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 {
}

/* Spalte links - Unternavigation */
#column_sub_navigation {
    display : none;
}

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

/* Spalte rechts - Portlets */
#column_portlets {
    display : none;
}

/* *** Suchformular - Anfang *** */
#column_sub_navigation {
    display : none;
}
#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;
}

/* 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 {
    display : none;
}

/* *** 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 {
    display : none;
}



/* 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 1px 1px 0px;
}
/* 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;
}
/* 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_left .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 10px;
	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 {
    display : none;
}
#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 */



/* Kontaktformular (T11) - Anfang */
#content .contact_form {
	padding-top: 10px;
	background-color: #EEEEEE;
}
#content #contact {
	margin: 0px;
}
#content .contact_form .contact_form_left {
	float: left;
	width: 175px;
	height: 19px;
	padding-top: 3px;
	text-align: right;
}
#content .contact_form .contact_form_right {
	float: left;
	width: 366px;
	padding-left: 10px;
}

/* Input- und Textfelder */
input.onlineform {
	width: 345px;
}

textarea.onlineform {
	width: 348px;
        font-family: Arial, Helvetica, Sans-Serif;
	font-size: 100%;
}

.form_error {
	color: #BB0000;
}

.form_error_block {
	padding-top: 6px;
	color: #BB0000;
}

#content .contact_form input, #content #contact textarea {
	margin: 1px 0px 1px 0px;
	padding: 2px;
	font-size: 76%;
}
#content .contact_form textarea {
	height: 100px;
	overflow-x: auto;
	overflow-y: auto;
}
* 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;
}

/* Select-Boxen */
#content .contact_form select {
	width: 240px;
	margin-top: 2px;
	font-size: 76%;
}

/* 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;
}
* 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 10px;
	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;
}
#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;
}
/* 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 {
    display : none;
}
#column_portlets .portlet_form_footer .button_border {
    display : none;
}
#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 {

}
#copyright {
	float: left;
	width: 200px;
	padding: 10px 0px 9px 0px;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}
#footer_navigation {
    display : none;
}
#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;
}