﻿/*
INDEX

S0.1 - allgemeine Klassen
S0.2 - Hauptsektionen

Headerklassen
S1.1 - schmale Navigation oben
S1.2 - Logo und Navigation
S1.3 - Slider und CI Element
S1.4 - Breadcrumb

Contentbereich
S2.1 - Content Elemente
S2.2 - Content Typo

S2.3 - Kontaktseite
S2.4 - FAQ
S2.5 - News
S2.6 - Mediathek
S2.7 - Linkliste


Sidebar
S3.1 - Sidebar Elemente
S3.2 - Sidebar Typo

S3.3 - Box Wichtige Rufnummern
S3.4 - Besuchen Sie auch...
S3.5 - Wählen Sie einen Vorgang

Footer
S4.1 - Footer Elemente

Startseite

S5.1



*/

/*S0.1 allgemeine klassen*/
ul, li{padding: 0;
    margin: 0;
    list-style: none;}
a{text-decoration: none;}
body,html{
    background-color: #000B36;
    font-family: Arial;
    padding: 0;
    margin: 0;
}
#warningWrap{display:none;}
.flright{float: right;}
.flleft{float: left;}

.flrightBord{float: right; margin:5px 0 5px 5px;}
.flleftBord{float: left; margin:5px 5px 0 5px;}

/*allgemeine klassen ende*/


/* S0.2 Hauptsektionen*/
#all{
    background: url(../images/layout/topHeadBg.png) no-repeat #000B36 top center;
}
#pageBody{
    min-height: 600px;
    background: repeat-y url(../images/layout/mainBodyBg.png);
    /* padding-bottom:20px; */
}
section#sidebar{
    background: url(../images/layout/sidebarelementverb.png) no-repeat center top;
    min-height: 330px;
}
#mainFooter{
    padding-bottom:120px;
}
/*Hauptsektionen ende*/

/*S1.1 schmale Navigation oben*/
#topHead ul#areaBox li a{
    float:left;
    display: block;
    padding:7px 2px;
    margin: 0 10px 0 0;
    opacity:0.7;
}
#topHead ul#areaBox li.active a{
    padding:5px 2px;
    border-top: 2px #bc0116 solid;
    border-bottom: 2px #bc0116 solid;
    opacity: 1;
}
#topHead ul#areaBox li a:hover{
    opacity:1;
}

#topHead ul#areaBox li a span{
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 0 0 0 5px;
    vertical-align: bottom;
}
#langSearchBox li#language{
    float: left;
}
#langSearchBox li#language ul li{
    float: left;
    background: url(../images/layout/topHeadLangTrenner.png) no-repeat right;
    padding: 10px ;
}
#langSearchBox li#language ul li a{
    padding: 2px;
    opacity: 0.7;
}
#langSearchBox li#language ul li a.active{
    opacity: 1;
}
#langSearchBox li#language ul li a.active img{
    padding: 1px;
    border: 1px solid #fff;
}
#langSearchBox li#language ul li a:hover{
    opacity: 1;
}
#search input#searchInput{
    height:34px;
    border: 0;
    width:101px;
    float:right;
    background: url(../images/layout/topHeadSearchInput.png) no-repeat;
    color:#b5b5cf;
    font-weight: bold;
    padding:2px 7px 0;
}
#search input#searchButton{
    height: 34px;
    width: 35px;
    border: 0;
    float:right;
}
/*schmale Navigation oben ende*/

/*S1.2 Logo und Navigation*/
#logoBox {
    background: url(../images/layout/logoElements.png) no-repeat;
    height: 63px;
    margin-top:13px;
    cursor: pointer;
}
#logoBox2{
    background: url(../images/layout/logoElements2.png) no-repeat;
    height: 63px;
    margin-top:13px;
    margin-bottom:20px;
    cursor: pointer;
}
#logoBox li#brand,
#logoBox2 li#brand2{
    font-family: 'PT Sans Narrow', sans-serif;
    color:#fff;
    font-size:36px;
    text-transform: uppercase;
    padding-left:15px;
    margin: -11px 0 0 30px;
    letter-spacing: 2px;
}
#logoBox li#text,
#logoBox2 li#text2{
    font-family: 'PT Sans Narrow', sans-serif;
    color:#bc0116;
    font-size:25px;
    text-transform: uppercase;
    text-align: right;
    margin:-9px 49px 0;
}
nav#menuBox ul{
    display: flex;
    margin-top:31px;
    margin-right: 10px;
}
ul#logoBox li a,
ul#logoBox2 li a{
    color:#fff;
}
nav#menuBox ul li{
    height:27px;
    padding-bottom:5px;
}
nav#menuBox ul li a{
    color:#fff;
    text-decoration: none;
    text-shadow: 2px 2px 1px #000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 6px;
    font-size:13px;
}
nav#menuBox ul li ul{
    position:absolute;
    width:144px;
    background-color: #ddd;
    border-radius: 5px;
    text-align: center;
    z-index:9999999;
    border: 3px solid #fff;
    box-shadow: 3px 3px 8px #000;
    padding-bottom: 3px;
    display: none;
    
}
nav#menuBox ul li ul li{
    margin: 0;
    padding: 0;
}
nav#menuBox ul li ul li.image{
    height:60px;
    
}
nav#menuBox ul li ul li a{
    display:block;
    background: url(../images/layout/submenuBg.jpg) no-repeat top;
    height:25px;
    width:144px;
    padding:5px 0px 0 0px;
    text-transform: none;
    text-shadow: none;
    font-size:12px;
}
nav#menuBox ul li ul li a:hover{
    padding:5px 0px 0 0px;
    background-position:bottom;
}
nav#menuBox ul li ul li, nav#menuBox ul li ul li a{
    float:none;
}
nav#menuBox ul li ul li a{}

nav#menuBox ul li.activepath,
nav#menuBox ul li.active{
    border-bottom: 2px solid #bc0116;
}
nav#menuBox ul li a:hover,nav#menuBox ul li a.menuDown{
    padding: 7px 6px;
    text-shadow: 1px 1px 1px #000;

}
/*Logo und Navigation ende*/

/* S1.3 Slider und CI Element*/
#slider{
    background:url(../images/content/sliderImage.jpg) no-repeat;
    height:165px;
    margin-top:20px;
    width:680px;
}
aside#ciElement{
    background: url(../images/layout/ciElementVerb.png);
    height:165px;
    margin-top: 20px;
}
/*Slider und CI Element ende*/

/* S1.4 Breadcrumb*/
nav#breadcrumb{
    height:35px;
    background: url(../images/layout/breadcrumbImage.png) no-repeat right #f2f2f2;
    color:#8c8c8c;
    font-size:11px;
    font-weight: bold;
}
nav.brOH {
    background: url(../images/layout/breadcrumbImageOH.png) no-repeat right #f2f2f2 !important;
}
nav#breadcrumb ul {
    margin-top:9px;
}
nav#breadcrumb ul li {
    float:left;}
nav#breadcrumb ul li.actPosition {
    padding-left: 8px;
}
nav#breadcrumb ul li a{
    float:left;
    color:#8c8c8c;
    font-size:11px;
    font-weight: normal;
    padding: 0 10px 0;
    height: 12px;
    background: url(../images/layout/breadcrumbTrenner.png) no-repeat;
    background-position: right 5px;
}
nav#breadcrumb ul li a:hover{
    color:#000b36;
    text-decoration: underline;
}
/*Breadcrumb ende*/

/* S2.1 Maincontent Elemente */
.button, .buttonsubmit{
    display: block;
    float:right;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 40%, rgba(226,226,226,1) 60%, rgba(240,240,240,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(40%,rgba(244,244,244,1)), color-stop(60%,rgba(226,226,226,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 40%,rgba(226,226,226,1) 60%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 40%,rgba(226,226,226,1) 60%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 40%,rgba(226,226,226,1) 60%,rgba(240,240,240,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 40%,rgba(226,226,226,1) 60%,rgba(240,240,240,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-8 */
    padding:3px 6px;
    margin: 3px;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #d3d3d3;
    color:#555;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
    font-weight: bold;
    }
.buttonsubmit{
    float:right;
}
.button img{
    margin-right:5px;
    float:left;
}
.button:hover{
    color:#333;
    padding: 4px 6px 2px;
    background: rgb(240,240,240); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(226,226,226,1) 40%, rgba(244,244,244,1) 60%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(40%,rgba(226,226,226,1)), color-stop(60%,rgba(244,244,244,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(226,226,226,1) 40%,rgba(244,244,244,1) 60%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(226,226,226,1) 40%,rgba(244,244,244,1) 60%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(226,226,226,1) 40%,rgba(244,244,244,1) 60%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(226,226,226,1) 40%,rgba(244,244,244,1) 60%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
a.imgCapt{
    padding: 5px;
    border: 1px solid #ddd;
}
a.imgCapt span.caption{
    border-top: 1px solid #ddd;
    display: block;
    margin: 2px -5px 0 -5px;
    padding: 1px;
    color:#555;
    font-size:11px;
    text-align:center;
}
a.imgCapt:hover{
    border: 1px solid #bc0116;
}
table.list {
	width: 100%;
	border: 1px solid #C5C5C5;
}
table.list td {
	padding: 3px 10px;
}
table.list tr.even {
	background-color: #FFFFFF;
}
table.list tr.odd {
	background-color: #DADADA;
}
aside.info_news ul.tto li{
margin-top:3px;
}
aside.info_news ul.tto li ul li{
margin-top:0;
}


/* Maincontent Elemente ende */

/* S2.2 Maincontent Typo */
#mainContent{
    font-size:12px;
    color:#444;
    margin: 0 20px;
}
h2#mainTitle{
    font-family: Georgia;
    color:#bc0116;
    font-variant: small-caps;
    font-size:20px;
	font-weight: normal;
    background-color:#ececec;
    margin:0 -5px 20px;
    padding:  4px 10px 0;
    border-bottom: 1px solid #bc0116;
    height:31px;
}
h2#mainTitle span#printMe{
    float:right;
}
h2#mainTitle span#printMe a{
    opacity: 0.7;
}
h2#mainTitle span#printMe a:hover{
    opacity: 1;
}
#mainContent h2{
  font-family: 'Merriweather', serif;
  color:#bc0116;
  font-size:18px;
  margin-left:5px;
}
#mainContent h3{
    color:#BC0116;
    font-size:13px;
}
#mainContent .con ul, #mainContent .con ol {
    margin-bottom:15px;
}
#mainContent .con ul li{
   list-style: url(../images/layout/bullet.png);
   margin:5px 0 5px 27px;
}
#mainContent .con ol li{
    list-style: decimal;
    margin:5px 0 5px 17px;
}
#mainContent h4{
    font-size:13px;
    color:#bc0116;
    margin-bottom:5px;
}
#mainContent .anreisser{
    background-color:#F2F2F2;
    padding: 5px;
    margin: 5px;
}
/* Maincontent Typo ende */

/*S2.3 - Kontaktseite*/
article.contactBox{
    /* margin-bottom:30px; */
    margin: 15px 0;
}
article.contactBox div.contactImgBorder{
    background: url(../images/layout/contactimgbox.png) no-repeat;
    float:left;
    width: 122px;
    height: 127px;
    padding: 10px 0 0 11px;
    margin-right:10px;
}
article.contactBox div.contactDetails{
    float:left;
    /* width:165px; */
    margin-bottom:13px;
}
#mainContent article.contactBox .contactDetails h4, #mainContent article h4 {
    font-family: 'Merriweather',serif;
    color:#bc0116;
    font-size:14px;
    margin-bottom:0;
}
article.contactBox .contactDetails h6{
    text-transform: uppercase;
    font-size:11px;
    color:#666;
    margin:0 0 6px 0;
}
article.contactBox div.contactDetails div.contactPhoneBlock span{
    color:#333;
    font-size: 12px;
    line-height: 130%;
}
article.contactBox div.contactDetails div.contactPhoneBlock span.cpbTitle{
    float:left;
    width:45px;
    clear: left; /* mm */
}
article.contactBox div.contactDetails div.contactPhoneBlock span.cpbVar{
    float:left;
    width:120px;
}
span.cpbVar{
    white-space: nowrap;
}

.contactShare {
    display:none;
    background-color:#F5F5F5;
    border-top: 1px solid #c5c5c5;
    margin-left: -134px;
    margin-top: -312px;
    padding: 5px;
    position: absolute;
    width: 259px;
    height: 245px;
}
.contactShare span.headline {
    color: #555555;
    font-size: 12px;
    font-weight: bold;
}
.contactShare .closer{
    margin-bottom:20px;
}
.contactShare textarea{
    margin-top:13px;
}
.contactShare input, .contactShare textarea{
    width:250px;
    margin-bottom:3px;
}
.contactShare input.buttonsubmit{
    width:auto;
    float:left;
}

.contactMe{
    width:200px;
    position:absolute;
    height:205px;
    display:none;
    background-color:#F5F5F5;
    border-radius:5px;
    box-shadow:2px 2px 5px #aaa;
    padding: 5px;
	z-index: 10000;
}
.contactMe .closer{
    margin-bottom:10px;
}
.contactMe input, .contactMe textarea{
    width:192px;
    margin-bottom:3px;
}
.contactMe input.buttonsubmit{
    width:auto;
    float:left;
}

#form .pb_input_text {
	width: 220px;
}

#form label {
	width: 200px;
	float: left;
}

#form li {
	padding: 5px 0 5px 0;
        overflow: hidden;
}

#form li h3 {
    margin: 10px 0 !important;
}

form .pb_is_required {
    border-left: 4px solid #000B36 !important;
}

form .pb_on_focus {
	border-color: #959595 !important;
}

form .pb_no_error {
	background: #fff url(../images/check.png) no-repeat 99% 3px;
    border-color: #71d000 !important;
}

form .pb_error {
	background: #fff url(../images/cross.png) no-repeat 99% 3px;
    border-color: #3bf33b !important;
}

form .pb_input_text {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C5C5C5;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    padding: 3px 3px 3px 5px;
    /* width: 220px; */
	font-size: 12px;
	color: #333333;
	font-family: Arial;
}
#form .pb_textarea {
    width: 220px;
	max-width: 220px;
}
form .pb_textarea {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C5C5C5;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    padding: 3px 3px 3px 5px;
	font-size: 12px;
	color: #333333;
	font-family: Arial;
}

#form .pb_select {
    width: 220px;
	max-width: 220px;
}
form .pb_select {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C5C5C5;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    padding: 3px 3px 3px 5px;
	font-size: 12px;
	color: #333333;
	font-family: Arial;
}

form .pb_placeholder_visible {
	color: #C5C5C5;
}
form .pb_error {
	border-left: 4px solid #BC0116 !important;
}

#form .pb_input_submit {
    border-color: #E4E4E4 #D2D2D2 #B4B4B4;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: #3A3A3A;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 1em;
    margin-left: 199px;
    margin-right: 0.6em;
	margin-top: 20px;
    padding: 6px 30px;
    text-align: center;
}

#errorBox {
    font-size: 12px;
    left: 621.37px;
    padding: 0;
    position: absolute;
    top: 392.17px;
    width: 222px;
    z-index: 10;
	display: none;
}

#errorBox .errorHeader {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 0 5px;
    color: #BC0116;
    float: left;
    font-weight: bold;
    padding: 5px;
    width: 215px;
}

#errorBox .errorContent {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EEEEEE;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #444444;
    float: left;
    font-size: 10px;
    margin-left: 30px;
    padding: 7px 10px 10px 15px;
    position: relative;
    top: -1px;
    width: 170px;
}

#errorBox .errorButton {
    background-color: #BC0116;
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 10px 0 0;
    text-align: center;
    width: 20px;
}

/*S2.4 FAQ*/
article.faqElement{
    margin-bottom: 15px;
}
article.faqElement h3.faqPoint{
    height: 43px;
}
article.faqElement h3.faqPoint span{
    display: block;
    height:38px;
    width: 43px;
    border-radius:30px;
    background-color: #bc0116;
    text-align: center;
    font-size:18px;
    color:#fff;
    font-family: 'PT Sans Narrow',sans-serif;
    padding-top:5px;
}
article.faqElement h3.faqPoint span.faqNeutr{
    background-color: #869FB0;
}
section.faqHelp{
    padding: 10px;
    border-radius:10px;
    margin-top:10px;
    border:1px solid #ddd;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
}
section.faqHelp article.contactBox{
    margin-bottom:0;
}
section.faqHelp aside.faqDownload{
    background: url(../images/layout/helptrenner.png) repeat-y left;
    padding-left:5px;
    width:230px;
}
section.faqHelp aside.faqDownload a{
    display: block;
    float: left;
    width:75px;
    height:95px;
    font-size:11px;
    line-height: 100%;
    text-align: center;
    color: #555;
    margin-bottom:5px;
}
section.faqHelp aside.faqDownload a span.faqImgWrap{
    display: block;
    width:60px;
    margin: auto;
    height:55px;
    padding-top:5px;
    border-radius: 5px;
    background-color: #ddd;
    margin-bottom:5px;
        background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 40%, rgba(226,226,226,1) 60%, rgba(240,240,240,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(40%,rgba(244,244,244,1)), color-stop(60%,rgba(226,226,226,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 40%,rgba(226,226,226,1) 60%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 40%,rgba(226,226,226,1) 60%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 40%,rgba(226,226,226,1) 60%,rgba(240,240,240,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 40%,rgba(226,226,226,1) 60%,rgba(240,240,240,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-8 */
    border: 1px solid #ddd;
}
section.faqHelp aside.faqDownload a:hover{
    color:#111;
}
section.faqHelp aside.faqDownload a:hover span.faqImgWrap{
    height:52px;
    padding-top:8px;
    ackground: rgb(240,240,240); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(226,226,226,1) 40%, rgba(244,244,244,1) 60%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(40%,rgba(226,226,226,1)), color-stop(60%,rgba(244,244,244,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(226,226,226,1) 40%,rgba(244,244,244,1) 60%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(226,226,226,1) 40%,rgba(244,244,244,1) 60%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(226,226,226,1) 40%,rgba(244,244,244,1) 60%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(226,226,226,1) 40%,rgba(244,244,244,1) 60%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
/*FAQ ende*/

/*S2.5 News*/

.info_news{
    width:140px;
    min-height:40px;
    margin-bottom:25px;
}
.datum_news_info, .bereich_news_info{
    width:70px;
    height: 40px;
    background-color:#BC0116;
    float:left;
    color:#fff;
    font-family: "Merriweather","Times New Roman";
    text-transform: uppercase;
    font-size:13px;
}
.datum_news_info .day_month_news_info{
    font-size:18px;
    text-align: center;
}
.year_news_info{
    line-height: 80%;
    text-align: center;
}

.bereich_news_info{
    padding: 21px 3px 0 0;
    width: 67px;
    height: 19px;
    background-color: #ebebeb;
    color:#888;
    text-align:right;
}
.info_news .more a{
    width:138px;
    height: 18px;
    border: 1px solid #BC0116;
    color:#999;
    display: block;
    font-weight: bold;
    text-align: center;
    margin: 4px 0 4px;
}
.info_news .more a:hover{
    background-color: #BC0116;
    color:#fff !important;
}
.right_news{
    color:#555555;
    line-height:150%;
}
#mainContent .right_news h3{
    font-family_:Verdana;
    font-size: 12px;
    margin-bottom:3px;
}
#mainContent .right_news h3 a{
    color: #BC0116;
}
#mainContent .right_news h3 a:hover{
    text-decoration: underline;
}
.image_news_info{
    margin: 4px 0 4px;
    border: 1px solid #ccc;
}
#mainContent .right_news_link {
    background-color: #f7f7f7;
    min-height:40px;
    padding-left:10px;
    width:460px;
}
.right_news_link a{
    font-weight: bold;
    color:#BC0116;
    background:url(../images/layout/link_icon.png) no-repeat top right;
    padding-right:10px;
}
.a-list-liste_aktuelles {
	min-height: 650px;
}

/*News Ende*/


/*S2.6 Mediathek*/


/*Medialist*/

#mainContent .medialist{
    width: 625px;
    height:137px;
    background: url(../images/layout/medialist_bg.png) no-repeat;
    margin:0 0 25px 10px;
}
#mainContent .medialist .medialistImg{
    padding: 14px 0 0 10px;
    float:left;
    width: 437px;
    height: 137px;
}
#mainContent .medialist .medialistDesc{
    float:left;
    width:165px;
    height:137px;
    padding: 10px 0 0 5px;
}
#mainContent .medialist .medialistDesc .medialistDescDetails{
    font-size:11px;
    height:65px;
}
.galeryImg{
    margin-bottom: 15px;
}

.galeryImg .galElement{
    width: 310px;
    height: 137px;
    background: url(../images/layout/galleries.png) top  no-repeat;
    cursor: pointer;
}
article.active .galElement{
    background: url(../images/layout/galleries.png) bottom  no-repeat;
}

.galeryImg .galElement .galImg{
    float:left;
    height:115px;
    width: 115px;
    margin: 5px 0 0 5px;
}
.galeryImg .galElement .galDesc{
    width: 156px;
    margin: 9px 0 0 18px;
    height: 114px;
    float: left;
}

.galeryImg .galElement .galDesc .galDescDetail{
    font-size: 11px;
}
.imgHolder{
    display: table;
    overflow: hidden;
}
.imgHolder .centerer {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    position: static;
    text-align: center;
}
.galImg .imgHolder{
    height: 115px;
    width: 115px;
}

.galImg .imgHolder .centerer {
    width: 115px;
}
.imgCnt{
    display:block;
    position: absolute;
    width: 42px;
    height: 26px;
    background: url(../images/layout/imagecntbutton.png);
    margin-left: 73px;
    text-align:center;
    color:#fff;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0 1px  0 #000;
}

.galerieBox{
    height: 149px;
    width:130px;
    float:left;
    margin: 11px;
    background: url(../images/layout/imageborder.png) no-repeat top;
}
.galerie .active{
    background-position:bottom;
}
.galerieBox .imgHolder{
    height: 144px;
    width: 130px;
}

.galerieBox .imgHolder .centerer {
    width: 130px;
}

.con, .anreisser{
    padding: 5px;

}
article.videolink{
    float:left;
}
article.videolink a{
    display:block;
    float:left;
    width:147px;
    height: 98px;
    background: url(../images/layout/stripElm.png);
    margin: 10px;
    text-align: center;
    padding-top:8px;
}
.videolink ul{
    position:absolute;
    display:none;
    width:130px;
    background: url(../images/layout/stripBg.jpg);
    border: 1px solid #ddd;
    height:auto;
    border-radius:10px;
    padding: 10px;
    text-align: center;
    cursor:pointer;
    box-shadow: 2px 2px 5px #aaa;
}
.videolink ul li.title{
    color:#BC0116;
    font-weight:bold;
    line-height:110%;
    padding-top:5px;
}
.videolink ul li.description{
    background-color: #fff;
    border: 1px solid #ddd;
    font-size:11px;
    border-radius:5px;
    margin: 5px -5px -5px;
    padding: 3px;
    line-height:110%;
}



/*Mediathek ende*/

/*S2.7 Linkliste*/
#linkBg{
    background:url(../images/layout/linkBg.jpg);
    margin: -20px -24px -10px -25px;
    padding: 20px 5px 10px;
}
.linkliste{
    width: 635px;
    height: 137px;
    background: url(../images/layout/linkbox.png);
    margin: 5px auto 10px;
    text-align:center;
    padding-top:11px;
}
.linkliste h3{
    margin-bottom:0;
}
.linkliste h6{
    margin-bottom:0;
    font-weight: normal;
    color: #535353;
    font-size:12px;
}
.linkliste a{
    margin: 0 auto;
    display:block;
    width: 468px;
    height: 60px;
    padding: 3px;
    background-color:#fff;
    border: 1px solid #555;
}
/*Linkliste ende*/


/* S3.1 Sidebar Elemente */
    aside.box{
        padding: 10px;
        border-bottom: 1px solid #c5c5c5;
        min-height:100px;
    }
/* Sidebar Elemente ende */

/* S3.2 Sidebar Typo */
    section#sidebar h2{
        
        font-family: Georgia;
        color:#bc0116;
        font-variant: small-caps;
        font-size:16px;
        padding: 8px 10px 0;
        height:27px;
        border-bottom: 1px solid #c5c5c5;
        margin-bottom: 0;
		letter-spacing: 0;
		font-weight: normal;
    }
/* Sidebar Typo ende */

/*S3.3 - Box Wichtige Rufnummern*/
section#sidebar aside#boxImpNumbers{
    padding: 0 15px 15px;
}
section#sidebar aside#boxImpNumbers h3.boxNumberTitle{
    font-size:13px;
    color:#bc0116;
    float:left;
    margin:15px 0 5px;
    width:225px;
}
section#sidebar aside#boxImpNumbers img{
    float:left;
    margin-bottom:5px;
}
section#sidebar aside#boxImpNumbers span.boxINvar,
section#sidebar aside#boxImpNumbers a.boxINvar {
    float:right;
    width:200px;
    margin-left:10px;
    margin-bottom:3px;
}
section#sidebar aside#boxImpNumbers span.boxINvar {
    color:#333;
}
/*Box Wichtige Rufnummern ende*/

/*S3.4 Box Besuchen Sie auch*/
aside#boxPleaseVisit{
    padding: 0;
}
aside#boxPleaseVisit li, aside#boxPleaseVisit li a{
    width:135px;
    text-align: center;
    float:left;
}
aside#boxPleaseVisit li a span{
    display:block;
    background-color: #e1e1e1;
    font-family: 'Merriweather', serif;
    color:#555;
    text-align: center;
    font-weight: normal;
    font-size:12px;
    font-variant: small-caps;
    padding: 3px 0;
}
aside#boxPleaseVisit li.visitMeRight{
    border-left: 1px solid #e1e1e1;
    width:134px;
}
aside#boxPleaseVisit li.visitMeRight a{
    width:134px;
}
aside#boxPleaseVisit li a img{
    padding: 10px;
}
aside#boxPleaseVisit li a:hover span{
    background-color: #000b36;
    color:#fff;
}
/*Box Besuchen Sie auch ende*/


/*S3.5 Wählen Sie einen Vorgang*/
#boxImpChooseFaq{
    padding: 0 0 15px 0;
}
#boxImpChooseFaq ul li a{
    display: block;
    padding: 3px 13px;
    border-bottom: 1px solid #ddd;
    color:#bc0116;
    font-size:12px;
}
#boxImpChooseFaq ul li.active a{
    font-weight: bold;
    color:#fff;
    background-color: #bc0116;
}
#boxImpChooseFaq ul li a:hover,#boxImpChooseFaq ul li.active a:hover{
    color:#fff;
    background-color: #bc0116;
    border-bottom: 1px solid #bc0116;
}
/*Wählen Sie einen Vorgang ende*/

/*4.1 Footer Elemente*/
#mainFooter nav#topFoot{
    background-color:#F4F4F4;
    height:55px;
    border-top: 1px solid #c5c5c5;
}
#mainFooter nav#topFoot{
    background-color:#F4F4F4;
    height:55px;
    border-top: 1px solid #c5c5c5;
}
#mainFooter nav#topFoot ul li#footNav ul{
    margin-top:15px;
}
#mainFooter nav#topFoot ul li#footNav ul li{
    float:left;
    padding:0 10px;
}
#mainFooter nav#topFoot ul li#footNav ul li a{
    color:#555;
    font-size: 12px;
}
#mainFooter nav#topFoot ul li#footNav ul li a:hover{
    color:#000B36;
    text-decoration: underline;
}
#mainFooter nav#topFoot ul li#footPrint ul li{
    float:left;
}
#mainFooter nav#topFoot ul li#footPrint ul li a
{
    display: block;
    width:135px;
    height:40px;
    padding-top:15px;
    background-color: #dadada;
    text-align: center;
    font-size:12px;
    color:#444;
}
#mainFooter nav#topFoot ul li#footPrint ul li a#printButton{
    background: url(../images/layout/topfootertrenner.png) no-repeat right #dadada;
}
#mainFooter nav#topFoot ul li#footPrint ul li a:hover, #mainFooter nav#topFoot ul li#footPrint ul li a#printButton:hover {
    background-color: #efefef;
}
#footAdressen{
    font-size:11px;
    color:#fff;
    margin:15px 0;
}
#footAdressen ul li{
}
#footAdressen ul li#footerLogo{
    padding-top:0;
}
#footAdressen a{
    color:#fff;
    font-style: italic;
}
#footAdressen a:hover{
    text-decoration: underline;
}
#footSocial #socialshareprivacy{
    margin-left:8px;
}
#footAdressen #address{
    margin-top:5px;
    margin-left:55px;
}
/*Footer Elemente ende*/





/*
 * vTip
 */

span.isvtip {
	font-style: italic;
}

p#vtip {
	display: none;
	position: absolute;
	padding: 7px;
	color:#fff;
	left: 5px;
	font-family: Arial;
	font-size: 11px;
	background-color: #000;
	border: 1px solid #444;
	border-radius: 5px;
	z-index: 9999;
	min-width: 50px;
	max-width: 200px;
}

p#vtip #vtipArrow {
	position: absolute;
	top: -10px;
	left: 5px
}

p#vtip span {
	display: block;
	font-weight: bold;
}

.vtip{
  cursor:pointer;
  background-image:url(../img/question_blue.png);
  background-repeat: no-repeat;
  background-position:top right;
}

/*
 * Pager
 */

#boxPager {
	font-size: 11px;
	font-weight: normal;
	color: #BC0116;
	margin: 70px 0 0px 0;
	text-align: center;
	height: 22px;
}

#boxPager .boxPagerDispaly,
#boxPager .boxPagerPrev,
#boxPager .boxPagerLinks,
#boxPager .boxPagerNext {
	display: inline;
}

#boxPager a,
#boxPager span {
	padding: 5px 8px;
}

#boxPager span {
	font-weight: bold;
	background-color: #f4f4f4;
}

#boxPager a:link,
#boxPager a:visited {
	color: #565656;
	background-color: #f4f4f4;
}

#boxPager a:hover,
#boxPager a:focus {
	color: #f4f4f4!important;
    border-radius: 12px;
	background-color: #565656 !important;
}

#boxPager .boxPagerLinks span {
    border-radius: 12px;
	background-color: #fff;
}
#boxPager .boxPagerPrev,
#boxPager .boxPagerNext{
	padding: 7px 4px 7px 4px;
	border: 1px solid #c5c5c5;
	background-color: #fff;
}
#boxPager .boxPagerLinks { 
	padding: 7px 10px 7px 10px;
	border-top: 1px solid #c5c5c5;
	background-color: #f4f4f4;
}
#boxPager .boxPagerLinks a,
#boxPager .boxPagerLinks span {
}
#boxPager .boxPagerPrev a,
#boxPager .boxPagerPrev span,
#boxPager .boxPagerNext a,
#boxPager .boxPagerNext span{
	background-color: #fff;
}


/*DEBUG*/
.comment{
    display: block;
    border: 2px solid #f00;
    color:#333;
    font-style: italic;
    font-size:14px;
    padding: 10px;
    margin: 10px;
    clear: both;
    background-color:#eee;
}
.comment ul{
    padding-left:15px;
}
.comment ul li{
    list-style:square;
    padding-left:10px:
}

/*S5.1 Startseite*/
#start{
    margin: 10px auto 0;
    width: 953px;
    text-align:center;
}

#logoStart{
    position:relative;
    z-index:30;
    top:30px;
}
/*
#start #cont_1 h5{
    display:block;
    height:33px;
    width:140px;
    background: url(../images/startseite/h1_auktionen.png);
    overflow: hidden;
    text-indent: -9999px;
    margin: 20px auto 20px auto;
}
*/
#start #cont_1 h5 {
    display: block;
    font-family: times New Roman;
    font-size: 30px;
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing: 0.1em;
	border-bottom: 1px solid #fff;
    margin: 20px auto;
    overflow: hidden;
    padding-top: 0;
    width: 100px;
}

#start #cont_1 h5 a {
	color: #fff;
}
/*
#start #cont_2 h5{
    display:block;
    height:33px;
    width:84px;
    background: url(../images/startseite/h1_zucht.png);
    overflow: hidden;
    text-indent: -9999px;
    margin: 20px auto 20px auto;
}
*/
#start #cont_2 h5{
    display:block;
    font-family: times New Roman;
    font-size: 30px;
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing: 0.1em;
	border-bottom: 1px solid #fff;
    width:140px;
    overflow: hidden;
    margin: 20px auto 20px auto;
}
#start #cont_2 h5 a {
	color: #fff;
}
#start #cont_1{
    float:left;
    width:200px;
    position:relative;
    top:-300px;
    z-index: 20;

}

#start #cont_2{
    float:right;
    width:200px;
    position:relative;
    top:-300px;
    z-index: 20;
}

#start ul li a{
    text-decoration:none;
    color:#fff;
    padding: 2px 5px;
}
#start ul li a:hover{
    text-decoration:none;
    background-color:#fff;
    color:#000b36;
}
#startslider{
    width: 853px;
    height: 706px;
    margin: 10px auto 0;
    position:relative;
    top:-70px;

}
#startslider img {
    position:absolute;
    left:0;
    top:0;
}

#startslider img.show {
		z-index:5;
	}
/*S5.1 Startseite ende*/


#pbTSMaps {
    border: 1px solid #dadada;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 6px;
    padding: 4px 5px;
}


.contactBoxSpzWidth {
    width:630px;
    overflow: hidden;
}

.seperator {
    background: url(../images/seperator.png)  no-repeat center top;
    height: 50px;
    clear: both;
}

.selected .seperator{
    background: url(../images/seperator_r.png)  no-repeat center top;
    height: 50px;
    clear: both;
}

.tableImageLeft {
	float: left;
	margin:0 15px 10px 0;
	font-size: 11px;
	font-style: italic;
	color: #555;
}
.tableImageLeft td { padding: 2px 4px; }
.tableImageLeft td p { margin: 0px !important; }
.tableImageRight {
	float: right;
	margin:0 0 10px 15px;
	font-size: 11px;
	font-style: italic;
	color: #555;
}
.tableImageRight td {	padding: 2px 4px; }
.tableImageLeft td p { margin: 0px !important; }

#mainContent .anreisser {
	overflow: hidden;
}


#message, #calendarHtml form { display: none; }

#boxInfoBox a:link,
#boxInfoBox a:visited,
#mainContent a:link,
#mainContent a:visited,
#boxImpNumbers a:link,
#boxImpNumbers a:visited {
	color: #BC0116;
}

#boxInfoBox a:hover,
#boxInfoBox a:focus,
#mainContent a:hover,
#mainContent a:focus,
#boxImpNumbers a:hover,
#boxImpNumbers a:focus {
	color: #000b36;
}

#mainContent a.button {
	color: #555;
}

#mainContent img { vertical-align: top; }

.a-list-liste_impressionen .suffix_1 { padding-right: 0 !important; }

aside#boxInfoBox{
    color:#333;
}

.conspz {
	 background: url(../images/layout/linkBg.jpg) repeat scroll 0 0 transparent;
	 margin: -20px -24px -10px -25px;
	 padding: 20px 24px 10px 25px;
}

a.qrcode{
	position: relative;
}
a.qrcode img{
	width: 60px;
	margin-right: 0px !important;
}
a.qrcode:hover {
	position: absolute;
	cursor: none;
}
a.qrcode:hover img{
	width: 200px !important;
	height: 200px !important;
}

table.auktions {
	width: 100%;
}
.auktions td {
	height: 48px;
	vertical-align: middle;
	padding: 5px 6px;
    background-image:url(../images/layout/hg_td_liste.png);
    background-position:right center;
    background-repeat:no-repeat;
}

.auktions td .gek {
    display: block;
    text-align: center;
    font-size: 85%;
    font-weight: bold;
    color: #000B36;
}

.auktions td .gekok {
    color: #14740e !important;
}

.auktions td .gekpre {
    color: #545211 !important;
}

.auktions td.last{
    background-image:none;
}
.auktions td.aukNr{
    text-align:center;
    font-weight:bold;
}
.auktions td a{
    font-weight:bold;
}
.auktions tr {
    background: rgb(254,254,254); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-8 */
    border-bottom:1px solid #aaa;
    border-top:1px solid #fff;
    padding:5px 0;
    height:60px;
}

.auktions tr.rowOdd {
    background: rgb(239,239,239); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGJkYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(189,189,189,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(189,189,189,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(189,189,189,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(189,189,189,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(189,189,189,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(189,189,189,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#bdbdbd',GradientType=0 ); /* IE6-8 */

}

.auktions tr:hover {
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
}

.auktions .gImgCont img {
	padding: 5px 5px;
	background-color: #fff;
	border: 1px solid #686868;
}

.aukvonbis {
	font-family: Georgia;
	font-size:  16px;
	text-align: right;
	font-weight: bold;
	padding-top: 30px;
}

.aukbild {
	/* margin-bottom: 20px; */
}

.aukdown a {
	padding: 15px 0;
	display: block;
	font-weight: bold;
}
#boxImpNumbers{
margin-top:10px;
}

#boxImpNumbers .boxTitle{
    font-weight:bold;
    color:#BC0116;
    float:left;
    width:135px;
    margin:0 0 3px 5px;
    font-size:12px;
}

#boxImpNumbers .boxTitle a{
    font-weight:normal;
    display:block;
    color:#666;
    text-decoration: underline;
    padding:3px 3px 0 23px;
}
#boxImpNumbers .boxTitle a.vaseite{
    background: url(../images/layout/icohtml.png) no-repeat left center;
}

#boxImpNumbers .boxTitle a.vabild{
    background: url(../images/layout/iconimage.png) no-repeat left center;
}

.aukdown a.vakatalog {
    font-weight: normal;
    padding-left: 23px;
    text-decoration: underline;
}

.aukdown a.vakatalog,
#boxImpNumbers .boxTitle a.vaformular, #boxImpNumbers .boxTitle a.vakatalog{
    background: url(../images/layout/icopdf.png) no-repeat left center;
}


#boxImpNumbers .boxTitle a:hover{
    color:#BC0116;
    text-decoration:none;
}

#art_nextback,
#aukt_nav{
    background:url(../images/layout/line_bg_aukt.png) no-repeat bottom center;
    text-align:center;
    height: 36px;
    margin:-16px -24px 25px;
    padding:20px 0 15px;
}
#aukt_nav .nr{
    font-size:40px;
    color:#BC0116;
    font-family:georgia;
    line-height:0;
    padding: 0 8px;
}

#art_nextback .nbback,
#art_nextback .nbnext {
    margin: 0 10px;
}

#mainContent .bart{
    float:left;
    margin: 0 10px 10px 0;
}

#aukt_nav .nbnext{
    line-height:30px;
}

/*
#buchregal{
width:680px;
margin-left:-25px;

}

#buchregal tr{
    background-image:url(../images/layout/regalBg.jpg);
    height:149px;

}
#buchregal tr td{
    text-align:center;
    vertical-align:middle;
background-image:none;
}
#buchregalTop{
    width:680px;
    margin-left:-25px;
    height:13px;
    background-image:url(../images/layout/regalTop.jpg);
}

#buchregal tr td a img{
    box-shadow:0 0 8px #000;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#buchregal tr td a:hover img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow:0 0 15px #000;
}
#buchregal tr td a img{
    height:155px;
}

#buchregalFoot{
    height:74px;
    width:680px;
    background-image:url(../images/layout/regalFoot.jpg);
    margin:-20px 0 0 -25px;
}*/

#buchregal{
width:660px;
    margin-left:-15px;

}

#buchregal tr{
    background-image:url(../images/layout/regalBgN.jpg);
    height:195px;
}
#buchregal tr td{
    text-align:center;
    vertical-align:middle;
background-image:none!important;
width: 33%;
}
#buchregalTop{
    width:660px;
    margin-left:-15px;
    margin-top:-10px;
    height:51px;
    background-image:url(../images/layout/regalTopN.jpg);
}

#buchregal tr td a img{
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#buchregal tr td a:hover img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
#buchregal tr td a img{
    height:155px;
}

#buchregalFoot{
    height:38px;
    width:660px;
    background-image:url(../images/layout/regalFootN.jpg);
    margin:-20px 0 0 -15px;
}


.datumn {
	position: absolute;
	top: 0px;
	left: 34px;
	color: #BC0116;
	font-size: 14px;
	font-family: georgia;
}

#liveticker{
    border:2px solid #ddd;
    border-radius:3px;
    padding:4px;

}

#stoerer a{
    display:block;
    background-image:url(../images/ol_stoerer.png);
    height:142px;
    /* width:192px; */
    position:absolute;
    top:0;
    right:0;
    z-index:99999;
}

#logoBoxOH {
    background:url("../images/layout/logoElements3.png") no-repeat scroll 0 0 transparent;
    cursor:pointer;
    height:63px;
    margin-top:13px;
	
}

#logoBoxOH #lbH1 {
	padding-left: 70px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	font-family: Times;
	text-transform: uppercase;
	text-align: right;
}

#logoBoxOH #lbH2 {
	padding-left: 70px;
	color: #fff;
	font-size: 12px;
	text-align: right;
}
#search form{
    margin-bottom:0;
}

.isneu {
	margin-top: -7px;
	margin-left: -20px;
	position: absolute;
}