@charset 'utf-8';

* {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	cursor: default;
}

body {
	font: normal 62.5% Arial, Helvetica, sans-serif;
}

div#container {
	float: left;
	width: 100.5em;
}

div#sprachwahl {
	float: left;
	padding: 1.2em 0;
	width: 100em;
}

div#sprachwahl ul {
	float: right;
	list-style: none;
}

div#sprachwahl ul li {
	float: left;
	padding: 0 1.2em 0 0;
}

div#sprachwahl ul li a {
	color: black;
}

div#header {
	background: url(../images/bg-1.jpg) no-repeat;
	float: left;
	height: 26.9em;
	width: 100em;
}

div#kompetenzen {
	display: inline; /* avoiding double margin bug */
	float: left;
	height: 6.9em;
	margin: 11.8em 0 0 1.6em;
	padding: 1.2em;
	width: 22.6em;
}

div#kompetenzen ul {
	list-style: none;
}

div#kompetenzen ul li {
	color: white;
	font-size: 1.3em;
	margin: .1em 0 0 0;
}

div#teaser {
	background: #b2b2b2;
	display: inline; /* avoiding double margin bug */
	float: right;
	margin: 1.2em 1.2em 0 0;
	overflow:hidden;
	width: 29.2em;
}

div#teaser img#messe {
	display: block;
	height: 5.7em;
	width: 20.7em;
}

div#teaser a {
	color:#000;
	display:block;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
}

a#tease_cap {padding: 1.2em;}

div#navigation {
	background: #ededed;
	float: left;
	width: 100em;
}

div#navigation ul {
	display: inline; /* avoiding double margin bug */
	float: left;
	margin: 0 0 0 1.6em;
	list-style: none;
}

div#navigation ul li {
	float: left;
}

div#navigation ul li a {
	color: black;
	display: block;
	font-size: 1.2em;
	padding: 1em 1.2em;
	text-decoration: none;
}

div#navigation ul li.active a {
	background: #d4d4d4;
}

div#navigation ul li a:hover {
	background: #d4d4d4;
}

div#navigation ul li.active a:hover {
	background: #c5c5c5;
}

div#navigation em {
	font-style: normal;
	text-decoration: underline;
}

div#bildspalte {
	background: #b2b2b2;
	display: inline; /* avoiding double margin bug */
	float: left;
	margin: 0 0 0 1.6em;
	padding: 2.5em 0 0 0;
	width: 25em;
}

div#bildspalte h1 {
	font-size: 1.3em;
	padding: .5em 1em;
}

div#bildspalte ul {
	display: block; /* avoiding double margin bug */
	list-style: none;
	margin: 0 0 2em 0;
}

div#bildspalte ul li a {
	color: black;
	display: block;
	font-size: 1.3em;
	font-weight:bold;
	padding: 0 1em 5px 1em;
	text-decoration: none;
}

div#bildspalte ul li a:hover {cursor:default;}

div#bildspalte ul li ul {margin-bottom:10px;}
.ie div#bildspalte ul li ul {margin-bottom:0;padding-bottom:10px;}

div#bildspalte ul li ul li a {
	color: black;
	display: block;
	font-size: 1.2em;
	font-weight:normal;
	padding: .2em 1em .4em 2em;
	text-decoration: none;
}

div#bildspalte ul ul li.active a {
	background: #d4d4d4;
}

div#bildspalte ul ul li a:hover {
	cursor:pointer;
	background: #d4d4d4;
}

div#bildspalte ul ul li.active a:hover {
	background: #c5c5c5;
}

div#bildspalte img {
	width: 25em;
}

div#bildspalte p {
	float: left;
	font-size: 1.2em;
	line-height: 1.4;
	padding: 1em 1.2em;
}

div#content-main {
	background: #666;
	color: white;
	float: left;
	padding: .9em 0 0 0;
	width: 43em;
}

div#content-main div {
	border-bottom: .1em solid #808080;
	padding: 1.2em 2.4em .2em 2.4em;
}

div#content-main h1 {
	font-size: 1.7em;
	font-weight: bold;
	margin: 0 0 .7em 0;
	line-height: 1.4;
}

div#content-main h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 .5em 0;
	line-height: 1.4;
}

div#content-main h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 .4em 0;
	line-height: 1.4;
}

div#content-main div p, div#content-main div address {
	font-size: 1.3em;
	line-height: 1.5;
	margin: 0 0 1em 0;
}

div#content-main div address {
	font-style: normal;
}

div#content-main div ul {
	list-style: square;
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}

div#content-main div ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}

div#content-main div ul li, div#content-main div ol li {
	font-size: 1.3em;
	line-height: 1.4;
}

div#content-main div ol li {
	font-weight: bold;
}

div#content-main div ol li ol li, div#content-main div ol li p {
	color: #ddd;
	font-size: 1em;
	font-weight: normal;
}

div#content-main div ol li p {
	margin: 0;
}

div#content-main div.float-left, div#content-main div div.float-left {
	float: left;
}

div#content-main div div.float-right {
	float: right;
}

div#content-main div div.float-left, div#content-main div div.float-right {
	padding: 0;
	margin: 0;
	border: 0;
}

div#content-main a {
	color: white;
}

div#content-sub {
	background: #b2b2b2;
	color: black;
	float: left;
	width: 30.4em;
}

div#content-sub p, li, label {
	font-size: 1.1em;
}

div#content-sub p {
	line-height: 1.4;
}

div#content-sub a {
	color: black;
}

div#content-sub img.produkt {
	display: inline;
	width: 30.4em;
}

div#content-sub img.margin {
	margin: 1.7em 0 0 0;
}

div#content-sub div.container, div#content-sub div.newsletter {
	padding: 2.1em 0 1.2em 0;
}

div#content-sub div.container {
	border-bottom: .1em solid #7f7f7f;
}

div#content-sub div.newsletter {
	border-bottom: .1em solid #fff;
}

div#content-sub div.newsletter {
	background: #d9d9d9;
}

div#content-sub div.container h2, div#content-sub div.newsletter  h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 .5em 0;
}

div#content-sub div.container  h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: .75em 0 .75em 0;
}

div#content-sub div.container div, div#content-sub div.newsletter div, div#content-sub div.newsletter fieldset,
div#content-sub h1, div#content-sub h2, div#content-sub h3, div#content-sub h4, div#content-sub h5, div#content-sub h6,
div#content-sub p {
	padding: 0 12px;
}

div#content-sub ul {
	background: #c9c9c9;
	list-style: square;
	margin: 12px 0;
	padding:10px 12px 10px 32px;
}

div#content-sub ul, div#content-sub ol {
	background: #c9c9c9;
	list-style: decimal;
	margin: 12px 0;
	padding:10px 12px 10px 32px;
}


div#content-sub ul li, div#content-sub ol li {
	margin: 0 0 .3em 0;
}

div#content-sub fieldset {
	background: #ececec;
	text-align: right;
}

div#content-sub fieldset legend {
	display: none;
}

fieldset input {
	border: .05em solid #b2b2b2;
	font-size: 1em;
	height: 1.5em;
	margin: .5em 0 0 0;
	width: 18em;
}

fieldset input.button {
	background: #d9d9d9;
	border: .05em solid #b2b2b2;
	font-size: 1em;
	height: 1.5em;
	margin: .5em 0 0 0;
	width: 7em;
}

label {
	display: block;
}

img#anfahrt {
	width: 38em;
}



/* Blog */
/* --------------------------------------------------------------------- */

div.blogentry, div.blogentry_view  {
	padding: 0 0 0 16px;
	width:984px;
}
.ie div.blogentry, .ie div.blogentry_view  {
	width:977px;
}

div.blogentry div.clearfix {
	background: url(../images/blog_bg.png) repeat-y left top;
	border-bottom: .1em solid #808080;
}

div.blogspalte {
	color: white;
	float: left;
	overflow:hidden;
	padding: 24px;
	position:relative;
	width: 632px;
}

div.blogentry_view div.blogspalte {
	background: url(../images/blog_bg.png) repeat-y left top;
	border-bottom: .1em solid #808080;
	padding: 24px 24px 60px 24px;
}

div.blogspalte h1, div.blogspalte h1 a {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 0.2em 0;
}

div.blogspalte h2, div.blogspalte h2 a {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 .3em 0;
}

div.blogentry_view div.blogspalte h2, div.blogentry_view div.blogspalte h3 {padding-top:8px;}

div.blogspalte p, div.blogspalte address, div.blogspalte p a, div.blogspalte p strong {
	font-size: 13px;
	font-weight:normal;
	line-height: 1.5;
	margin: 0 0 0.2em 0;
}

div.blogentry_view div.blogspalte p strong {display:block;font-weight:bold;padding-bottom:10px;}

div.blogspalte p.article_date {
	font-size: 1.3em;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
}

div.blogspalte p.more {font-size:10px;padding-top:15px;}
div.blogspalte p.more a {font-size:10px;display:inline;padding-right:10px;}

div.blogspalte address {
	font-style: normal;
}

div.blogspalte ul {
	list-style: square;
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}

div.blogspalte ol {
	background:#c9c9c9;
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}

div.blogspalte ul li, div.blogspalte ol li {
	font-size: 1.2em;
	line-height: 1.2;
}

div#blogspalte_view div ol li, div.blogspalte div ol li {
	font-weight: bold;
}

div.blogspalte ol li ol li, div.blogspalte ol li p {
	color: #ddd;
	font-size: 1.1em;
	font-weight: normal;
}

div.blogspalte ol li p  {
	margin: 0;
}

div.blogspalte a {
	color: white;
}

div.blogspalte h1 a, div.blogspalte h2 a, div.blogspalte h3 a, div.blogspalte h4 a, div.blogspalte h5 a, div.blogspalte h6 a {display:block;text-decoration: none;}

div.blogspalte h1 a:hover div.blogspalte h2 a:hover, div.blogspalte h3 a:hover, div.blogspalte h4 a:hover, div.blogspalte h5 a:hover, div.blogspalte h6 a:hover,
div.blogspalte h1 a:focus div.blogspalte h2 a:focus, div.blogspalte h3 a:focus, div.blogspalte h4 a:focus, div.blogspalte h5 a:focus, div.blogspalte h6 a:focus {
text-decoration: underline !important;
}

div.blogspalte a {display:block;}
div.blogspalte p a {display:inline;}

div.blogspalte div#blognav {
	bottom:2.4em;
	position:absolute;
	width:632px;
}

div.blogentry div.float-left, div.blogentry div div.float-left,
div.blogentry_view div.float-left,
div.blogentry_view div.blogspalte div#blognav a.float-left {
	float: left;
}

div.blogentry div.float-right, div.blogentry_view div.float-right,
div.blogentry_view div.blogspalte div#blognav a.float-right {
	float: right;
}

div.blogentry div div.float-left, div.blogentry div div.float-right {
	padding: 0;
	margin: 0;
	border: 0;
}

div.blogentry_view div.blogspalte div#blognav a.float-right {text-align:right;}

div.blogentry div.float-right, div.blogentry_view div.float-right {
	background:#B2B2B2;
	width:304px;
}
.ie div.blogentry div.float-right, .ie div.blogentry_view div.float-right {
	overflow:hidden;
	width:297px;
}

div.blogentry div.float-right h1,
div.blogentry div.float-right h2,
div.blogentry div.float-right h3,
div.blogentry div.float-right h4,
div.blogentry div.float-right h5,
div.blogentry div.float-right h6,
div.blogentry_view div.float-right h1,
div.blogentry_view div.float-right h2,
div.blogentry_view div.float-right h3,
div.blogentry_view div.float-right h4,
div.blogentry_view div.float-right h5,
div.blogentry_view div.float-right h6 {
	padding-left:12px;
}

div.blogentry div.float-right h1:first-child,
div.blogentry div.float-right h2:first-child,
div.blogentry div.float-right h3:first-child,
div.blogentry div.float-right h4:first-child,
div.blogentry div.float-right h5:first-child,
div.blogentry div.float-right h6:first-child,
div.blogentry_view div.float-right h1:first-child,
div.blogentry_view div.float-right h2:first-child,
div.blogentry_view div.float-right h3:first-child,
div.blogentry_view div.float-right h4:first-child,
div.blogentry_view div.float-right h5:first-child,
div.blogentry_view div.float-right h6:first-child {
	padding-top:21px;
}



div.blogentry div.float-right p, div.blogentry_view div.float-right p {
	background:#B2B2B2;
	font-size:11px;
	padding:10px 11px 12px 12px;
	top:1px;
	width:281px;
}

div.blogentry div.float-right p.cap, div.blogentry_view div.float-right p.cap {
	position:relative;
	text-transform: uppercase;
	top:1px;
}

div.blogentry div.float-right ul, div.blogentry_view div.float-right ul {
	background:#c9c9c9;
	font-size:11px !important;
	line-height:1.5;
	list-style: square inside none;
	padding: 7px 0 9px 2.2em;
}

div.blogentry div.float-right ul li a, div.blogentry_view div.float-right ul li a {
	color:#000;
}

div.paginate {
	background:#B2B2B2;
	margin-left:1.6em;
	padding: 1em 1em 1em 2.4em;
	width:64.6em;
}

div.paginate p {
	color:#000;
	font-size: 1.2em;
	line-height: 1.5;
}

div.paginate a {color:#fff;}


/* Comments */
/* --------------------------------------------------------------------- */
div.blogentry_view div.comments {
	background:#b2b2b2;
	border-bottom: .1em solid #f4f4f4;
	color:#000;
	font: Arial, Helvetica, sans-serif;
	padding-bottom:2.4em;
}

::-webkit-input-placeholder {
	background:#fff;
	color:#888888;
	font-family:Arial, Helvetica, sans-serif;
	padding:7px;
}
:-moz-placeholder {
	background:#fff;
	color:#888888;
	font-family:Arial, Helvetica, sans-serif;
	padding:7px;
}

div.comments h2 {margin-bottom:5px;}

div.comments p {padding-bottom:10px;}

div.comments p:last-of-type {margin-bottom:0;padding-bottom:0;}

div.blogentry_view div#comment_paginate {
	border-bottom:none;
	padding:0 2.4em;
}

div.blogentry_view div#comment_paginate a.float-left {
	color:#000;
	float: left;
	margin:0;
	padding: 8px 0 7px 0;
	width:200px;
}

div.blogentry_view div#comment_paginate a.float-right {
	color:#000;
	float: right;
	margin:0;
	padding: 8px 0 7px 0;
	text-align:right;
	width:200px;
}

div.comments label {
	display:block;
	font-size: 13px;
	line-height: 1.5;
}

div.comments div.type-text input, div.comments div.type-text textarea {
	background:#fff;
	color:#444;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.4;
	margin: 0 0 10px 0;
	padding:7px;
	width:98.3%;
}

div.comments div.type-text textarea {margin-bottom:15px;}

.comments fieldset button.submit {
	background: #d9d9d9;
	border: .05em solid #b2b2b2;
	font-size: 1.2em;
	padding:8px 12px;
}

.comments fieldset button.submit:hover,
.comments fieldset button.submit:focus,
.comments fieldset button.submit:active {
	background:#666;
	color:#fff;
}

div.blogentry_view div.comments p.article_date {
	font-size: 1.2em;
	line-height: 1.5;
	margin:0;
	padding:0 0 5px 0;
}


/* Produkte*/
/* --------------------------------------------------------------------- */
div#produkt-main {left:26.6em;position:absolute;width:73.4em;}
body div#container div.produkt {
	background:#808080 url(../images/product_bg.png) repeat-y top right scroll;
	border-bottom: 0.1em solid #808080;
	float:left;
	padding:0;
	width:73.4em;
}
body div#container div.produktspalte {float:left;width:382px;}
.ie div#container div.produktspalte {width:375px;}
body div#container div.produkt div#content-sub {float:right;width:30.4em;}
body div#container div.produkt div#content-sub div.container {border:0;}
body div#container div.produkt div.clearfix {background:none;border:0;}
.ie div.produkt div.float-right {width:304px;}
div.produkt div.float-right p.info_file {padding-top:0;}
div.produkt div.float-right p a {color:#000;}
div.produktspalte ul, div.produktspalte ol {padding-top:10px}
div.produktspalte ul li, div.produktspalte ol li {
	font-size: 1.3em;
	line-height: 1.4;
}




/* System Message Pages */
/* --------------------------------------------------------------------- */
div#container div.blogentry_view div#message {padding-bottom:2.4em !important;}
div#container div.blogentry_view div.blogspalte p#from_url,
div#container div.blogentry_view div.blogspalte p#from_url a {font-size:11px;line-height:16px;}
div#container div.blogentry_view div.blogspalte p#from_url {padding-top:15px;} 


/* DISQUS */
/* --------------------------------------------------------------------- */

div#dsq-content div#dsq-global-toolbar {padding-bottom:40px;}

#dsq-content .dsq-toolbar-item {
	background:#666 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

div#dsq-content div#dsq-toolbar-dropdown div#dsq-toolbar-dropdown-wrap ul {
	background:#666 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	width:150px;
}

div#dsq-content h3 {margin-bottom:0.6em;}

div#dsq-content div#dsq-reply h3 {
	float:none;
	font-size:1.5em;
	margin-bottom:10px;
}

div#dsq-content div#dsq-reply div#dsq-account-dropdown {
	float:none;
	font-size:1.1em;
	position:absolute;
	top:-35px;
}

div#dsq-content div#dsq-reply div#dsq-account-dropdown a {
	background:#d9d9d9;
	color:#000;
	padding:1em;
}

div#dsq-content div#dsq-reply div#dsq-account-dropdown a:hover, div#dsq-content div#dsq-reply div#dsq-account-dropdown a:focus {
	background:#666;
	color:#fff;
}

#dsq-content .dsq-avatar img {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	display:none;
}

div#dsq-content .dsq-textarea-reply {margin-left:0;}

div#dsq-content .dsq-textarea-reply .dsq-textarea-background {
	background:none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

div#dsq-content .dsq-textarea-reply .dsq-post-tools {
	background:#d9d9d9;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border-top:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

div#dsq-content .dsq-textarea-reply .dsq-post-tools .dsq-button {
	background:#666;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border-top:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#fff;
	font-weight:normal;
}

div#dsq-content .dsq-textarea-reply .dsq-post-tools .dsq-button:hover,
div#dsq-content .dsq-textarea-reply .dsq-post-tools .dsq-button:active,
div#dsq-content .dsq-textarea-reply .dsq-post-tools .dsq-button:focus {
	text-decoration:underline;
}

div#dsq-content ul#dsq-comments {
	background:#ededed;
	padding:2.4em 2.4em .9em 2.4em;
}

div#dsq-content ul#dsq-comments li.dsq-comment .dsq-comment-body {padding-left:0;}

div#dsq-content ul#dsq-comments li.dsq-comment .dsq-comment-body .dsq-comment-header {
	background:#666;
	border:none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	color:#fff;
	margin-bottom:0;
}
div#dsq-content ul#dsq-comments li.dsq-comment .dsq-comment-body .dsq-comment-message {
	background:#fff;
	margin-bottom:0;
	padding:10px;
}

div#dsq-content ul#dsq-comments li.dsq-comment .dsq-comment-body .dsq-comment-actions,
div#dsq-content ul#dsq-comments li.dsq-comment .dsq-comment-body .dsq-comment-meta {
	background:#fff;
	padding:10px;
}

div#dsq-content div#dsq-pagination {
	background:#ededed;
	margin:0;
	padding: 0 2.4em 2.4em 2.4em;
}

div#dsq-content div#dsq-pagination ul#dsq-footer {margin:0;}

div#dsq-content div#dsq-pagination ul#dsq-footer div#dsq-subscribe a {color:#000;}

div#dsq-content div#dsq-pagination ul#dsq-footer div#dsq-subscribe span.dsq-font {display:none;}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
