@charset "UTF-8";
/* CSS Document */

/*typography*/

body {
    background-color: #dedede;
    color: #333;
}

p, li, td {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    line-height: 1.6em;
}
p {
	
    margin: 1em 0;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.6em;
}
h1 {
    font-size: 2.4em;
    font-weight: bold;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1em;
    font-weight: bold;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 0.9em;
    font-weight: bold;
}
pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.8em;
    line-height: 1.4em;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

a {
    color: #555;
}
a:hover {
    color: #a10;
}

/*layout*/

#accessibility {
    position: absolute;
    top: -1000px;
}

html, body {
	height: 100%;
}
#container {
    width: 980px;
    margin: auto;
}
#wrapper {
    min-height: 100%;
}
* html #wrapper {
	height: 100%;
}

#topNav {
    height: 50px;
    background-color: #333;
    background-image: url(../images/topNav.png);
}
#topNav ul {
    width: 960px;
    margin:0 auto;
    border-left: 1px solid #333;
    border-right: 1px solid #666;
}
#topNav li {
    display: inline;
}
#topNav li a {
    display: inline-block;
    color: #eee;
    font-size: 1.2em;
    text-decoration: none;
    padding: 15px 0px 0;
    margin: 0 -4px 0 0;
    width: 190px;
    height: 25px;
    border-left: 1px solid #666;
    border-right: 1px solid #333;
    text-align: center;
    background-image: url(../images/topLink.png);
}
#topNav a:hover {
    font-weight: bold;
    background: transparent;
}

/* HEAD */
#head {
	height: 130px;
	padding: 0 10px;
}

#head h1.siteTitle {
	margin: 10px 65px 0 0;
    float: left;
}
#head ul.mainNav {
}
ul.mainNav li {
    display: inline;
}


a.mainLinks {
    float: left;
    display: block;
    width: 173px;
    height: 114px;
    margin: 25px 0 0 19px;
    text-indent: -2000px;
	border: none;
}
a.prodLink {
	background: url(../images/mainNav.jpg) ;
}
a.mashLink {
	background: url(../images/mainNav.jpg) -175px 0;
}
a.servLink {
	background: url(../images/mainNav.jpg) 175px 0;
}
a.prodLink:hover {
	background: url(../images/mainNav.jpg) 0 -116px;
}
a.mashLink:hover {
	background: url(../images/mainNav.jpg) -175px -116px;
}
a.servLink:hover {
	background: url(../images/mainNav.jpg) 175px -116px;
}
a.prodLink.active {
	background: url(../images/mainNav.jpg) 0 -232px;
}
a.mashLink.active {
	background: url(../images/mainNav.jpg) -175px -232px;
}
a.servLink.active {
	background: url(../images/mainNav.jpg) 175px -232px;
}

#mainImage {
    padding: 0;
    margin: 30px 0 0;
    clear: both;
    height: 210px;
}


/* CONTENT */
#contentWrapper {
    background-color: #eee;
    background: url(../images/content_main.jpg);
    padding: 0 0px;
}
#contentStyler {
    background: url(../images/content_bottom.jpg) bottom no-repeat;
    padding: 0 10px 12px;
}
.clearer {
    clear: both;
}
#content {
	width: 598px;
	padding: 0 20px 0;
     float: left;
}

.article {
    padding: 10px 0 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}
.article.first {
    border-top: none;
}
.article_header a {
	color: #333;
}
.article_header a:hover {
	color: #c33;
}
.article ul {
	list-style: disc;
	margin: 10px 0 10px 20px;
}
.article li {
}
.startNews {
    padding: 10px 0 0;
    border-top: 1px solid #fff;
}
.startNews h4 {
    border-bottom: 1px solid #ddd;
}
.startNews .article.first {
    border-top: 1px solid #fff;
}
ul.bildLeiste {
    margin: 10px 0;
}
.bildLeiste li {
    display: inline;
    margin: 0;
}
.bildLeiste img {
    margin: 0 4px 0 0;
}

.bildLeiste a img {
    padding: 1px;
}
.bildLeiste a:hover img {
    padding: 0px;
    border: 1px solid #c33;
}
.article ul.shortFacts {
	list-style: none;
    margin: 0;
    line-height: 0;
    padding: 0;
}
.article ul.listFacts {
	list-style: none;
    margin: 0;
    padding: 0;
}
.shortFacts li {
    margin: 0;
}
.listFacts li {
	display: inline;
}
.shortFacts .price, .listFacts .price {
    font-size: 1.1em;
    font-weight: bold;
}
.listFacts .price {
	margin-right: 30px;
}
.shortFacts .rate {
	margin-top: 10px;
}
.shortFacts .rate, .listFacts .rate {
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
    line-height: 1em;
}
.shortFacts .duration {
	font-size: 0.6em;
    line-height: 1em;
    margin-bottom: 20px;
}
.readon {
    margin: 0 0 5px;
    line-height: 0;
}
.readon a {
    font-size: 0.9em;
    color: #333;
    font-weight: 600;
}
.readon a:hover {
    color: #e33;
}

.machine {
	padding: 20px 0;
}
.machine h3, .machine h2 {
	background: url(../images/machineHeader.jpg) no-repeat;
	padding-left: 38px;
	text-transform: uppercase;
}
.machCat {
	font-size: 0.7em;
}
.machCat a {
	margin-right: 10px;
}

.blaettern {
    border-top: 1px solid #fff;
    margin: 0;
    padding: 10px 0;
}
.linkLeft, .linkRight {
	display: inline;
}
.linkLeft a {
	background: url(../images/arrow_left.jpg)right center no-repeat;
	padding-right: 20px;
	margin-right: 10px;
}
.linkRight a {
	background: url(../images/arrow_right.jpg)left center no-repeat;
	padding-left: 20px;
}

/* sidebar -------------------------------------------------------------------------*/
#sidebar {
    width:320px;
    float: right;
    padding: 0px;
    margin: 0;
}
#sidebar .article{
    margin: 0 15px;
    border: none;
}
#sidebar ul, #sidebar li {
    padding:0;
    margin:0 0 1px;
    line-height: 0;
}
.sideLink {
	width: 318px;
	height: 60px;
	display: block;
	text-indent: -5000px;
}
.profi {
	background: url(../images/partner.png);
}
.profi:hover {
	background: url(../images/partner.png) 0 -60px;
}
.profi.active {
	background: url(../images/partner.png) 0 60px;
}
.logmax {
	background: url(../images/partner.png) -318px 0;
}
.logmax:hover {
	background: url(../images/partner.png) -318px -60px;
}
.logmax.active {
	background: url(../images/partner.png) -318px 60px;
}
.kesla {
	background: url(../images/partner.png) -636px 0px;
}
.kesla:hover {
	background: url(../images/partner.png) -636px -60px;
}
.kesla.active {
	background: url(../images/partner.png) -636px 60px;
}
.afm {
	background: url(../images/partner.png) 318px 0px;
}
.afm:hover {
	background: url(../images/partner.png) 318px -60px;
}
.afm.active {
	background: url(../images/partner.png) 318px 60px;
}
.kategorien a {
    color: #111;
    font-size: 1.0em;
    font-weight: normal;
    text-decoration: none;
	width: 318px;
	height: 22px;
	display: block;
	text-indent: 6.5em;
	background: url(../images/herstellerLink.png);
	padding-top: 8px;
}
.kategorien a:hover {
	font-weight: bold;
    background: url(../images/herstellerLink.png) 0 -30px;
}
.kategorien a.active {
    background: url(../images/herstellerLink.png) 0 30px;
}
.hersteller a {
    color: #111;
    font-size: 1.0em;
    font-weight: normal;
    text-decoration: none;
	width: 318px;
	height: 22px;
	display: block;
	text-indent: 6.5em;
	background: url(../images/kategorieLink.png);
	padding-top: 8px;
}
.hersteller a:hover {
	font-weight: bold;
    background: url(../images/kategorieLink.png) 0 -30px;
}
.hersteller a.active {
    background: url(../images/kategorieLink.png) 0 30px;
}



/*FOOTER --------------------------------------------------------------------------------------------- */
.footClearer {
	height: 50px; /* 60 - 50 (footerhoehe) = 10px abstand*/
}
#footer {
    background-color: #333;
    color: #eee;
	background: url(../images/footer.png);
	height: 40px;
	padding: 10px 0 0;
	margin-top: -50px;
}
#footer ul {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    height: 40px;
    border-left: 1px solid #333;
    border-right: 1px solid #666;
}
#footer li {
    display: inline;
}
#footer li a {
    display: inline-block;
    color: #eee;
    font-size: 1.2em;
    text-decoration: none;
    padding: 10px 0px 0;
    margin: 0px -4px 0 0;
    width: 190px;
    height: 30px;
    border-left: 1px solid #666;
    border-right: 1px solid #333;
    text-align: center;
    background-image: url(../images/topLink.png);
}
#footer a:hover {
    font-weight: bold;
    background: transparent;
}

.zemContactForm label {
    display: inline-block;
    width: 80px;
}
.zemContactForm input, .zemContactForm select, .zemContactForm textarea {
    width: 180px;
    padding: 4px 8px;
}
.zemContactForm .zemSubmit {
    width: 80px;
    font-size: 1.1em;
}
.zemContactForm li {
    display: block;
    height: 40px;
}
.zemContactForm li.message {
    height: 160px;
}

/* suche ------------------------------ */

#suchfeld {
	display: block;
	width: 318px;
	height: 60px;
	background: url(../images/search_background.png);
	margin: 0;
}
#suchfeld p {
	margin: 0;
	line-height: 0;
}
#suchButton {
	float: right;
	width: 88px;
	height: 60px;
	background: url(../images/search_button.png);
	border: none;
	color: #fefefe;
}
#suchButton:hover {
	background: url(../images/search_button.png) 0 -60px;
}
#suchInput {
	width: 187px;
	height: 37px;
	padding: 0 10px;
	margin: 10px 0 0 10px;
	background: url(../images/search_field.png);
	border: none;
}
