/* HTML5 Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
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: Verdana;
}

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: Verdana; }

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: #2887be; text-decoration: none; }


/**
 * Primary styles
 */

html {
	height: 100%;
}

body {
	background-color: #fff;
	background-image: url('../images/bgh_neu.png');
	background-repeat: repeat-x;
	background-color: #f7f8f9;
	color: #000;
	font-size: 12px;
	height:100%;
}

a {
	font-family: Verdana;
}

a:hover,
a:focus {
	text-decoration: underline;
}

h1 {
	font-size: 17px;
	color: #258BC5;
}

h2 {
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	color: #000;
	margin: 0;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	color: #258BC5;
	margin-bottom: 12px;
	font-weight: normal;
}

h5 {
    font-size: 10px;
    font-weight: normal;
    color: #454545;
}

input[type="text"], textarea {
	border: 1px #ccc solid;
}

#outer {
	margin: 0 auto;
	background-image: url('../images/bg-main-repeaty.png');
	background-repeat: repeat-y;
	width: 995px;
}

#main {
	width: 995px;
	background-image: url('../images/bg-main-top.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#container {
	position: relative;
	left: -3px;
}

#header {
	margin: 0 auto;
	position: relative;
	width: 918px;
	height: 155px;
}

#logo {
	position: absolute;
	width: 224px;
	height: 94px;
	top: 23px;
	left: 7px;
}

#global-outer {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 918px;
	height: 47px;
}

#global {
    position: absolute;
    width: 708px;
	height: 47px;
	line-height: 45px;
	top: 0px;
	right: 210px;
	text-align: right;
}

#global a {
	color: #787878;
	font-size: 11px;
	padding-left: 13px;
	padding-right: 6px;
	background-image: url('../images/global.jpg');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#global a.first {
	background: none;
}

#contact {
	position: absolute;
	top: 46px;
	right: 10px;
	width: 335px;
	height: 47px;
	line-height: 47px;
	text-align: right;
}

.mail {
	background-image: url('../images/icon-mail.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0 20px 0 23px;
	color: #454545;
}

.phone {
	background-image: url('../images/icon-phone.png');
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding: 10px 0px 10px 25px;
	line-height: 20px;
	height: 20px;
	color: #454545;
}

#search {
	position: absolute;
	right: 1px;
	top: 11px;
	width: 194px;
	height: 24px;
	background-image: url('../images/bg-search.png');
	background-repeat: no-repeat;
}

#search #searchterm {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 150px;
	height: 12px;
	background: transparent;
	font-size: 11px;
	line-height: 12px;
	color: #787878;
	font-family: Verdana;
}

#search #searchbtn {
	position: absolute;
	right: 12px;
	top: 4px;
}

#search #searchterm,
#search #searchbtn {
	border: 0;
}

#nav0-1 {
	position: absolute;
	bottom: 0px;
	right: 1px;
	height: 42px;
}

#nav0-1 a {
	float: left;
	height: 42px;
	width: 126px;
	line-height: 46px;
	display: block;
	color: #000;
}
#nav0-1 img {
	float: left;
	display: block;
	position: relative;
	top: 6px;
}

#nav0-1 span {
	background-image: url('../images/nav01.jpg');
	background-repeat: no-repeat;
	background-position: 9px 3px;
	padding-left: 31px;
}

#nav0-1 a:hover,
#nav0-1 a:focus,
#nav0-1 a.active,
#nav0-1 a.subactive {
	background-image: url('../images/nav0-1_active.png');
	text-decoration: none;
	color: #2887BE;
}

#nav0-1 a:hover span,
#nav0-1 a:focus span,
#nav0-1 a.active span,
#nav0-1a.subactive span{
	background-image: url('../images/nav01-active.jpg');
}

#body {
	margin: 0 auto;
	width: 918px;
	background-color: #FFF;
}

#pathfinder {
	width: 889px;
	height: 33px;
	line-height: 32px;
	padding-left: 69px;
}

#pathfinder span,
#pathfinder a {
	background-image: url('../images/pathfinder.jpg');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 12px;
	padding-left: 9px;
	font-size: 11px;
	color: #454545;
}

#pathfinder span {
	padding-right: 0px;
}

#pathfinder span,
#pathfinder a.last {
	background-image: none !important;
}

#start #startpic-shaddow,
#pathfinder-shaddow {
	margin: 0 auto;
	width: 899px;
	height: 30px;
	background-image: url('../images/pathfinder-shaddow.jpg');
	background-repeat: no-repeat;
}

#start #startpic-shaddow {
	background-image: url('../images/startpic-shaddow.jpg');
}

#left {
	float: left;
	width: 310px;
	margin-left: 19px;
	overflow: hidden;
}

.ie6 #left {
	margin-left: 8px;
}

#nav0-2 {
	width: 280px;
	margin-bottom: 20px;
}

#nav0-2 a {
	color: #454545;
	display: block;
	background-color: #E9E9E9;
	width: 261px;
	padding:7px 0 6px  19px;
	border-bottom: 1px solid #CECECE;
	border-top: 1px solid #FFF;
}

#nav0-2 a.active,
#nav0-2 a.active.sub {
	background-image: url('../images/nav02sub-bg.jpg');
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
}

#nav0-3 {
	width: 280px;
	margin-bottom: 9px;
}

#nav0-3 a {
	width: 238px;
	background-color: #8A8A8A;
	background-image: url('../images/nav03-bg.gif');
	background-repeat: no-repeat;
	padding: 6px 10px 5px 32px;
	color: #FFF;
	font-size: 11px;
	border-top: none;
}

#nav0-3 a.active,
#nav0-3 a:hover,
#nav0-3 a:focus {
	background-image: url('../images/nav03-active-bg.gif');
	text-decoration: none;
}

.left-teaser {
	width: 270px;
	border: 1px solid #E7ECF0;
	padding: 4px;
	color: #454545;
}

.left-teaser-inner {
	width: 238px;
	background-color: #F5F5F5;
	padding: 16px;
    display: block;
    color: #000 !important;
}

.left-teaser-inner h2{
	margin-bottom: 0;
    font-size: 12px;
}

.left-teaser-inner.callback-service,
.left-teaser-inner.contact-form {
	background-image: url('../images/callback-service.jpg');
	background-repeat: no-repeat;
    padding: 8px 16px
}

.left-teaser-inner.callback-service {
	border-bottom: 1px solid #FFF;
	background-position: 223px 5px;
}

.left-teaser-inner.contact-form {
	background-image: url('../images/contact-form.jpg');
	background-position: 225px 5px;
}

.download-item {
	border-bottom: 1px solid #DFE5EC;
}

.download-item.last {
	border: 0;
	margin-bottom: 10px;
}

.download-item a.download-title {
	color: #258BC5;
	display: block;
	float: left;
    padding: 2px 0;
    padding-left: 22px;
	background-image: url('../images/download.jpg');
	background-repeat: no-repeat;
	background-position: left 1px;
	width: 135px;
	overflow: hidden;
    margin: 5px 0;
}

.download-item span.download-size {
	float: right;
	display: block;
	color: #454545;
	font-size: 10px;
	text-align: right;
    margin: 5px 0;
    padding: 2px 0;
}

table.left-teaser {
	padding:0;
	margin-bottom:20px;
}

table.left-teaser td {
	padding:17px;
	background-color:#f5f5f5;
}

table.themen-website td {
	padding:0;
}

table.themen-website td.tdbutton {
	padding:5px;
	text-align:center;
	background-color:#e2e2e2;
	border-top:1px solid #f5f5f5;
}

#right {
	float: left;
	width: 589px;
	overflow: hidden;
}

#start #right {
	float: none;
	width: 844px;
	padding: 10px 36px 25px 38px;
}

.ie6 #right {
	width: 550px;
}

#themepic {
	margin: 0 auto;
	position: relative;
	width: 918px;
	height: 307px;
}

#themepic-overlay td.ka,
#themepic-overlay {
	background-image: url('../images/bg-banner.png');
	position: absolute;
	top: 25px;
	z-index: 50;
	left: 0px;
	padding: 16px 16px 16px 39px;
	color: #fff !important;
	width: 310px;
}

#themepic-overlay {
	background: none;
	top: 0px;
}

#themepic-overlay.brick {
	background-image: url('../images/bg-banner.png');
	top: 25px;
}

#themepic-overlay h3 {
	font-size: 17px;
	margin-bottom: 9px;
	font-weight: normal;
	color: #fff;
}

#themepic-pager {
	height: 20px;
	width: 915px;
	padding-right: 11px;
	position: absolute;
	bottom: 8px;
	text-align: right;
	z-index: 500;
}

#themepic-pager a {
	background-image: url('../images/themepic-nav.png');
	color: #454545;
	padding: 2px 6px;
	line-height: 20px;
	margin-right: 7px;
}

#themepic-pager a:hover,
#themepic-pager a.active {
	background-image: url('../images/themepic-nav-active.png');
	color: #FFF;
	text-decoration: none;
}

#content, .content {
	position: relative;
	width: 569px;
	font-family: Verdana;
	color: #454545;
	line-height: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

#start #content {
	width: 100%;
	padding-bottom: 0px;
	padding-right: 0px;
}

hr {
	background:url(../images/hr.jpg) no-repeat top center;
	height:1px;
	border:none !important;
}

#footer {
	width: 995px;
	height: 125px;
	background-image: url('../images/bg-footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

#start #footer {
	height: auto;
	padding-bottom: 30px;
	position: relative;
}

.teaser-item {
	width: 419px;
	float: left;
	color: #454545;
	line-height: 22px;
	padding-bottom: 4px;
}

.ie6 .teaser-item {
	width: 400px;
}

.teaser-item.left {
	margin-left: 78px;
	border-right: 1px solid #E1E1E1;
}

.ie6 .teaser-item.left {
	margin-left: 40px;
}

.teaser-item.right {
	border-left: 1px solid #FFF;
	padding-left: 30px;
}

.button {
	height: 20px;
	position: relative;
	background-image: url('../images/btn-bg.jpg');
	background-repeat: repeat-x;
	font-size: 11px;
	text-transform: uppercase;
	color: #000 !important;
	line-height: 18px;
	display: block;
	float: left;
	clear: both;
	text-shadow: 0.1em 0.1em #FFF;
}

.button a {
	color: #000;
	padding-right: 20px;
}

.button:hover {
	text-decoration: none;
}

.button.blue {
	background-image: url('../images/btn-blue-bg.jpg');
	color: #FFF !important;
	text-shadow: none;
}

.button.blue a {
	color: #FFF;
}

#more-fonds {
	margin-right: 28px;
}

.button-left {
	width: 24px;
	height: 20px;
	background-image: url('../images/btn-left-bg.jpg');
	background-repeat: no-repeat;
	padding: 0;
}

.button-left.blue {
	background-image: url('../images/btn-blue-left-bg.jpg');
}

.teaser-picture {
	float: left;
	width: 111px;
	height: 111px;
	padding: 5px;
	border: 1px solid #E1E1E1;
	background-color: #FFF;
	overflow: hidden;
}

.teaser-text {
	float: left;
	width: 270px;
	margin-left: 12px;
}

.ie6 .teaser-text {
	width: 250px;
}

.teaser-text {
	float: left;
}

#content-shaddow {
	background-image: url('../images/content-shadow-bottom.png');
	background-repeat: no-repeat;
	width: 918px;
	height: 25px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#footer-left {
	width: 500px;
	height: 92px;
	padding-top: 8px;
	margin-left: 46px;
	float: left;
	color: #454545;
}

#start #footer-left {
	margin-left: 0px;
	padding-left: 3px;
	width: 570px;
	border-bottom: 1px solid #C9C9C9;
	height: 65px;
}

#footer-left strong {
	margin: 0;
	display: block;
}

#footer-left td {
	padding-right: 20px;
	height: 16px;
}

#footer-right {
	width: 330px;
	height: 60px;
	padding-top: 40px;
	margin-right: 37px;
	float: right;
	color: #454545;
}

#start #footer-right {
	margin-right: 0px;
	padding-right: 10px;
	width: 330px;
	text-align: right;
	border-bottom: 1px solid #C9C9C9;
	height: 33px;

}

#footer-menu {
	margin: 0 auto;
	width: 913px;
}

#footer-menu a.footer-menu {
	color: #787878;
	font-size: 11px;
	float: left;
	padding-left: 12px;
	padding-right: 11px;
	background-image: url('../images/global.jpg');
	background-repeat: no-repeat;
	background-position: 0px 13px;
}

#start #footer-menu a.footer-menu {
	padding-top: 9px;
}

#footer-menu a.main-link {
	font-weight: bold;
}

#footer-menu a.first {
	padding-left: 8px;
	background: none;
}

#start #footer-menu a.first {
	padding-left: 5px;
}

#copyright {
	float: right;
	color: #787878;
	font-size: 11px;
}

#start #copyright {
	margin-top: 9px;
	margin-right: 3px;
}

.team td {
	vertical-align:top;
}

.team td.team-content {
	padding:8px 3px 3px 3px;
	width:264px;
}

.team td.team-head {
	padding:3px;
	background-color:#f7f7f7;
	width:264px;
}


/* Standard styles */

.clearer {
	clear: both;
}

#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 {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
}

#content ul ul ul, .content ul ul ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}

#content ul ul ul ul, .content 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 {
	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 {
	margin: 0 0 0 75px;
	padding: 0;
	list-style-type: none;
}

#content ul, .content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content li, .content li {
	position: relative;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}

#content ol, .content ol {
}

#content ol li, .content 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;
	z-index: 999;
}

#wysiwyg {
}

.content {
	font-size: 12px;
	padding: 10px;
	background-image: none !important;
	background-color: #fff !important;
}

.content a {
	color: #2887be !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
*/
 .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 20px 20px 0;
}

.img_right {
    border: 0 none;
    float: right;
    margin: 0 0 20px 20px;
}

/* lightbox */

#fancybox-title,#fancybox-title-over {
    text-align: left;
    position: relative;
}

#fancybox-title span,#fancybox-title-over span {
    display: block;
}

#fancybox-title span.title,#fancybox-title-over 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;
}

#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;
}

/**
 * Primary styles END
 */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.no-display, .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; }
}

