/* HTML5 Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    font-family: Tahoma, Helvetica, sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style: none; list-style-image: none; }
small { font-size: 85%; }
strong, b, th { font-weight: bold; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #3399FF; color: #fff; text-shadow: none; }
::selection { background: #3399FF; color: #fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #3399FF; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; text-decoration: none; }
a:hover { color: #036; }


/**
 * Primary styles
 */
body {
    background-color: #fff;
    color: #000;
    font-size: 12px;
}

input[type="text"], textarea {
    border: 1px #ccc solid
}

#outer {
    background-color: #fff
}

#header {
    position: relative;
    height: 150px;
    margin-bottom: 15px;
}

#logo, #global, #pathfinder, #search {
    position: absolute
}

#pathfinder {
    top: 128px;
    left: 9px;
}

#search {
    top: 9px;
    right: 9px;
}

#logo {
    margin-top: 50px;
    width: 200px;
    height: 71px;
    top: 5px;
    left: 5px;
}

#global {
    top: 9px;
    left: 241px;
}

#global a {
    margin: 0 6px
}

#left {
    float: left;
    width: 220px;
}

#right {
    float: right;
    width: 745px;
}

#themepic {
    position: relative
}

#content {
    position: relative;
    padding: 10px;
}

#header, #body, #main {
    width: 990px
}

#header, #right, #left {
    border: 1px solid #000
}

#main {
    margin: 0 auto
}

/* Stile für Auflistungsbaustein */

ul.listing li {
	font-weight:bold;
	border-bottom: 1px #E3E3E3 solid;
	padding:5px 0 5px 15px !important;
	background-position: 0 10px !important;
}

.teaser {
	border-top: 1px #D6D6D6 solid;
	padding:20px 0 15px 0;
    width: 48%;
}

.teaser.top {
    border:none;
}

.teaser.left {
    float: left;
}

.teaser.left.margin {
    margin: 0 0 0 20px;
}

/* Standard styles */

.clearer {
	clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

#sitemap {

}

#sitemap .ebeneTop {
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 5px 0;
}

#sitemap div a {
	display: block;
	border-bottom: 1px #e2e2e2 solid;
	padding: 1px 3px 1px 0;
	font-weight: normal;
}

#sitemap div a.eebene {
	display: block;
	padding: 1px 3px 1px 3px;
	font-weight: bold;
}

#content ul ul, .content ul ul, .mceContentBody ul ul{
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
}

#content ul ul ul, .content ul ul ul, .mceContentBody ul ul ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}

#content ul ul ul ul, .content ul ul ul ul, .mceContentBody ul ul ul ul {
	margin: 0 0 0 45px;
	padding: 0;
	list-style-type: none;
}

#content ul ul ul ul ul, .content ul ul ul ul ul, .mceContentBody ul ul ul ul ul {
	margin: 0 0 0 60px;
	padding: 0;
	list-style-type: none;
}

#content ul ul ul ul ul ul, .content ul ul ul ul ul ul, .mceContentBody ul ul ul ul ul ul {
	margin: 0 0 0 75px;
	padding: 0;
	list-style-type: none;
}

#content ul, .content ul, .mceContentBody ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content li, .content li, .mceContentBody li {
	position: relative;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}

#content ol, .content ol, .mceContentBody ol {
}

#content ol li, .content ol li, .mceContentBody ol li {
	position: relative;
	background-image: none;
	padding: 0;
	margin: 0;
}

#captcha {
	background-image: url("../captcha.php");
	width: 100px;
}

/* !!! WebCMS-Teil / WYSIWYG !!! ANFANG */

.directedit {
	position: absolute;
	right: 0px;
	top: 0px;
}

#wysiwyg {
}

.content {
	font-size: 12px;
	padding: 10px;
	background-image: none !important;
	background-color: #fff !important;
}

.content a {
	color: #5692CC !important;
 	text-decoration: none !important;
}

.content table tr td {
	font-size: 12px;
}

.randleiste_1 {
	background-image: none;
	background-color: #fff !important;
}

/* !!! WebCMS-Teil / WYSIWYG !!! ENDE */

/**
* Templates
*/
.image-description {
    background-color: transparent;
    color: #000;
    padding: 5px;
}

 .search_header {
 	margin: 10px 0 10px 0;
 }

.search_header .search_btn {
	border: 1px #F40045 solid;
	background-image: none;
	background-color: #ECEBEB;
}

.search_body {
}

.search_body .left * a, .search_body .right * a{
	color: #000;
}

.search_body .categories {
	border-bottom: 1px #C2C2C2 solid;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

.search_body .categories .list {
	float: left;
	padding: 0 0 0 5px;
}

.search_body .left {
	float: left;
}

.search_body .left_standalone {
	float: left;
	width: 100%;
	margin: 0 10px 0 0;
}

.search_body .left .article, .search_body .left_standalone .article {
	padding: 10px 0 5px 5px;
	border-bottom: 1px #C2C2C2 solid;
	margin: 0 10px 0 0;
}

.search_body .right {
	float: left;
	width: 49%;
}

.search_body .right .prod {
	padding: 0 0 5px 5px;
	border-bottom: 1px #C2C2C2 solid;
}

.search_body .right .image {
	float: left;
}

.search_body .right .desc {
	float: left;
}

.img_left {
    border: 0 none;
    float: left;
    margin: 0 15px 15px 0;
}

.img_right {
    border: 0 none;
    float: right;
    margin: 0 0 15px 15px;
}

/* lightbox */

.fancybox-title span {
	display: block;
}

.fancybox-title span.title {
	font-weight: bold;
	font-size: 14px;
}

/* MessageStack */
#error {
	background-color: #ffe4e4;
	background-image: URL(../images/admin/error.jpg);
	background-position: 8px 8px;
	background-repeat: no-repeat;
	border: 1px solid #ff0000;
	padding: 10px 10px 10px 55px;
	color: #ff0000;
	margin-bottom: 15px;
}

#ok {
	background-color: #cbffc4;
	background-image: URL(../images/admin/ok.jpg);
	background-position: 8px 8px;
	background-repeat: no-repeat;
	border: 1px solid #3f9519;
	padding: 10px 10px 10px 55px;
	margin-bottom: 15px;
	color: #3f9519;
}

#info {
	background-color: #edf8fe;
	background-image: URL(../images/admin/info.jpg);
	background-position: 8px 8px;
	background-repeat: no-repeat;
	border: 1px solid #2d6bb4;
	padding: 10px 10px 10px 55px;
	color: #2d6bb4;
	margin-bottom: 15px;
}

#content #ok,
#content #info,
#content #error {
    background: none;
    background-color: #CCC;
    color: #000;
    padding: 10px;
    border: none;
}

#info li, #ok li, #error li {
	list-style: none;
}

.marquee {
    display: block;
    width: 100%;
}

.marquee > div {
    overflow: hidden;
}

.marquee .content-container {
    white-space: nowrap;
}

.marquee .content-container div {
    display: inline;
}


#gallery-list-right,
#gallery-list-left {
    cursor: pointer;
}

#gallery-list-right.disabled,
#gallery-list-left.disabled {
    cursor: default;
}


/**
 * Primary styles END
 */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
body .no-display, body .hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; } */
}


@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important;
	-ms-filter: none !important; }
	a, a: visited { color: #444 !important; text-decoration: underline; }
	a[href]: after { content: " (" attr(href) ")"; }
	abbr[title]: after { content: " (" attr(title) ")"; }
	.ir a: after, a[href^="javascript: "]: after, a[href^="#"]: after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}

div.mceMiddle span {
	z-index: 50000000;
}

.divInfo .sortable div.drag {
	float: right !important;
}

.pdflink,
.doclink,
.pptlink,
.xlslink,
.jpglink {
	padding-left: 25px;
	padding-top: 1px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.pdflink {
	background-image: url('../images/download_icons/pdf_files.gif');
}

.doclink {
	background-image: url('../images/download_icons/word_files.gif');
}

.pptlink {
	background-image: url('../images/download_icons/power_files.gif');
}

.xlslink {
	background-image: url('../images/download_icons/excel_files.gif');
}

.jpglink {
	background-image: url('../images/download_icons/jpg_files.gif');
}

/** neuer kontaktbaustein **/

.contactform-wrap {}
.contactform-wrap .form-submit {
	padding: 10px 15px 0 0;
	text-align: right;
}

.contactform-wrap .form-submit input[type="submit"] {}

.contactform-wrap .form-required {

}

.contactform-wrap .form-captcha {
	padding: 0 0 10px 0;
}

.contactform-wrap .form-captcha-label {
	padding: 10px 0;
}

.contactform-wrap .form-captcha-label #captcha {
	background-image: url("../captcha.php");
    background-repeat: no-repeat;
    width: 100px;
}

.contactform-wrap .form-item {
	padding: 0 0 10px 0;
	width: 100%;
}

.contactform-wrap .form-item:first-child {
	padding: 10px 0;
	width: 100%;
}

