body {
    background-color: whitesmoke;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.background {
    background-color: whitesmoke;
}

p {
}

td {
}

a {
    color: blue;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-decoration: none;
}

    a:hover {
        color: blue;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        text-decoration: underline;
    }

h1 {
    color: black;
    font-size: 18px;
    font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
    font-weight: bold;
    margin: 0.67em 0;
}

.text {
    font-size: 12pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: normal;
    text-decoration: none;
}

.title {
    font-size: 14pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
    text-decoration: none;
    margin-top: 15px;
}

.textklein {
    font-size: 11pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: normal;
    text-decoration: none;
}

.textklein2 {
    font-size: 11px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: normal;
    text-decoration: none;
    color: #555555;
}

.navibold {
    font-size: 11pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.navibold2 {
    font-size: 11pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    margin-right: 15px;
}

.navi {
    font-size: 11pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: normal;
    text-decoration: none;
    line-height: 30px;
}

.navi a {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.navicount
{
    margin-left: 80px;
}

.navicount2
{
    margin-left: 0px;
}

.textkleinb {
    font-size: 11pt;
    color: black;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
}

.textlnkbut {
    font-size: 11pt;
    color: blue;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
    border-radius: 5px;
}

.texttitle {
    color: black;
    font-weight: bold;
    font-size: 16pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.textsubtitle {
    color: black;
    font-size: 12pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
}

.textbold {
    color: black;
    font-weight: bold;
    font-size: 11pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.textmsg {
    color: red;
    font-size: 12pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
}

ib {
    font-size: 14pt;    
    color: maroon;
    font-family: Arial, Helvetica, Geneva, Swiss;
    text-decoration: none;
}

.commentbold {
    font-size: 12pt;
    color: black;    
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
}

.comment {
    font-size: 12pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: normal;
    text-decoration: none;
}

.linkbutton {
    background-color: white;
    text-indent: 0;
    display: inline-block;
    color: #777777;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 11pt;
    font-weight: 300;
    font-style: normal;
    height: 50px;
    line-height: 25px;
    width: 125px;
    text-decoration: none;
    text-align: center;
    border-color: gray;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 10px;
    margin-left: 5px;
}

    .linkbutton:hover {
        color: #777777;
        text-decoration: underline;
    }

.linkbuttonsmall {
    background-color: white;
    text-indent: 0;
    display: inline-block;
    color: #AAAAAA;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 10pt;
    font-weight: 300;
    font-style: normal;
    height: 22px;
    line-height: 21px;
    width: 60px;
    text-decoration: none;
    text-align: center;
    border-color: #AAAAAA;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
}

    .linkbuttonsmall:hover {
        color: #AAAAAA;
        text-decoration: underline;
    }

.linkbutton_navi {
    background-color: white;
    text-indent: 0;
    display: inline-block;
    color: #777777;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    height: 22px;
    line-height: 20px;
    width: 40px;
    text-decoration: none;
    text-align: center;
    border-color: gray;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px;
}  


.linkbutton_navi:hover {
   text-decoration: underline; 
}

.linkbutton_navi_disabled {
    background-color: ghostwhite;
    text-indent: 0;
    display: inline-block;
    color: lightgray;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    height: 22px;
    line-height: 20px;
    width: 40px;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: lightgray;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px;
    pointer-events: none;
    cursor: default;
}

.linkbutton_topic {
    background-color: white;
    text-indent: 0;
    display: inline-block;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    height: 35px;
    line-height: 35px;
    width: 450px;
    text-decoration: none;
    text-align: center;
    color: #3095ac;
    border-color: gray;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    margin-left: 0px;
    margin-right: 3px;
    margin-top: 2px;
}

    .linkbutton_topic:hover {
        text-decoration: underline;
        color: #777777;
    }

.hr_overview {
    height: 15px;
}

.img_overview {
    margin-bottom: 5px;
}

.msg {
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 600px;
}

.msg_ok {
    color: green;
}

.msg_warning {
    color: orange;
}

.msg_error {
    color: red;
}

.basket_table_head {
    background-color: lightgray;
}

.basket_table {
    border-spacing: 0px;
    border-collapse: collapse;
}

    .basket_table td {
        border: 1px solid lightgray;
        padding: 3px;
    }

.panelTitle {
    margin-bottom: 10px;
}

.divOverviewImage {
    float: left;
    font-size: 11pt;
    width: 185px;
    height: 225px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    padding-top: 5px;
}

.divOverviewNavigation {
    clear: left;
}

.divMsg {
    margin-top: 10px;
    margin-bottom: 10px;
}

.divBase {
    margin-top: 15px;
    margin-bottom: 15px;
}

.divBase2 {
    margin-top: 10px;
}

.divDetailImage{    
    float: left;
}

.divDetailButtons{

}

.divDetailImageText {
    clear: left;
    margin-bottom: 10px;
}

@media only screen and (min-width: 600px)
{
.divBase {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 590px;
    }

.divBase2 {
    margin-top: 10px;
    width: 590px;
    }
}

@media only screen and (min-width: 1020px)
{
.divBase0 {
    width: 1000px;
    }
}

