/* @group Basics */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*line-height: 1.5;*/
}

img {
	border: 0;
}

ul, ol {
	list-style: none;
}

#fwLeft i, #fwFooter i {
	display: none;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

p.align-center {
	text-align: center;
}

/* @end */

/* @group typo3-base Framework */

body {
	text-align: center;
	background-image: url(../img/bg.png);
}

#fw {
	text-align: left;
	width: 884px;
	margin: 0 auto;
}

#fwInner {
	padding: 16px 16px 0 16px;
	position: relative;
	background-color: #FFF;
}

#fwSiteservice {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#fwSiteservice ul li {
	float: left;
	margin-left: 10px;
}

#fwLeft {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 170px;
	padding-bottom: 50px;
}

/* @group left */

#fwLogo {
}
#fwLogo a {
	display: block;
	background: url(../img/logo_de.png) no-repeat;
	width: 170px;
	height: 61px;
}
#fwLogo.en a {
	background-image: url(../img/logo_en.png);
}
#fwLogo.fr a {
	background-image: url(../img/logo_fr.png);
}

#fwLang {
	margin-top: 50px;
}
#fwLang ul {
	height: 15px;
	position: relative;
}
#fwLang ul li {
	float: left;
}

#fwLang ul li.lang0 {}
#fwLang ul li.lang2 { float: right; }
#fwLang ul li.lang1 {}

#fwLang ul li a {
	color: #757d80;
	display: block;
	margin-left: 15px;
}
#fwLang ul li:first-child a {
	margin-left: 0;
}
#fwLang ul li a:hover,
#fwLang ul li a.current {
	color: #000;
	/*text-decoration: none;*/
}

#fwNav {
	margin-top: 10px;
	border-top: 2px solid #bfc4c7;
	padding-top: 10px;
}
#fwNav ul {
	
}
#fwNav ul li {
	
}

#fwNav ul li a {
	display: block;
	color: #F00;
	padding: 4px 7px;
	margin: 2px 0;
}

#fwNav ul li.active a, #fwNav ul li.current a {
	color: #000;
	font-weight: bold;
}

#fwNav ul li ul li a,
#fwNav ul li.active ul li a,
#fwNav ul li.current ul li a {
	color: #757d80;
	padding-left: 17px;
	font-weight: normal;
}
#fwNav ul li ul li a:hover {
	color: #000;
	/*text-decoration: none;*/
}
#fwNav ul li ul li.current a {
	color: #FFF;
	background-color: #F00;
}

#fwQuick {
	margin-top: 10px;
	border-top: 2px solid #bfc4c7;
	padding-top: 10px;
}
#fwQuick ul {
	
}
#fwQuick ul li {
	
}

#fwQuick ul li a {
	display: block;
	color: #F00;
	padding: 3px 7px;
}

/* @end */

#fwPre {
	margin-left: 242px;
	min-height: 136px;
}

#fwBody {
	margin-left: 242px;
	padding-bottom: 10px;
	min-height: 450px;
}

/* @group body */

#fwBody #fwTop {
	padding: 5px;
}
#fwBody #fwTop a {
	font-size: 11px;
	color: #F00;
}



/* @end */

#fwFooter {
}

/* @group footer */

#fwFooter ul {
	height: 38px;
	padding-left: 7px;
}
#fwFooter ul li {
	float: left;
	display: block;
}
#fwFooter ul li:first-child {
	border-left: none;
}
#fwFooter ul li a, #fwFooter ul li span {
	display: block;
	padding: 0 10px;
	font-size: 11px;
	margin-top: 8px;
	border-left: 1px solid #bfc4c7;
}
#fwFooter ul li a {
	color: #F00;
}
#fwFooter ul li span {
	color: #404447;
}
#fwFooter ul li:first-child a, #fwFooter ul li:first-child span {
	border-left: none;
	padding-left: 0px;
}
#fwFooter ul li#footerM {
	float: right;
	display: block;
	width: 45px;
	height: 30px;
	background: url(../img/bg_footer_m.png) no-repeat 15px 0;
}


/* @end */

#fwLinks {
	padding: 16px 23px;
	color: #CCC;
}
#fwLinks a {
	color: #CCC;
}

/* @end */

/* @group Content Elements */

#fwBody h1, #fwBody h2, #fwBody p, #fwBody strong, #fwBody li, #fwBody i, #fwBody a {
	color: #404142;
}

#fwBody h1, #fwBody p, #fwBody ul {
	margin: 16px 0;
}

#fwBody h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 16px 0;
}
#fwBody h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 16px 0;
}

#fwBody a {
	text-decoration: underline;
}
#fwBody a:hover {
	color: #000;
}

#fwBody p {
}

#fwBody ul {
	list-style: circle;
	padding-left: 16px;
}

#fwBody ol {
	list-style: decimal;
	padding-left: 16px;
}

#fwBody ul li, #fwBody ol li {
	margin: 4px 0;
}

#fwBody table.contenttable {
	width: 100%;
}
#fwBody table.contenttable tr td {
	vertical-align: top;
}
#fwBody table.contenttable tr td p {
	margin: 0 0 20px 0;
}

#fwBody .content-dunkelgrau,
#fwBody .content-hellgrau,
#fwBody .content-bild,
#fwBody .homeFrame {
	border-top: 2px solid #bfc4c7;
	padding: 1px 16px;
	background-color: #e1e5e7;
	position: relative;
}

#fwBody .content-hellgrau {
	background-color: #f1f5f7;
}

#fwBody .content-bild,
#fwBody .content-bild p {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	line-height: 0;
}

#fwBody a.download img {
	padding-right: 19px;
	background: url(../img/zoom.png) no-repeat right bottom;
	margin-right: 3px;
}

/* @group Contact */

.csc-mailform {
	border: none;
}

.csc-mailform .csc-mailform-field {
	padding-bottom: 5px;
}

.csc-mailform .csc-mailform-field label {
	display: block;
	width: 100px;
	float: left;
}

.csc-mailform .csc-mailform-field .csc-mailform-label {
	display: block;
	margin-left: 100px;
	padding-top: 20px;
}

.csc-mailform .csc-mailform-field.csc-mailform-field-text .input input.text {
	width: 300px;
} 
.csc-mailform .csc-mailform-field.csc-mailform-field-text .input textarea {
	width: 470px;
} 

.csc-mailform .csc-mailform-field input.submit {
	margin: 20px 0 20px 100px;
}

/* @end */


/* @group filterChooser */

#filterChooser {
	height: 85px;
}
#filterChooser ul {
	list-style: none;
}
#filterChooser ul li {
	float: left;
	margin-left: 6px;
}
#filterChooser ul li:first-child {
	margin-left: 0;
}
#filterChooser ul li a {
	display: block;
	width: 302px;
	/*color: #757d80;*/
	color: #404142;
	background: url(../img/bg_filterChooser.png) repeat-x -302px 0;
	padding: 45px 0 0 0;
	font-weight: bold;
}
#filterChooser ul li a:hover,
#filterChooser ul li.current a,
#filterChooser ul li.active a {
	text-decoration: none;
	color: #404142;
	background-position: 0 0;
}
#filterChooser ul li.current a,
#filterChooser ul li.active a {
	font-weight: bold;
}

/* @end */

/* @group subFilter */

.subFilter {
	width: 616px;
	overflow: hidden;
	margin-bottom: 16px;
}
.subFilter ul {
	list-style: none;
}
.subFilter ul li {
	float: left;
	margin-right: 5px;
}
.subFilter ul li a {
	display: block;
	width: 118px;
	color: #757d80;
	padding: 45px 0 10px 0;
	height: 20px;
	font-size: 11px;
	background: url(../nav/subFilter_0.png) repeat-x;
}
.subFilter ul li.current a, .subFilter ul li a:hover {
	background-position: -118px 0;
	color: #404142;
	text-decoration: none;
}

/* @end */

/* @group sitemap */

.csc-sitemap ul ul {
	margin-left: 20px;
}

/* @end */

/* @group overview */

#fwBody .overview {
	width: 616px;
	overflow: hidden;
	margin-bottom: 16px;
}
#fwBody .overview ul {
	list-style: none;
	padding: 0;
}
#fwBody .overview ul li {
}
#fwBody .overview ul li a {
	display: block;
	color: #757d80;
	text-decoration: none;
	background: #f1f5f7 url(../nav/subFilter_0.png) repeat-x;
}
#fwBody .overview ul li a span {
	display: block;
	height: 37px;
	line-height: 37px;
	font-size: 18px;
	overflow: hidden;
	margin-left: 118px;
	background-color: #FFF;
	padding-left: 16px;
}
#fwBody .overview ul li a:hover {
	background-position: -118px 0;
	/*color: #404142;*/
	text-decoration: none;
}



/* @end */



/* @end */

/* @group home */

#homeHead, #homeHead img {
	line-height: 0;
}

.home #fwBody .csc-frame-frame1 {
	border-top-color: #FFF;
}

#fwBody .homeFrame {
	border-top: none;
	background: url(../img/home_frame.png) repeat;
}
#fwBody .homeFrame h1, #fwBody .homeFrame h2 {
	color: #FFF;
}

.home #fwBody a {
	text-decoration: none;
}

/* @end */

/* @group download */

.download #fwBody div.content-hellgrau h1 {
	font-size: 18px;
}

/* @end */

/* @group productList */

#fwBody ul.productList {
	list-style: none;
	padding: 0;
	width: 580px;
	overflow: hidden;
}

#fwBody .productList li {
	float: left;
	padding: 0 20px 10px 0;
}

#fwBody .productList li a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	height: 115px;
	overflow: hidden;
}
#fwBody .productList li a span {
	display: block;
	height: 80px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 5px;
}
#fwBody .productList li a span i {
	display: none;
}

#fwBody .productList li a.a { width: 125px; }
#fwBody .productList li a.b { width: 270px; }
#fwBody .productList li a.c { width: 415px; }
#fwBody .productList li a.c { width: 560px; }

#fwBody .productList li a:hover {
	text-decoration: underline;
	/*background-color: #e1e5e7;*/
}

/* @group Sonderfälle */

/* @group Bastlermesser 270x112 */
#fwBody .productList li#prod211000 a { height: 137px; }
#fwBody .productList li#prod211000 a span { height: 112px; }
/* @end */

/* @group Workstation MOZART 125x185 */
#fwBody .productList li#prod20031 a { height: 210px; }
#fwBody .productList li#prod20031 a span { height: 185px; }
/* @end */

/* @group Abstoßmesser MOZART 270x113 */
#fwBody .productList li#prod160000 a { height: 138px; }
#fwBody .productList li#prod160000 a span { height: 113px; }
/* @end */

/* @group SpeedTrimmer 270x113 */
#fwBody .productList li#prod161000 a { height: 208px; }
#fwBody .productList li#prod161000 a span { height: 183px; }
/* @end */

#fwBody .productList li#prod211000,
#fwBody .productList li#prod20031,
#fwBody .productList li#prod160000,
#fwBody .productList li#prod161000 {
	float: none;
	clear: both;
}

/* @end */

/* @end */

/* @group productDetail */

.productDetail {
}

.productDetail .image {
	padding-bottom: 16px;
}

.productDetail .image img {
}

.productDetail .image a {
	padding-bottom: 16px;
	background: url(../img/zoom.png) no-repeat right bottom;
}

.productDetail table {
	padding-bottom: 16px;
	border-collapse: collapse;
}
.productDetail table.details {
	margin-bottom: 32px;
}
.productDetail table.list {
	width: 100%;
}

.productDetail table tr th,
.productDetail table tr td {
	text-align: center;
	vertical-align: top;
	padding: 3px;
	border-bottom: 1px solid #CCC;
}
.productDetail table tr.noBorder th,
.productDetail table tr.noBorder td {
	border-bottom: none;
}
.productDetail table tr td.versions {
	padding: 0;
	text-align: left;
}
.productDetail table.details tr th,
.productDetail table.details tr td {
	text-align: left;
}


.productDetail table table {
	padding-bottom: 0;
}
.productDetail table table tr th,
.productDetail table table tr td {
	border-bottom: none;
	text-align: left;
}

/* @end */

/* @group messeBox */

.messeBox {
	background-color: #516066;
	width: 175px;
	margin: 10px 0;
	padding: 1px;
}

.messeBox a.image {
	background-color: #FFF;
	height: 160px;
	display: block;
}
.messeBox a.image i {
	display: none;
}
.messeBox .text {
	color: #FFF;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	height: 17px;
}

/* @end */

/* @group messeListe */

.messeListe .messeBox {
	float: left;
	margin-right: 10px;
}

/* @end */

/* @group kataloge */

.kataloge h2 {
	font-size: 14px;
	font-weight: bold;
	clear: left;
}

.kataloge ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 32px;
}

.kataloge ul li {
	margin: 0;
	padding: 0 0 20px 0;
	display: block;
	float: left;
	width: 270px;
	
}

.kataloge ul li img {
	float: left;
	padding-right: 10px;
}

/* @end */

/* @group produkt-des-jahres */

#pdj {
	position: absolute;

	top: 100px;
	left: 630px;

	width: 200px;
	height: 200px;
	
	z-index: 1000;
}

#pdj .png {
	display: block;
}

#pdj .gif {
	display: none;
}

/* @end */































