@media screen, projection {
/*----------- allgemeines HTML ----------------*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
IMG {
	border: none;
}
/*---------------- Seitenlayout ----------------*/
#seite {
	width: 100%;
}
#kopf-print {
	display: none;
}
#kopf {
	width: 100%;
	height: 70px;
	margin: 0;
	background-color: #e2001a;
}
#kopf .logo {
	width: 240px;
	height: 75px;
	padding-top: 13px;
	margin: 0px 0px 0px 40px;
}
#menue {
	width: 100%;
	height: 92px;
	background-color: #fff;
	background-image: url(images/bg_menu.gif); 
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#menu-fix {
	width: 990px;
	overflow: hidden;
}
.untermenue {
	width: 100%;
	height: 60px;
	background-color: #e2001a;
	margin: 0px 0px 10px 0px;
}
#inhalt {
	width: 950px;
	margin-left: 40px;
	margin-top: 20px;
	clear: both;
}
#fuss{
	width: 100%;
	height: 25px;
	background-color: #c6c5c4;
	margin-top: 40px;
	position: relative;
	bottom: 0px;
	clear: both;
}
.clearer{
	width: 100%;
	clear: both;
background-color: #fff;
height: 5px;
}


/*---------------- Menü ----------------*/

#menu-fix .first {
	width: 30px;
	height:25px;
	margin: 0px 0px 0px 0px;
	float: left;
}
/* Menü 1. Ebene */
#menue .menu1 {
	padding: 0;
	margin: 2px 0px 0px 0px;
	padding: 0;
	list-style: none;
	float: left;
	background-image: url(images/bg_menu2.gif); 
	background-repeat: repeat-x;
	
}
#menue .menu1 IMG {
	margin: 0px 0px 0px 0px;
}

/* Menü 2. Ebene */
#menue DIV.menu2div {
}
#menue .menu1 UL, #menue .menu1_act UL {
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
#menue LI.menu2 {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	line-height: 15px;
}
#menue .menu2 A {
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	text-transform: none;
	text-decoration: none;
}
#menue LI.menu2 A.menu2 {
	padding: 0px 0px 0px 10px;
	background-image: url(images/marker_menu2_no.gif);
	background-repeat: no-repeat;
}
#menue LI.menu2 A.menu2_cur {
	padding: 0px 0px 0px 10px;
	background-image: url(images/marker_menu2_act.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#menue LI.menu2 A.menu2_act {
	padding: 0px 0px 0px 10px;
	background-image: url(images/marker_menu2_act.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#menue LI.menu2 A.menu2:HOVER {
	padding: 0px 0px 0px 10px;
	background-image: url(images/marker_menu2_act.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
}


/*---------------- Fuß----------------*/
#fuss TABLE {
	padding-left: 40px;
	width: 980px;
}
#fuss TD {
	font-size: 11px;
	color: #222;
	padding-top: 4px;
}
#fuss TD P.bodytext {
	line-height: 13px;
	margin: 0; padding: 0;
}
#fuss TD A {
	color: #222;
	text-decoration: none;
}
#fuss TD A:HOVER {
	text-decoration: underline;
}

/*---------------- INHALT ----------------*/

#inhalt H1 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
	padding: 0;
	color: #333;
}
#inhalt H1.csc-firstHeader {
	padding-top: 0px;
	margin-top: 0px;
}

#inhalt H2 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	text-transform: none;
	letter-spacing: 0px;
	color: #444;
}
#inhalt H3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
}
#inhalt .bodytext {
	font-size: 14px;
	line-height: 1.5em;
	margin: 5px 0px 5px 0px;
	text-align: justify;
}
#inhalt TABLE {
	font-size: 14px;
}
#inhalt TABLE CAPTION {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 20px;
}
	
#inhalt TD {
	vertical-align: top;
	margin: 0; 
	padding: 0;
	border-collapse: collapse;
}
#inhalt TD P.bodytext {
	padding: 0px 0px 0px 0px;
	margin: 0;
}
#inhalt TD OL {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 10px;
}
#inhalt TD OL LI {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
#inhalt BLOCKQUOTE {
	margin: 0px;
	padding: 0px;
}
#inhalt .katalog {
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #e2001a;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#inhalt .katalog TH {
	padding-right: 10px;
	text-align: left;
	color: #999;
}
#inhalt .katalog TD {

	background-color: #fff;
	padding: 0px;
	vertical-align: middle;
	border-top: 1px solid #e2001a;
	border-collapse: collapse;
}
#inhalt .katalog TD P {
	margin: 3px 0px 7px 0px;
	padding: 0;
}
#inhalt .katalog TD IMG {
	margin: 10px 5px 10px 0px;
	padding: 0;
	border: 1px solid #333;
}
#inhalt .adresse {
	width: 900px;
}
#inhalt .rot {
	color: #e2001a;
}
#inhalt .adressen TH {
	padding-right: 10px;
	text-align: left;
}
#inhalt .adresse TD {
	background-color: #fff;
	padding: 0px;
	width: 225px;
	vertical-align: middle;
	border-collapse: collapse;
	border: 0px solid green;
}
#inhalt .adresse TD P {
	padding-right: 50px;
	margin: 5px 0px 5px 0px;
}
#inhalt .adresse TD IMG {
	margin: 10px 5px 10px 0px;
	padding: 0;
}

#inhalt .csc-caption {
	font-size: 10px;
	color: #999;
}
#inhalt UL LI {
	font-size: 14px;
	padding: 2px 0px 3px 0px;
}
#inhalt A, #inhalt A:LINK {
	color: #e2001a;
	text-decoration: none;
} 
#inhalt A:ACTIVE, #inhalt A:HOVER {
	text-decoration: underline;
}
#inhalt A.mehr, #inhalt DIV.mehr A {
	background-image: url(templates/images/arrow_to_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	font-size: 14px;
}
#inhalt .backlink A {
	background-image: url(templates/images/arrow_to_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 14px;
}
#inhalt .center {
text-align: center;
}

#inhalt TABLE.imgtext-table {
	background-color: #fff;
	padding-left: 15px;
}
#inhalt TABLE.imgtext-table TD A IMG {
	background-color: #fff;
	padding: 0 3px 5px 0;
}

/* Frame 1 für 2spaltige Inhalte feste Höhe TBL 180PX */
#inhalt .csc-frame-frame1 {
	width: 430px;
	margin-right: 30px;
	background-color: #fff;
	float: left;
}
#inhalt .csc-frame-frame1 .csc-textpicHeader H1 {
	margin-top: 0px ! important;
}
#inhalt .csc-frame-frame1 TABLE {
	background-color: #fff;

}
#inhalt .csc-frame-frame1 TABLE {
	height: 180px;
	vertical-align: top;
}
#inhalt .csc-frame-frame1 TABLE IMG {
	margin-right: 0px;
	border: 0px solid red;
}
#inhalt .csc-form-label-req {
color: #e2001a;
}

/* Frame 2 für 2spaltige Inhalte freie Höhe TBL */
#inhalt .csc-frame-frame2 {
	width: 420px;
	margin-right: 40px;
	background-color: #fff;
	float: left;
}
#inhalt .csc-frame-frame2 .csc-header-n2 H1, #inhalt .csc-frame-frame2 .csc-header-n2 H2 {
	margin-top: 0px ! important;
}
#inhalt .csc-frame-frame2 H2 {
	margin: 20px 0px 5px 0px;

}
#inhalt .csc-frame-frame2 TABLE {
	border: 0px solid black;
	background-color: #fff;

}
#inhalt .csc-frame-frame2 TABLE {
	vertical-align: top;
}
#inhalt .csc-frame-frame2 TABLE IMG {
	margin-right: 0px;
	border: 0px solid red;
}
#inhalt .csc-frame-frame2 .tx-srquicktime-pi1 {
	margin: auto;
	text-align: center;
	width: 490px;
}

#inhalt .csc-frame-indent3366 {
	width: 240px;
	float: left;
	background-color: #eee;
	padding: 20px;
}
#inhalt .csc-frame-indent6633 {
	width: 640px;
	margin-right: 20px;
	margin-top: -25px;
	margin-bottom: 20px;
	float: left;
}
#inhalt .csc-frame-indent6633 TD {
	padding: 0px 30px 0px 0px;
	width: 130px;
	vertical-align: middle;
	border-collapse: collapse;
	border: 0px solid green;
}
#inhalt .csc-frame-indent6633 TD IMG {
	padding-left: 0px;
	padding-top: 0px;
}
#inhalt .csc-frame-indent6633 TD P {
	text-align: center;
	margin: 5px 0px 5px 0px;
}

#inhalt .csc-frame-invisible {
	width: 100%;
	clear: both;
	display: none;
}
#inhalt .csc-frame-rulerBefore {
	border-bottom: 1px solid #000;
	height: 20px;
	margin: 0px 0px 0px 0px;
	clear: both;
	width: 880px;
}
#inhalt .csc-frame-rulerAfter {
width: 100%;
height: 10px;
background-color: #fff;
clear: both;
border-bottom: 1px solid #666;
}

/* Maschinenliste - Listenansicht */
.tx-usprodlist-pi1{
	margin-top: 0px;
}
#reihe {
	background-image: url(images/bg_maschinenliste.gif);
	background-repeat: no-repeat;
	width: 950px;
}
#reihe .bild {
	width: 140px;
	float: left;
	text-align: center;
	border: 1px solid #666;
}
#reihe .bild IMG {
	margin: auto;
	text-align: center;
	border-top: 10px solid #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}
#reihe .bild .count {
	font-size: 12px;
	color: #999;
}
#reihe .kategorie {
	width: 48px;
	float: left;
	text-align: left;
	font-size: 10px;
	margin-right: 10px;
}
#reihe .text {
	width: 600px;
	font-size: 14px;
	float: left;
}
#reihe .text .bodytext {
	padding-left:0px;
}
#reihe .text .titel {
	font-size: 14px;
	padding: 3px 0px 0px 0px;
}
#reihe .text .titel A {
	color: #333;
	font-weight: bold;
}
#reihe .text .titel A:HOVER {
	color: #e2001a;
}
#reihe .mehr {
	width: 140px;
	height: 40px;
	margin-top: 40px;
	font-size: 14px;
	text-align: left;
	float: left;
}
#reihe .mehr A {
	color: #e2001a;
	font-weight: normal;
	padding-left: 20px;
}
#trenner {
	width: 940px;
	height: 10px;
	clear: both;
}
/* Maschinenliste: Detail */
#detail {
	width: 100%;
}
#detail .text {
	width: 450px;
	float: left;
	margin-right: 40px;
	height: 600px;
}
#detail .text H1 {
	text-transform: none;
	font-size: 18px;
	padding-top: 0px;
	color: #333;
}
#detail #bilder {
	margin-top: 0px;
	width: 445px;
	float: left;
	text-align: left;
}
#detail #bilder .bild {
	margin-top: 10px;
	width: 440px;
	height: 440px;
	background-color: #fff;
	text-align: left;
	position: absolute;
	top: 260px;
}
#detail #bilder .bild #bild0 {
	visibility: visible;
	position: absolute;
	border: 1px solid #999;
}
#detail #bilder .bild #bild0 IMG {
	border-top: 19px solid #fff;
	border-right: 19px solid #fff;
	border-left: 19px solid #fff;	
	border-bottom: 0px solid #fff;
}
#detail #bilder .bild #bild1 {
	visibility: hidden;
	position: absolute;
	border: 1px solid #999;
}
#detail #bilder .bild #bild1 IMG {
	border-top: 19px solid #fff;
	border-right: 19px solid #fff;
	border-left: 19px solid #fff;	
	border-bottom: 0px solid #fff;
}
#detail #bilder .bild #bild2 {
	visibility: hidden;
	position: absolute;
	border: 1px solid #999;
}
#detail #bilder .bild #bild2 IMG {
	border-top: 19px solid #fff;
	border-right: 19px solid #fff;
	border-left: 19px solid #fff;	
	border-bottom: 0px solid #fff;
}
#detail #bilder .bild #bild3 {
	visibility: hidden;
	position: absolute;
	border: 1px solid #999;
}
#detail #bilder .bild #bild3 IMG {
	border-top: 19px solid #fff;
	border-right: 19px solid #fff;
	border-left: 19px solid #fff;	
	border-bottom: 0px solid #fff;
}
#detail #bilder .bild #bild4 {
	visibility: hidden;
	position: absolute;
	border: 1px solid #999;
}
#detail #bilder .bild #bild4 IMG {
	border-top: 19px solid #fff;
	border-right: 19px solid #fff;
	border-left: 19px solid #fff;	
	border-bottom: 0px solid #fff;
}
#detail #bilder .bild #bild5 {
	visibility: hidden;
	position: absolute;
	border: 1px solid #999;
}
#detail #bilder .bild #bild5 IMG {
	border-top: 19px solid #fff;
	border-right: 19px solid #fff;
	border-left: 19px solid #fff;	
	border-bottom: 0px solid #fff;
}
#detail #bilder .preview {
	width: 450px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 180px;	
}
#detail #bilder .preview .vorschau {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 3px;
	border: 1px solid #999;
	text-align: center;
}
#detail #bilder .preview .vorschau TABLE {
	width: 100%;
	border-collapse: collapse;
}
#detail #bilder .preview .vorschau TABLE TD {
	height: 70px;
	vertical-align: middle;
	
}
#detail #bilder .preview .vorschau IMG {
	margin: auto;
	margin-left: 3px;
}
#detail .bild .img-more {
	font-size: 14px;
	color: #666;
	margin-left:19px;
	margin-top: 3px;
}
#detail .text .datum {
	font-size: 14px;
	color: #666;
}

#detail .backlink {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

/* WFQBE Suchformular */
#wfqbe_id_notset_form {
	font-size: 14px;
	width: 250px;
}
#wfqbe_id_notset_form LABEL {
	font-weight: bold;
	margin-right: 10px;
	padding-top: 10px;
}
#wfqbe_id_notset_form #FIELD_WFQBE_SWORT_1 {
	margin-top: 5px;
	width: 200px;
}
#wfqbe_id_notset_form #FIELD_WFQBE_KATEGORIE_2 {
	margin-top: 5px;
}
#wfqbe_id_notset_form #FIELD_WFQBE_MASCHINENART_3 {
	margin-top: 5px;
}
#wfqbe_id_notset_form .wfqbe_block {
	margin-top: 10px;
}

#wfqbe_searchlist TABLE.wfqbe_table_results {
	background-color: #fff;
	border-collapse: collapse;
	width: 100%;
}
#wfqbe_searchlist TABLE.wfqbe_table_results TH {
	font-size: 14px;
	text-align: left;
	padding: 5px 20px 5px 5px;
	border-bottom: 1px solid #333;
}
#wfqbe_searchlist TABLE.wfqbe_table_results TD {
	padding: 5px 20px 5px 5px;
	border-bottom: 1px solid #666;
	vertical-align: middle;
	height: 75px;
	/*
	background-image: url(/fileadmin/templates/images/dummy-list.gif);
	background-repeat: no-repeat;
	*/
}

#wfqbe_searchlist .navigation {
	width: 940px;
	font-size: 14px;
	margin-top: 10px;
	clear: both;
}
#wfqbe_searchlist .navigation .back {
	width: 117px;
	float: left;
}
#wfqbe_searchlist .navigation .wfqbe_browser {
	width: 300px;
	float: left;
}

/* Mailformular Information anfordern */

TABLE.infomail {
	background-color: #fff;
	width: 540px;
	float: left;
}
TABLE.infomail TD {
	vertical-align: middle ! important;
}
TABLE.infomail TD.first {
	vertical-align: top ! important;
	line-height: 25px;
	font-weight: normal;
}
TABLE.infomail TEXTAREA {
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	width: 400px;
	margin-left: 10px;
}
TABLE.infomail INPUT {
	font-size: 14px;
	width: 400px;
	margin-left: 10px;
}
TABLE.infomail INPUT.plz {
	width: 50px;
}
TABLE.infomail INPUT.checkbox {
	width: 20px;
	margin-right: 10px;
}
TABLE.infomail INPUT.ort {
	width: 340px;
}
TABLE.infomail INPUT.button {
	width: 100px;
	margin-left: 10px;
	margin-top: 10px;
}
TABLE.infomail SELECT {
	width: 100px;
	margin-left: 10px;
}
.bildinfo {
	width: 300px;
	margin-top: 55px;
	float: right;
	text-align: right;
}
.bildinfo IMG {
	border: 1px solid #999;
	padding: 10px;
}
.bildinfo .text {
	font-size: 11px;
	color: #666;
	line-height: 20px;
	
}


/* Mailformular Kontakt */
#inhalt TABLE.csc-mailform TD {
	border: 0px solid silver;
	vertical-align: top ! important;
	line-height: 14px;
}
#inhalt TABLE.csc-mailform TD P {
	line-height: 14px;
	padding: 0;
	margin: 3px 10px 7px 0px;
}

/* News /Aktuelles */
#inhalt .news-latest-item {
	border-bottom: 1px solid #999;
}
#inhalt .news-latest-container {
	margin-bottom: 20px;
}
#inhalt .news-latest-container .text {
	float: left;
}
#inhalt .news-latest-container .news-latest-date {
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 60px;
	margin-bottom: 5px;
	margin-top: 15px;
	float: left;
}
#inhalt .news-latest-container .news-latest-header {
	background-color: #fff;
	margin-bottom: 5px;
	margin-top: 15px;
	float: left;
}
#inhalt .news-latest-container .news-latest-header H3{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#inhalt .news-latest-container .news-latest-header H3 A {
	color: #444;
}
#inhalt .news-latest-container .news-latest-header H3 A:HOVER {
	color: #e2001a;
}
#inhalt .news-latest-container .textbild {
	float: left;
	width: 140px;
}
#inhalt .news-latest-container .text {
width: 290px;
}
#inhalt .news-latest-container .text .news-latest-date  {
width: 290px;
margin: 10px 0px 0px 0px;
}
#inhalt .news-latest-container .text .news-latest-header  {
width: 290px;
margin: 5px 0px 5px 0px;
}
#inhalt .news-latest-container .textbild IMG {
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid black;
}
#inhalt .news-latest-container .news-latest-morelink {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
}
#inhalt .news-latest-container .news-latest-morelink A {
	background-image: url(templates/images/arrow_to_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	font-size: 14px;
	text-align: right;
}
#inhalt .news-latest-container .clearer{
	width: 100%;
	clear: both;
}
#inhalt .news-single-item .text {
	width: 410px;
	float: left;
	margin-right: 10px;
}
#inhalt .news-single-item .news-single-img {
	width: 300px;
	text-align: right;
	margin-bottom: 20px;
	float: left;
}
#inhalt .news-single-item .news-single-backlink A {
	background-image: url(templates/images/arrow_to_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 14px;
	font-size: 14px;
}
#inhalt .news-single-item .news-single-imgcaption {
	padding: 0;
	margin: 0px 0px 0px 0px;
	color: #999;
	font-size: 11px;
}
#inhalt .news-single-item .news-single-additional-info {
	font-size: 14px;
	width: 210px;
	padding: 10px 0px 0px 0px;
	margin-left: 10px;
	float: left;
	background-color: #eee;
	background-image: url(templates/images/bg-additional-info.gif); 
	background-repeat: repeat-x;
}
#inhalt .news-single-item .news-single-additional-info DL {
	width: 200px;
	display: block;
	padding: 15px 5px 0px 5px;
	font-weight: bold;
	color: #444;
}
#inhalt .news-single-item .news-single-additional-info DD {
	width: 190px;
	display: block;
	padding: 5px 0px 0px 0px;
	margin: 0;
}
.tx-rggooglemap-pi1 {
	margin-top: 20px;
}
#tx-rggooglemap-cat {
	display: none;
}
.gmnoprint {

}
.rggooglemap-menu-descr {
font-size: 12px;
}
} /* ENDE @media screen */


























/* BEGINN MEDIA - PRINT  */
@media print {
/*----------- allgemeines HTML ----------------*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
IMG {
	border: none;
}
/*---------------- Seitenlayout ----------------*/
#seite {
	width: 100%;
}
#kopf {
	display: none;
}
#kopf-print {
	width: 100%;
	height: 80px;
	margin: 0;
	border-bottom: 1px solid #999999;
}
#kopf-print .logo {
	width: 230px;
	height: 80px;
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
}
#menue {
	display: none;
}
#menu-fix {
	display: none;
}
.untermenue {
	display: none;
}
#inhalt {
	width: 100%;
	margin-left: 0px;
	margin-top: 40px;
	clear: both;
}
#fuss{
	width:100%;
	height: 25px;
	background-color: #c6c5c4;
	margin-top: 20px;
	clear: both;
	border-top: 1px solid #999999;
}


/*---------------- Fuß----------------*/
#fuss TABLE {
	padding-left: 0px;
	width: 100%;
}
#fuss TD {
	font-size: 11px;
	color: #444444;
	padding-top: 4px;
}
#fuss TD A {
	color: #444444;
	text-decoration: none;
}
#fuss TD A:HOVER {
	text-decoration: underline;
}

/*---------------- INHALT ----------------*/

#inhalt H1 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
	padding: 0;
	color: #333;
}
#inhalt H1.csc-firstHeader {
	padding-top: 0px;
	margin-top: 0px;
}

#inhalt H2 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	text-transform: none;
	letter-spacing: 0px;
	color: #444;
}
#inhalt H3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
}
#inhalt .bodytext {
	font-size: 14px;
	line-height: 1.5em;
	margin: 5px 0px 5px 0px;
}
#inhalt TABLE {
	font-size: 14px;
}
#inhalt TABLE CAPTION {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #e2001a;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 20px;
}
	
#inhalt TD {
	vertical-align: top;
	margin: 0; 
	padding: 0;
	border-collapse: collapse;
}
#inhalt TD P.bodytext {
	padding: 0px 0px 0px 0px;
	margin: 0;
}
#inhalt BLOCKQUOTE {
	display: none;
}
#inhalt .katalog {
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #e2001a;
	border-collapse: collapse;
}
#inhalt .katalog TH {
	padding-right: 10px;
	text-align: left;

}
#inhalt .katalog TD {
	background-color: #fff;
	padding: 0px;
	vertical-align: middle;
	border-top: 1px solid #999;
	border-collapse: collapse;
}
#inhalt .katalog TD P {
	margin: 3px 0px 7px 0px;
	padding: 0;
}
#inhalt .katalog TD IMG {
	margin: 10px 5px 10px 0px;
	padding: 0;
	border: 1px solid #333;
}
#inhalt .adresse {
	width: 900px;
}
#inhalt .rot {
	color: #e2001a;
}
#inhalt .adressen TH {
	padding-right: 10px;
	text-align: left;
}
#inhalt .adresse TD {
	background-color: #fff;
	padding: 0px;
	width: 225px;
	vertical-align: middle;
	border-collapse: collapse;
	border: 0px solid green;
}
#inhalt .adresse TD P {
	padding-right: 50px;
	margin: 5px 0px 5px 0px;
}
#inhalt .adresse TD IMG {
	margin: 10px 5px 10px 0px;
	padding: 0;
}

#inhalt .csc-caption {
	font-size: 10px;
	color: #666;
}
#inhalt UL LI {
	font-size: 14px;
	padding: 2px 0px 3px 0px;
}
#inhalt A, #inhalt A:LINK {
	color: #e2001a;
	text-decoration: none;
} 
#inhalt A:ACTIVE, #inhalt A:HOVER {
	text-decoration: underline;
}
#inhalt A.mehr, #inhalt DIV.mehr A {
	display: none;
}
#inhalt .backlink A {
	display: none;
}

/* Frame 1 für 2spaltige Inhalte feste Höhe TBL 180PX */
#inhalt .csc-frame-frame1 {
	width: 45%;
	margin-right: 20px;
	float: left;
}
#inhalt .csc-frame-frame1 .csc-textpicHeader H1 {
	margin-top: 0px ! important;
}
#inhalt .csc-frame-frame1 TABLE {
	background-color: #fff;
}
#inhalt .csc-frame-frame1 TABLE {
	height: 180px;
	vertical-align: top;
}
#inhalt .csc-frame-frame1 TABLE IMG {
	margin-right: 0px;
	border: 0px solid red;
}

/* Frame 2 für 2spaltige Inhalte freie Höhe TBL */
#inhalt .csc-frame-frame2 {
	width: 45%;
	margin-right: 30px;
	background-color: #fff;
	float: left;
}
#inhalt .csc-frame-frame2 .csc-header-n2 H1, #inhalt .csc-frame-frame2 .csc-header-n2 H2 {
	margin-top: 0px ! important;
}
#inhalt .csc-frame-frame2 H2 {
	margin: 20px 0px 5px 0px;

}
#inhalt .csc-frame-frame2 TABLE {
	background-color: #fff;
}
#inhalt .csc-frame-frame2 TABLE {
	vertical-align: top;
}
#inhalt .csc-frame-frame2 TABLE IMG {
	margin-right: 0px;
	border: 0px solid red;
}
#inhalt .csc-frame-indent3366 {
	width: 240px;
	float: left;
	background-color: #eee;
	padding: 20px;
}
#inhalt .csc-frame-indent6633 {
	width: 640px;
	margin-right: 20px;
	margin-top: -40px;
	margin-bottom: 20px;
	float: left;
}
#inhalt .csc-frame-indent6633 TD {
	padding: 0px 30px 0px 0px;
	width: 130px;
	vertical-align: middle;
	border-collapse: collapse;
	border: 0px solid green;
}
#inhalt .csc-frame-indent6633 TD IMG {
	padding-left: 0px;
	padding-top: 20px;
}
#inhalt .csc-frame-indent6633 TD P {
	text-align: center;
	margin: 5px 0px 5px 0px;
}

#inhalt .csc-frame-invisible {
	width: 100%;
	clear: both;
	display: none;
}
#inhalt .csc-frame-rulerBefore {
	border-bottom: 1px solid #000;
	height: 20px;
	margin: 0px 0px 0px 0px;
	clear: both;
	width: 880px;
}


/* Maschinenliste - Listenansicht */
.tx-usprodlist-pi1{
	margin-top: 0px;
}
#reihe {
	background-color: #fff;
	width: 660px;
	overflow: hidden;
}
#reihe .bild {
	width: 140px;
	float: left;
	text-align: center;
	border: 1px solid #999;
}
#reihe .bild IMG {
	margin: auto;
	text-align: center;
	padding: 10px;
}
#reihe .kategorie {
	display: none;
}
#reihe .text {
	width: 300px;
	margin-left: 20px; 
	font-size: 10px ! important;
	float: left;
}
#reihe .text .bodytext {
	font-size: 10px ! important;
}
#reihe .text .titel {
	font-size: 12px ! important;
}
#reihe .text .titel A {
	color: #333;
	font-weight: bold;
}
#reihe .text .titel A:HOVER {
	color: #e2001a;
}
#reihe .mehr {
	width: 140px;
	display: none;
}
#reihe .mehr A {
	color: #e2001a;
	font-weight: normal;
}
#trenner {
	width: 660px;
	height: 20px;
margin-top: 10px;
	border-top: 1px solid grey;
	clear: both;
}
/* Maschinenliste: Detail@print */
#detail {
	width: 100%;
}
#detail .text {
	width: 320px;
	float: left;
margin-right: 20px;
}
#detail .text H1 {
	font-size: 18px;
}
#detail #bilder {
width: 320px;
float: left;
}
#detail .bild {
	width: 410px;
	background-color: #fff;
	text-align: left;
}
#detail .bild #bild0 {
	visibility: visible;
}
#detail .bild #bild0 IMG {
	padding: 5px;
	border: 1px solid #999;
	width: 75%;
	height: 75%;
	margin-bottom: 10px;
}
#detail .bild #bild1 {
	visibility: visible;
}
#detail .bild #bild1 IMG {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #999;
	width: 75%;
	height: 75%;
	margin-bottom: 10px;
}
#detail .bild #bild2 {
	visibility: visible;
}
#detail .bild #bild2 IMG {
	padding: 5px;
	border: 1px solid #999;
	width: 75%;
	height: 75%;
	margin-bottom: 20px;
}
#detail .bild #bild3 {
	visibility: hidden;
	position: absolute;
}
#detail .bild #bild3 IMG {
	padding: 5px;
	border: 1px solid #999;
}
#detail .bild #bild4 {
	visibility: hidden;
	position: absolute;
}
#detail .bild #bild4 IMG {
	padding: 19px;
	border: 1px solid #999;
}
#detail .bild #bild5 {
	visibility: hidden;
	position: absolute;
}
#detail .bild #bild5 IMG {
	padding: 19px;
	border: 1px solid #999;
}
#detail #bilder .preview {
	display: none;
	margin-top: 20px;
}
#detail .bild .img-more {
	display: none;
}
#detail .text .datum {
	font-size: 14px;
	color: #666;
}

#detail .backlink {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

/* WFQBE Suchformular */
#wfqbe_id_notset_form {
	font-size: 12px;
	width: 250px;
}
#wfqbe_id_notset_form LABEL {
	font-weight: bold;
	margin-right: 10px;
	padding-top: 10px;
}
#wfqbe_id_notset_form #FIELD_WFQBE_SWORT_1 {
	margin-top: 5px;
	width: 200px;
}
#wfqbe_id_notset_form #FIELD_WFQBE_KATEGORIE_2 {
	margin-top: 5px;
}
#wfqbe_id_notset_form #FIELD_WFQBE_MASCHINENART_3 {
	margin-top: 5px;
}
#wfqbe_id_notset_form .wfqbe_block {
	margin-top: 10px;
}

#wfqbe_searchlist TABLE.wfqbe_table_results {
	background-color: #fff;
	border-collapse: collapse;
	width: 100%;
}
#wfqbe_searchlist TABLE.wfqbe_table_results TH {
	font-size: 12px;
	text-align: left;
	padding: 5px 20px 5px 5px;
	border-bottom: 1px solid #333;
}
#wfqbe_searchlist TABLE.wfqbe_table_results TD {
	padding: 5px 20px 5px 5px;
	border-bottom: 1px solid #e2001a;
	vertical-align: middle;
	height: 75px;
	/*
	background-image: url(/fileadmin/templates/images/dummy-list.gif);
	background-repeat: no-repeat;
	*/
}

#wfqbe_searchlist .navigation {
	width: 940px;
	font-size: 12px;
	margin-top: 10px;
	clear: both;
}
#wfqbe_searchlist .navigation .back {
	width: 117px;
	float: left;
}
#wfqbe_searchlist .navigation .wfqbe_browser {
	width: 300px;
	float: left;
}

/* Mailformular Information anfordern */

TABLE.infomail {
	background-color: #fff;
	width: 540px;
	float: left;
}
TABLE.infomail TD {
	vertical-align: middle ! important;
}
TABLE.infomail TD.first {
	vertical-align: top ! important;
	line-height: 25px;
	font-weight: bold;
}
TABLE.infomail TEXTAREA {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	width: 400px;
	margin-left: 10px;
}
TABLE.infomail INPUT {
	font-size: 12px;
	width: 400px;
	margin-left: 10px;
}
TABLE.infomail INPUT.plz {
	width: 50px;
}
TABLE.infomail INPUT.checkbox {
	width: 20px;
	margin-right: 10px;
}
TABLE.infomail INPUT.ort {
	width: 340px;
}
TABLE.infomail INPUT.button {
	width: 100px;
	margin-left: 10px;
	margin-top: 10px;
}
TABLE.infomail SELECT {
	width: 100px;
	margin-left: 10px;
}
.bildinfo {
	display: none;
}


/* Mailformular Kontakt */
#inhalt TABLE.csc-mailform TD {
	border: 0px solid silver;
	vertical-align: top ! important;
	line-height: 14px;
}
#inhalt TABLE.csc-mailform TD P {
	line-height: 14px;
	padding: 0;
	margin: 3px 10px 7px 0px;
}

/* News /Aktuelles */
#inhalt .news-latest-item {
	border-bottom: 1px solid #999;
}
#inhalt .news-latest-container .news-latest-date {
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 60px;
	margin-bottom: 5px;
	margin-top: 15px;
	float: left;
}
#inhalt .news-latest-container .news-latest-header {
	background-color: #fff;
	width: 365px;
	margin-bottom: 5px;
	margin-top: 15px;
	float: left;
}
#inhalt .news-latest-container .news-latest-header H3{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#inhalt .news-latest-container .news-latest-header H3 A {
	color: #444;
}
#inhalt .news-latest-container .news-latest-header H3 A:HOVER {
	color: #e2001a;
}
#inhalt .news-latest-container .textbild {
	width: 100%;
}
#inhalt .news-latest-container .textbild .bild {
	float: right;
}
#inhalt .news-latest-container .textbild IMG {
	float: right;
	padding-left: 10px;
	padding-top: 0px;
	border: 0px solid black;
}
#inhalt .news-latest-container .news-latest-morelink {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
}
#inhalt .news-latest-container .news-latest-morelink A {
	background-image: url(templates/images/arrow_to_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	font-size: 12px;
	text-align: right;
}
#inhalt .news-latest-container .clearer{
	width: 100%;
	clear: both;
}
#inhalt .news-single-item .text {
	width: 410px;
	float: left;
	margin-right: 10px;
}
#inhalt .news-single-item .news-single-img {
	width: 300px;
	text-align: right;
	margin-bottom: 20px;
	float: left;
}
#inhalt .news-single-item .news-single-backlink A {
	background-image: url(templates/images/arrow_to_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
	font-size: 12px;
}
#inhalt .news-single-item .news-single-imgcaption {
	padding: 0;
	margin: 0px 0px 0px 0px;
	color: #999;
	font-size: 11px;
}
#inhalt .news-single-item .news-single-additional-info {
	font-size: 12px;
	width: 210px;
	padding: 10px 0px 0px 0px;
	margin-left: 10px;
	float: left;
	background-color: #eee;
	background-image: url(templates/images/bg-additional-info.gif); 
	background-repeat: repeat-x;
}
#inhalt .news-single-item .news-single-additional-info DL {
	width: 200px;
	display: block;
	padding: 15px 5px 0px 5px;
	font-weight: bold;
	color: #444;
}
#inhalt .news-single-item .news-single-additional-info DD {
	width: 190px;
	display: block;
	padding: 5px 0px 0px 0px;
	margin: 0;
}
#tx-rggooglemap-cat {
	display: none;
}
} /* ENDE MEDIA - PRINT */