/*  HTML5 ✰ Boilerplate  */

@font-face {
  font-family: 'AsapRegular';
  font-style: normal;
  font-weight: 400;
  src: url('Asap-Regular.eot');
  src: local('Asap'), local('Asap-Regular'), 
      url('Asap-Regular.eot') format('embedded-opentype'), 
      url('Asap-Regular.woff') format('woff')
      url('Asap-Regular.woff2') format('woff2'), 
      url('Asap-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'AsapRegular';
  font-style: normal;
  font-weight: 700;
  src: url('Asap-Bold.eot');
  src: local('Asap'), local('Asap-Regular'), 
      url('Asap-Bold.eot') format('embedded-opentype'),
      url('Asap-Bold.woff') format('woff')
      url('Asap-Bold.woff2') format('woff2'), 
      url('Asap-Bold.ttf') format('truetype');
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 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;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}


body {
    font: 13px/1.231 sans-serif;
    *font-size: small;
}

select, input, textarea, button {
    font: 99% sans-serif;
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

body, select, input, textarea {
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

html {
    overflow-y: scroll;
}

a:hover, a:active {
    outline: none;
}

a, a:active, a:visited {
    color: #607890;
}

    a:hover {
        color: #036;
    }

ul, ol {
    margin-left: 1.8em;
}

ol {
    list-style-type: decimal;
}

nav ul, nav li {
    margin: 0;
}

small {
    font-size: 85%;
}

strong, th {
    font-weight: bold;
}

td, td img {
    vertical-align: top;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

pre {
    padding: 15px;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

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], 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: #FF5E99;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}

a:link {
    -webkit-tap-highlight-color: #FF5E99;
}

button {
    width: auto;
    overflow: visible;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


/* Primary Styles
    Author: 
 */


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 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 {
    font-family: 'AsapRegular', sans-serif;
    letter-spacing: 0.025em;
}

body, html, form {
    background-color: #fff;
    background-image: url(../images/hg.gif);
    background-repeat: repeat-x;
    background-position: top left;
}

#container {
    top: 0px;
    padding: 0 auto;
    margin: 0 auto;
    text-align: left;
    width: 1170px;
    z-index: 1;
}

#Header {
    float: left;
    height: 120px;
    width: 1170px;
}

#Warenkorb {
    float: right;
    padding-top: 75px;
    width: 200px;
}

    #Warenkorb a {
        font-size: 13px;
        color: #000;
        text-decoration: none;
    }

        #Warenkorb a:hover {
            color: #CF230B;
        }

#Wunschzettel {
    float: right;
    padding-top: 75px;
    width: 100px;
}

    #Wunschzettel a {
        font-size: 13px;
        color: #c2c3c3;
        text-decoration: none;
    }

        #Wunschzettel a:hover {
            color: #CF230B;
        }

.no-js nav li:hover ul {
    display: block;
}

nav li a:active, nav li a:visited {
    color: #000;
}

nav li a:hover {
    color: #B5152B;
}

nav li a:focus {
    outline: none;
    text-decoration: underline;
}

nav li:first-child a {
    border-left: none;
}

nav li.last a {
    border-right: none;
}
/* base nav styles */
/*nav {float:left;  height:25px;  width:905px;margin:0; background-color:#E5E4E4; font-size:15px; margin-left:265px; }
nav ul { padding:0; margin:0; }
nav li { position:relative; float:left; list-style-type:none; background-color: #E5E4E4; }
nav li.current { position:relative; float:left; list-style-type:none; background-color: #fff;  color:#B5152B;}
nav ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
nav li a { display:block; line-height:25px; padding:0px 10px;  color:#000; text-decoration:none; }
nav li.current a
{color:#B5152B;}



nav ul div { display:none; width:100%; position:absolute; left:0; background:#fff; }

nav ul ul { display:none; width:100%; position:absolute; left:0; background:#fff; }
nav ul ul li {line-height:15px;  float:none;background-color: #fff;	opacity: .8;    filter: alpha(opacity=80);    -moz-opacity: .8;	}
nav ul ul a { line-height:25px; padding:0px 10px; border-left:none; border-left:1px solid #fff;  border-top:1px solid #fff; border-right:1px solid #fff;border-right:none; font-size:12px; }
nav ul ul a:hover { background-color:#fff; }
nav li:hover a, nav li.over a, nav li:hover li:hover a, nav li.over li.over a, nav li:hover li:hover li:hover a, nav li.over li.over li.over a, nav li:hover li a:hover, nav li.over li a:hover, nav li:hover li:hover li:hover a:hover, nav li.over li li a:hover, nav li:hover li:hover li:hover li:hover a:hover, nav li.over li.over li.over li.over a:hover {	color: #B5152B;	background-color:#fff;	}
nav li:hover li a, nav li.over li a, nav li:hover li:hover li a, nav li.over li.over li a, nav li:hover li:hover li:hover li a, nav li.over li.over li.over li a {		color: #000;	}
nav a span { display:block; float:right; margin-left:5px; }
    nav ul ul
    {display:block; 
        width:500px;
        height:auto;
    }

    nav ul ul li
    {display:block; 
     float:left;
        width:150px;
    }
    nav ul ul div { width:150px;float:left; }*/
nav {
    float: left;
    height: 25px;
    width: 905px;
    margin: 0;
    background-color: #E5E4E4;
    font-size: 15px;
    margin-left: 265px;
}

    nav li.top {
        position: relative;
        float: left;
        list-style-type: none;
        background-color: #E5E4E4;
    }

    nav #TopNav {
        display: inline;
        text-align: left;
        position: relative;
        list-style-type: none;
    }

        nav #TopNav > li {
            float: left;
            padding: 0;
            position: relative;
            /*cursor: pointer;*/
        }

#TopNav > li > a {
    color: #000;
    display: block;
    font-size: 90%;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

    #TopNav > li > a:hover {
        background-color: #FFFFFF;
        color: #B5152B;
    }

#TopNav > li.selected > a {
    background-color: #FFFFFF;
    border-color: #999999 #999999 #FFFFFF;
    z-index: 2;
}

nav #TopNav li div {
    position: relative;
}

#TopNav li div div {
    background-color: #FFFFFF;
    padding: 12px 0;
    display: none;
    font-size: 0.75em;
    margin: 0;
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 190px;
    opacity: .9;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
}

    #TopNav li div div.wrp2 {
        width: 600px;
    }

#TopNav .sep {
    left: 190px;
    bottom: 0;
    height: auto;
    margin: 15px 0;
    position: absolute;
    top: 0;
    width: 1px;
}

#TopNav .sep1 {
    left: 380px;
    bottom: 0;
    height: auto;
    margin: 15px 0;
    position: absolute;
    top: 0;
    width: 1px;
}

#TopNav li div ul {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 170px;
    float: left;
    list-style-type: none;
}

    #TopNav li div ul li {
        margin: 0;
        padding: 0;
    }

        #TopNav li div ul li h3 a {
            color: #000;
            text-decoration: none;
            font-size: 14px;
        }

        #TopNav li div ul li h3 {
            color: #000;
            font-weight: normal;
            margin: 0 5px 4px;
            font-size: 14px;
            padding-bottom: 3px;
            padding-top: 10px;
        }

#TopNav li ul ul {
    padding: 0 0 8px;
}

    #TopNav li ul ul li {
        margin: 0;
        padding: 0;
    }

        #TopNav li ul ul li a {
            color: #797979;
            display: block;
            margin-bottom: 1px;
            padding: 3px 5px;
            text-decoration: none;
            font-size: 13px;
        }

            #TopNav li ul ul li a:hover {
                color: #B0111A;
            }
/*nav li.top a:active, nav li.top a:visited{color:#000;}
nav li.top a:hover{color:#B5152B;}
nav li.top a:focus { outline:none; text-decoration:underline; }

.boxshadow.rgba nav ul ul { opacity: .9;    filter: alpha(opacity=90);    -moz-opacity: .9;  }*/

#NavigationLeft {
    float: left;
    width: 265px;
    height: 425px;
    margin-top: 12px;
}

#Picture {
    float: left;
    width: 905px;
    height: 425px;
    margin-top: 12px;
    background-image: #fff;
}


#NavigationLeft img.logo {
    padding-left: 40px;
    padding-top: 30px;
}

#NavigationLeft ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    margin-left: 40px;
}

    #NavigationLeft ul li {
        font-size: 15px;
        color: #000;
        display: block;
        height: 25px;
        line-height: 25px;
    }

        #NavigationLeft ul li a {
            font-size: 15px;
            color: #000;
            display: block;
            height: 25px;
            line-height: 25px;
            text-decoration: none;
        }

            #NavigationLeft ul li a:hover {
                color: #B5152B;
            }

#Suche {
    float: left;
    width: 265px;
    margin-top: 30px;
    height: 22px;
}

    #Suche img {
        vertical-align: middle;
    }

.Searchbox {
    border: 1px solid #A19F9C;
    color: #A19F9C;
    height: 20px;
    background-color: #E5E4E4;
    font-size: 15px;
    margin-left: 10px;
}

.Headline {
    float: left;
    margin-top: 12px;
    width: 905px;
    margin-left: 265px;
    height: 25px;
    background-color: #E5E4E4;
}

    .Headline h2 {
        font-size: 15px;
        font-weight: normal;
        padding-left: 22px;
        line-height: 25px;
        height: 25px;
    }

#FooterNavigation {
    padding-right: 10px;
    float: left;
    margin-top: 12px;
    width: 895px;
    margin-left: 265px;
    height: 25px;
    background-color: #E5E4E4;
}


.GoogleFacebook {
    height: 25px;
    padding-top: 3px;
    line-height: 25px;
}

#Spacer {
    float: left;
    width: 905px;
    height: 145px;
    margin-left: 265px;
}

.rightFooterLink {
    float: right;
    padding-right: 6px;
    padding-top: 4px;
}

#navigation-bottom {
    float: left;
    width: 765px;
    z-index: 99999999;
    margin: 0;
    padding: 0;
}

.navigation-container {
    height: 26px;
    line-height: 26px;
    margin: 0px;
    padding: 0px;
    position: relative;
    margin: 0px auto;
    text-align: left;
    left: -44px;
    z-index: 99;
}

#navigation-bottom ul {
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px none #000000;
    width: 100%;
}

    #navigation-bottom ul li {
        display: inline;
        height: 26px;
        line-height: 26px;
        position: relative;
        list-style-type: none;
        margin: 0px auto;
        text-align: left;
        padding: 0px 38px;
        font-size: 15px;
        color: #6A6A6A;
        width: auto;
    }

        #navigation-bottom ul li a, #navigation-bottom ul li a:link {
            display: inline;
            line-height: 26px;
            margin: 0px;
            padding: 6px 28px;
            font-size: 15px;
            color: #6A6A6A;
            text-decoration: none;
        }

            #navigation-bottom ul li a:hover {
                color: #B5152B;
                text-decoration: none;
            }

    #navigation-bottom ul ul {
        position: absolute;
        top: 38px;
        line-height: 12px;
        left: 66px;
        padding: 0px;
        margin: 0px;
        border-top: 0px none;
    }

* #navigation-bottom ul ul {
    .top: 43px;
}

#navigation-bottom ul ul li {
    text-align: left;
    position: relative;
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
    border: 0px none #000000;
    color: #C2C2C2;
    float: none;
    width: 220px;
    height: auto;
    text-transform: none;
    line-height: 12px;
}

    #navigation-bottom ul ul li a, #navigation-bottom ul ul li a:link {
        display: inline;
        margin: 0px;
        padding: 0px 0px;
        line-height: 12px;
        font-size: 12px;
        font-weight: normal;
        color: #C2C2C2;
        text-decoration: none;
        border-right: 0px none;
    }

        #navigation-bottom ul ul li a:hover {
            color: #B5152B;
            text-decoration: none;
        }

#navigation-bottom ul ul ul {
    position: absolute;
    top: -1px;
    left: 180px;
    z-index: 99999999;
}

#navigation-bottom li:hover > ul {
    display: block;
}

#navigation-bottom ul li:hover a, #navigation-bottom ul li:hover a:link {
    color: #B5152B;
    text-decoration: none;
}

#navigation-bottom ul li:hover li a, #navigation-bottom ul li:hover li a:link {
    color: #c8c6c6;
}

#navigation-bottom ul li:hover li:hover a, #navigation-bottom ul li:hover li:hover a:link {
    color: #B5152B;
}

#navigation-bottom ul li:hover li:hover li a, #navigation-bottom ul li:hover li:hover li a:link {
    color: #B5152B;
}

#navigation-bottom ul li:hover li:hover li:hover a, #navigation-bottom ul li:hover li:hover li:hover a:link {
    color: #B5152B;
}
#ContentWrapperMiddle{

     margin-left: 265px;
     width: 905px;
  

}


.ContentArea {
    float: left;
    width: 905px;
   
}

#loginForm h1 {
    margin: 0;
    padding: 0;
    margin-left: -25px;
    float: left;
    margin-top: 12px;
    width: 905px;
    height: 25px;
    background-color: #E5E4E4;
    font-size: 15px;
    font-weight: normal;
    text-indent: 22px;
    line-height: 25px;
    height: 25px;
}

*/ .BookArea {
    padding-top: 15px;
    float: left;
    width: 905px;
    height: 280px;
}

.BookPicture {
    float: left;
    width: 325px;
    height: 280px;
    text-align: center;
}

.BookText {
    float: left;
    width: 570px;
    height: 280px;
}

footer {
    padding-right: 14px;
    padding-left: 14px;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 877px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    height: 25px;
    color: #c8c6c6;
    font-size: 14px;
    line-height: 25px;
    margin-left: 265px;
}

    footer a {
        font-size: 12px;
        color: #c8c6c6;
        text-decoration: none;
        padding-right: 8px;
        padding-left: 8px;
        float: left;
    }

        footer a:hover {
            color: #CF230B;
        }

        footer a:active, footer a:visited {
            color: #c8c6c6;
        }

.ContentArea p {
    font-size: 13px;
    line-height: 150%;
    color: #7a7979;
    padding-top: 15px;
}

.ContentArea h2 {
    font-size: 15px;
    line-height: 150%;
    color: #000;
    padding-top: 15px;
    font-weight: normal;
}

.ContentArea .Author {
    color: #b5152b;
}


#SilderPrevNext {
    display: none;
    margin-top: 1em;
}

    #SilderPrevNext button {
        padding: 1em;
        margin-right: 1em;
        border-radius: 10px;
        cursor: pointer;
    }

#SliderContainer {
    width: 905px;
    float: left;
    height: 425px;
    overflow: scroll;
}

#Slider {
    width: 10000px; /*Change this to a fixed width for vertical scrolling */
    height: 10000px;
}

.SliderContent {
    display: block;
    float: left;
}

#SliderNavigationContainer {
    position: relative;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}

ul.SliderNavigation {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 150px;
    position: absolute;
    top: -43px;
    left: 755px;
}

    ul.SliderNavigation li {
        display: inline;
        float: left;
        height: 20px;
        width: 20px;
        margin-top: 10px;
        margin-left: 10px;
    }

    ul.SliderNavigation a {
        float: left;
        display: block;
        height: 17px;
        width: 17px;
        text-decoration: none;
        background-color: #E5E4E4;
        background-image: url(../images/off.gif);
        background-position: top left;
        background-repeat: no-repeat;
    }

        ul.SliderNavigation a:hover {
            background-color: #E5E4E4;
            background-image: url(../images/on.gif);
            background-position: top left;
            background-repeat: no-repeat;
        }

        ul.SliderNavigation a.selected {
            background-color: #E5E4E4;
            background-image: url(../images/on.gif);
            background-position: top left;
            background-repeat: no-repeat;
        }

        ul.SliderNavigation a:focus {
            outline: none;
        }


.footerbold {
    float: left;
}

.UpLink {
    float: right;
}

#LeftColumn {
    float: left;
    padding: 12px;
    font-size: 14px;
    width: 203px;
    font-size: 14px;
}

#NewsletterAbo {
    font-size: 13px;
}

hr {
    border: 1px solid #ebebeb;
}

.Aufzaehlung {
    float: left;
    width: 200px;
}

.leftdiv {
    float: left;
    width: 20px;
}

.rightdiv {
    float: left;
    width: 176px;
}

.NewsletterBox {
    margin-top: 5px;
}

.ButtonRed {
    margin-right: 5px;
    margin-top: 20px;
    color: #fff;
    background-color: #CF230B;
    border: 1px solid #CF230B;
    font-size: 13px;
    height: 28px;
}

.ButtonGrey {
    color: #666;
    margin-top: 20px;
    background-color: #EBEBEB;
    height: 28px;
    border: 1px solid #EBEBEB;
    font-size: 13px;
}

.ButtonGrey2 {
    color: #666;
    margin-top: 20px;
    background-color: #EBEBEB;
    height: 28px;
    border: 2px solid #EBEBEB;
    font-size: 15px;
    text-decoration: none;
}

#Facebook {
    padding-top: 20px;
    padding-bottom: 20px;
}

    #Facebook a {
        color: #000;
        text-decoration: none;
    }

        #Facebook a:hover {
            color: #CF230B;
            text-decoration: none;
        }

#NewsletterLink {
    color: #CF230B;
    text-decoration: none;
}

    #NewsletterLink:hover {
        color: #CF230B;
        text-decoration: none;
    }




#slider {
    width: 716px;
    margin: 0 auto;
    position: relative;
    margin-top: 9px;
}

.scroll {
    height: 342px;
    width: 716px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF;
}

.scrollContainer div.panel {
    height: 302px;
    width: 716px;
}

#shade {
    background: #EDEDEC;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

    ul.navigation li {
        display: inline;
        margin-right: 10px;
    }

    ul.navigation a {
        padding: 10px;
        color: #000;
        text-decoration: none;
    }

        ul.navigation a:hover {
            background-color: #ebebeb;
        }

        ul.navigation a.selected {
            background-color: #f5f5f5;
            color: #CF230B;
        }

        ul.navigation a:focus {
            outline: none;
        }

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

    .scrollButtons.left {
        left: 20px;
        z-index: 100;
    }

    .scrollButtons.right {
        right: 20px;
        z-index: 100;
    }

.hide {
    display: none;
}

#naviLeft {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

    #naviLeft li {
        margin: 0px;
        list-style: none;
        list-style-image: none;
    }


        #naviLeft li ul {
            margin: 0px;
            float: left;
            display: none;
            width: 180px;
            list-style: none;
            list-style-image: none;
        }

            #naviLeft li ul.openul {
                margin: 0px;
                float: left;
                width: 180px;
                display: block;
                list-style: none;
                list-style-image: none;
            }

        #naviLeft li a {
            display: block;
            width: 180px;
            float: left;
            text-decoration: none;
            color: #333;
            height: 25px;
            line-height: 25px;
        }

            #naviLeft li a:hover {
                color: #CF230B;
            }

        #naviLeft li.TopNavLi a.closed:link {
            text-decoration: none;
            color: #333;
            width: 17px;
            height: 18px;
            background-image: url(../images/button.png);
            background-repeat: no-repeat;
            background-position: top left;
        }

        #naviLeft li.TopNavLi a.closed:visited, #naviLeft li.TopNavLi a.closed:active {
            color: #333;
            width: 17px;
            height: 18px;
            background-image: url(../images/button.png);
            background-repeat: no-repeat;
            background-position: top left;
        }

        #naviLeft li.TopNavLi a.open:link {
            color: #333;
            width: 17px;
            height: 18px;
            background-image: url(../images/button.png);
            background-repeat: no-repeat;
            background-position: right top;
            text-decoration: none;
        }

        #naviLeft li.TopNavLi a.open:visited, #naviLeft li.TopNavLi a.open:active {
            color: #333;
            width: 17px;
            height: 18px;
            background-image: url(../images/button.png);
            background-repeat: no-repeat;
            background-position: right top;
        }

.naviLeftLevel2 {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    margin: 0px;
}




fieldset {
    border: none;
    width: 500px;
    padding: 20px 20px 30px 30px;
    background-color: #E5E4E4;
}

#socialLoginForm {
    margin-left: 8px;
}

fieldset input, textarea {
    width: 230px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.internFieldset {
    width: 480px;
    background-color: #fff;
    margin: 0px;
    padding: 15px 15px 15px 15px;
    border: 1px solid #A19F9C;
    background-color: #E5E4E4;
}

    .internFieldset select {
        margin-right: 10px;
        width: 260px;
    }

    .internFieldset p {
        width: 480px;
        padding-bottom: 20px;
    }


fieldset input, textarea {
    margin: 0px 0px;
    padding: 0px 0px;
}

.internFieldset .inputtextbox {
    width: 470px;
    border: 1px solid #A19F9C;
}

.internFieldset .inputtextboxsmall {
    margin: 0px 0px;
    padding: 0px 0px;
    margin-right: 10px;
    width: 50px;
    border: 1px solid #A19F9C;
}

.internFieldset .inputtextboxbig {
    margin: 0px 0px;
    padding: 0px 0px;
    margin-right: 10px;
    border: 1px solid #A19F9C;
    width: 251px;
}

.internFieldset span {
    margin-right: 10px;
    display: inline-block;
}

.internFieldset .TextVor {
    width: 120px;
}

.internFieldset .Radio label {
    clear: both;
    display: inherit;
    float: none;
    width: 50px;
    margin: 0px;
}

.internFieldset .Radio input {
    width: 25px;
    margin: 0px 0px;
    padding: 0px 0px;
    vertical-align: bottom;
    top: -2px;
}

.internFieldset .Checkbox input {
    width: 25px;
    margin: 0px 0px;
    padding: 0px 0px;
    vertical-align: bottom;
    top: -2px;
}

.internFieldset .Checkbox label {
    clear: both;
    display: inherit;
    float: none;
    width: 150px;
    margin: 0px;
}

.internFieldset h5 {
    font-weight: 100;
    padding-top: 20px;
    font-size: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

fieldset h2 {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

fieldset a:link {
    color: #000;
}

fieldset a:visited {
    color: #000;
}

fieldset a:hover {
    color: #000;
    text-decoration: none;
}

fieldset a:active {
    color: #000;
}

.internFieldset .Error {
    color: red;
}

.internFieldset .InternButton {
    background-color: #A19F9C;
    color: #fff;
    font-size: 13px;
    height: 25px;
    font-weight: bold;
    text-align: center;
    border: none;
    margin-left: 120px;
    vertical-align: middle;
}



legend {
    padding-top: 30px;
}

fieldset p {
    padding: 5px 10px 5px 0px;
}




fieldset label {
    clear: left;
    display: block;
    float: left;
    border: 0px solid black;
    text-align: left;
    width: 140px;
    margin: 0px;
}



fieldset textarea {
    height: 50px;
}

fieldset .Radio label {
    clear: both;
    display: inherit;
    float: none;
    width: 50px;
    margin: 0px;
}

fieldset .CheckBox input {
    width: 25px;
    margin: 0px 0px;
    padding: 0px 0px;
    vertical-align: bottom;
    top: -2px;
}

fieldset .CheckBox label {
    clear: both;
    display: inherit;
    float: none;
    width: 150px;
    margin: 0px;
}

textboxsmall {
    width: 80px;
    margin: 0px 0px;
    padding: 0px 0px;
}

fieldset .Button {
    margin-left: 140px;
    font-size: 14px;
    font-weight: normal;
    background-color: #A4A6AA;
    color: White;
}



fieldset .width-50 {
    width: 50px;
}


fieldset .width-70 {
    width: 70px;
}

fieldset .width-215 {
    width: 177px;
}


fieldset .maxwidth-500 {
    max-width: 500px;
}


#Content {
    float: left;
    width: 905px;

    padding-left: 25px;
    padding-top: 0px;
}

    #Content h1 {
        margin: 0;
        padding: 0;
        margin-left: -25px;
  
        margin-top: 12px;
        width: 905px;
        height: 25px;
        background-color: #E5E4E4;
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 20px;
        text-indent: 25px;
        line-height: 25px;
        height: 25px;
    }
    #Content h2 {
    font-size: 15px;
    line-height: 150%;
    color: #000;
    padding-top: 15px;
    font-weight: normal;
  
}

        #Content p {
    font-size: 13px;
    line-height: 150%;
    color: #7a7979;

    padding: 0px 45px 10px 0px;
 
}


#Content .Author {
    color: #b5152b;
}



#divText {
    width: 850px;
}




@media all and (orientation:portrait) {
}

#Content h2.NoPaddingNoMargin {
    padding: 0px;
    margin: 0px;
}

#Content p.NoPaddingNoMargin {
    padding: 0px;
    margin: 0px;
}

@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: #444 !important;
        text-shadow: none !important;
    }

    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

        a:after {
            content: " (" attr(href) ")";
        }

    abbr:after {
        content: " (" attr(title) ")";
    }

    .ir a: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;
    }
}

.datatable {
    margin-left: -25px;
}

    .datatable .GridViewHeaderStyle th {
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 25px;
        color: #000;
        text-align: left;
        font-weight: normal;
        font-size: 16px;
        border-bottom: 1px solid #E5E3E3;
    }

    .datatable .GridViewHeaderStyle a {
        color: #000;
        text-align: left;
        font-weight: normal;
        text-decoration: none;
    }

        .datatable .GridViewHeaderStyle a:hover {
        }

        .datatable .GridViewHeaderStyle a:hover {
            color: #D1011E;
            text-decoration: underline;
        }



    .datatable .GridViewRowStyle, .datatable .GridViewAlternatingRowStyle {
    }

        .datatable .GridViewRowStyle td a, .datatable .GridViewAlternatingRowStyle td a {
            color: #D1011E;
            text-decoration: none;
        }

            .datatable .GridViewRowStyle td a:hover, .datatable .GridViewAlternatingRowStyle td a:hover {
                color: #D1011E;
                text-decoration: underline;
            }

        .datatable .GridViewRowStyle td, .datatable .GridViewAlternatingRowStyle td {
            padding-bottom: 5px;
            padding-top: 5px;
            padding-left: 25px;
            border-bottom: 1px solid #E5E3E3;
        }

    .datatable .GridViewSelectedRowStyle {
        background-color: #E2DED6;
        font-weight: bold;
        color: #333333;
    }

    .datatable .GridViewPagerStyle {
        color: #D65F10;
        text-align: center;
    }

        .datatable .GridViewPagerStyle table /* to center the paging links*/ {
            margin: 0 auto 0 auto;
        }

    .datatable th.GridViewAscendingHeaderStyle a {
    }

    .datatable th.GridViewDescendingHeaderStyle a {
    }

    .datatable td.GridViewAscendingCellStyle, .datatable td.GridViewDescendingCellStyle {
        color: #000000;
        background-color: #efefef;
    }

div.ui-datepicker, .ui-datepicker td {
    font-size: 12px;
}

.datatable ul {
    padding: 0em 0em;
    margin: 0em 0em;
}



/* ------------------------------------------------------------------------
	GridView
------------------------------------------------------------------------- */

.GridViewStyle {
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

    .GridViewStyle a {
    }

.GridViewHeaderStyle th {
    /*font-size: 12px;*/
    font-weight: bold;
}

.GridViewHeaderStyle {
    /*border: 1px solid #BBB;*/
    line-height: 28px;
}

.GridViewFooterStyle td {
    /*background-color: white;*/
    font-weight: bold;
    line-height: 28px;
}

.GridViewRowStyle {
    /*background-color: #F7F7F7;*/
    background-color: white;
    line-height: 28px;
}

.GridViewAlternatingRowStyle {
    /*border:1px solid #DBDBDB;*/
    line-height: 28px;
}

    .GridViewRowStyle td, .GridViewAlternatingRowStyle td {
        line-height: 28px;
    }

.GridViewSelectedRowStyle {
    font-weight: bold;
    line-height: 28px;
}

.GridViewPagerStyle {
    background-color: #284775;
    color: #FFFFFF;
}

    .GridViewPagerStyle table /* to center the paging links*/ {
        margin: 0 auto 0 auto;
    }


/* ------------------------------------------------------------------------
	Formular fields for display and edit
------------------------------------------------------------------------- */

.display-label {
    float: left;
    display: inline-block;
    width: 140px;
    margin-top: 2px;
}

.display-field, .display-field-email, .display-field-select, .display-field-textarea,
.display-field-part1-short, .display-field-part1-long,
.display-field-part2-short, .display-field-part2-long {
    float: left;
    display: inline-block;
    margin-top: 2px;
    vertical-align: baseline;
}

.display-field {
    width: 80px;
}

.display-field-email {
    width: 120px;
}

.display-field-select {
    width: 80px;
}

.display-field-textarea {
    width: 80px;
    height: 50px;
}

.display-field-part1-short {
    width: 25px;
    vertical-align: baseline;
}

.display-field-part1-long {
    width: 45px;
    vertical-align: baseline;
}

.display-field-part2-short {
    width: 25px;
    vertical-align: baseline;
    margin-left: 5px;
}

.display-field-part2-long {
    width: 45px;
    vertical-align: baseline;
    margin-left: 5px;
}

.display-info-message {
    clear: both;
    float: left;
    margin: 5px 0;
    font-weight: bold;
}

.display-validation-message {
    clear: both;
    float: left;
    margin: 5px 0;
    color: #e80c4d;
}

.display-agreement {
    width: 100%;
    height: 200px;
    background: #FFF;
    border: 1px solid lightgray;
    margin-top: 10px;
    overflow: auto;
}


.edit-label, .edit-label-short,
.edit-field, .edit-field-short, .edit-field-email, .edit-field-select, .edit-field-textarea,
.edit-field-part1-short, .edit-field-part1-long,
.edit-field-part2-short, .edit-field-part2-long {
    float: left;
    display: inline-block;
    margin-top: 2px;
}

.edit-label {
    width: 170px;
}

.edit-label-short {
    width: 140px;
}

.edit-field {
    width: 240px;
    vertical-align: baseline;
}

.edit-field-short {
    width: 80px;
    vertical-align: baseline;
}

.edit-field-email {
    width: 240px;
    vertical-align: baseline;
}

.edit-field-select {
    width: 240px;
    vertical-align: baseline;
}

.edit-field-select-auto {
    width: 240px;
    vertical-align: baseline;
}

.edit-field-select-radio {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .edit-field-select-radio input {
        clear: both;
        float: left;
        display: inline-block;
        width: 30px;
        margin-top: 4px;
    }

    .edit-field-select-radio label {
        clear: none;
        float: left;
        width: auto;
        margin-bottom: 5px;
    }

.edit-field-textarea {
    width: 240px;
    height: 60px;
    vertical-align: baseline;
}

.edit-field-part1-short {
    width: 65px;
    vertical-align: baseline;
}

.edit-field-part1-long {
    width: 160px;
    vertical-align: baseline;
}

.edit-field-part2-short {
    width: 65px;
    vertical-align: baseline;
}

.edit-field-part2-long {
    width: 160px;
    vertical-align: baseline;
}

.edit-validation {
    float: left;
    width: 10px;
    margin: 2px 2px 0 1px;
    color: #e80c4d;
}

.edit-validation-summary {
    clear: both;
    float: left;
    margin: 5px 0;
    color: #e80c4d;
}

#bestellung .edit-validation-summary li {
    font-size: 0.9em;
    color: #e80c4d;
}

.field-bold {
    font-weight: bold;
}

.field-numeric {
    text-align: right;
}

.link-action {
    float: left;
    margin: 2px 0 0 10px /*!important*/;
    padding: 0 10px;
    line-height: 100%;
}

    .link-action:hover {
        line-height: 100%;
    }

.button-action {
    float: left;
    min-width: 80px;
    margin: 0 0 0 10px !important;
    padding: 0 10px;
}

.button-submit {
    clear: both;
    float: right;
    min-width: 100px;
    margin: 0;
    padding: 0 10px;
}


/* ------------------------------------------------------------------------
	Bestellung, Warenkorb und Merkliste
------------------------------------------------------------------------- */

#warenkorb, #merkliste {
    width: 100%;
    /*background-color: lightgray;*/
    /*border: 1px solid cornflowerblue;*/
    margin-bottom: 30px;
}

    #warenkorb fieldset, #merkliste fieldset {
        width: 600px;
        padding-right: 30px;
    }

#bestellung {
    width: 100%;
    padding: 15px 30px;
}

    #bestellung hgroup {
        padding-bottom: 15px;
    }

    #bestellung fieldset {
        width: 600px;
        padding-right: 30px;
        margin-bottom: 30px;
    }

    #bestellung input[type="button"],
    #bestellung input[type="submit"] {
        width: auto;
        /*float: right;
    margin: 0;
    padding: 0 10px;*/
    }

    #bestellung p {
        clear: both;
        line-height: 100%;
        padding: 5px 0 5px 0;
    }

    #bestellung table {
        width: 100%;
    }

    #bestellung ul {
        padding-top: 0;
    }

    #bestellung li {
        font-size: 14px;
        font-weight: normal;
        color: #58585a;
    }


/* ------------------------------------------------------------------------
	VOTING
------------------------------------------------------------------------- */

.voting_wrapper {
    padding: 0 0 0 25px;
}

.voting_wrapper .voting_options_list {
    margin: 10px 0;
}

.voting_wrapper .voting_options_list input {
    float: left;
    width: auto;
    margin: 4px 0 0 0;
}

.voting_wrapper .voting_options_list label {
    float: none;
    width: auto;
    margin: 2px 0;
    padding: 0 0 0 20px;
    clear: none;
}

.voting_wrapper h3 {
    margin: 0 0 7px 0;
}

.voting_wrapper .voting_posttext_wrapper,
.voting_wrapper .voting_text_wrapper {
    margin: 10px 0;
}

.voting_wrapper .voting_validation,
.voting_wrapper .voting_error {
    display: block;
    margin: 10px 0 15px;
}
