/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #000; color: #fff; text-shadow: none; }
::selection { background: #000; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

/*
http://css-tricks.com/perfect-full-page-background-image/
*/

    html {
        background: url(../img/5607009455_de4347651f_b.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }   
   
    body{
        font-size:13px;
        padding-top: 25px;
    }

    #header_slideshow{
        padding-top:10px;
        width: 940px;
        height: 172px;
    }

    ul#slideshow,
    ul#slideshow li{
        margin: 0;
        padding: 0;
        list-style: none;
    }    
    
    #navigation{
        height: 45px;
        background-image:url(../img/navigation.png);
        background-repeat:no-repeat;
    }

    #left, #right, #center, #news{
        padding:5px;
    }
    
    #left, #right{
        /* background-color: #fff; */
    }
    
    #center,
    #left{
        border: 2px solid #7EAA3B;
        border-width: 0 0 2px 0;
    }

    #center{
        border-width: 0 2px 0 0;
    }

    #news{
        background-color: #fff;
        border: 2px solid #7EAA3B; 
    }    
    
    #navigation ul,
    #navigation ul li{
        margin: 0;
        padding: 0;
        list-style: none;        
    }
    
    #navigation ul{
        margin-top:10px;
    }

    #navigation ul li{
        display:inline;
    }
    
    #navigation  .grid_2 ul{
        float:right;
    }
    
    #loginNav ul li a,
    #navigation ul li a{
        text-decoration: none;
        color: #56601C;
        padding:10px;
        font-size:18px;
        font-weight: normal;    
        background: none repeat scroll 0 0 #FFFFFF;
        border: 2px solid #7EAA3B;
        border-radius: 5px 5px 5px 5px;
        color: #56601C;
        font-size: 18px;
        font-weight: normal;
        margin-right: 5px;
        padding: 6px;
        text-decoration: none;        
    }
    
    
    #loginNav ul li a:hover,
    #navigation ul li a:hover{
        text-decoration: underline;
        color: #000;
        background: none repeat scroll 0 0 #7EAA3B;
        border: 2px solid #7EAA3B;
        border-radius: 5px 5px 5px 5px;
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        margin-right: 5px;
        padding: 6px;
        text-decoration: none;        
    }    
    
    #loginNav ul li a{
        width: 200px;
        text-align:center;
        display:blocK;
        margin:5px 0;
    }

    #loginNav ul li a.active{
        background: none repeat scroll 0 0 #7EAA3B;
        border: 2px solid #7EAA3B;
        border-radius: 5px 5px 5px 5px;
        color: #fff;    
    }    
    
    #logo img{
        height: 128px;
        width: 300px;
        padding-top: 6px;
    }
    
    #logo{
        margin-left: -950px;
        margin-top: 25px;
        position: absolute;
        z-index: 255;
    }
    
    noscript p{
        border: 2px solid red;
        color: red;
        font-size: 20px;
        padding: 10px;
    }

    #bg {
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
        z-index:-1;
    }
    #bg img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
    }    
    
    .container_12{
        background-color:rgba(255,255,255,.85);
    }
    
    #header h1{
        font-size: 24px;
        margin-top: 10px;
    }
    
    #grafik{
        position: relative;
        margin-bottom:20px;
        margin-top: 100px;
    }
    
    #punkt1,
    #punkt2,
    #punkt3,
    #punkt4{
        position: absolute;
        font-size: 18px;
    }
    
    #punkt1 p,
    #punkt2 p,
    #punkt3 p,
    #punkt4 p{
        margin: 0;
        background-color:rgba(255,255,255,0.75);
        padding:3px 10px;
        border-radius: 5px;
    }


    #punkt1{
        left: 57px;
        top: 158px;
    }
    
    #punkt1 p.line2{
        margin-left:40px;
    }

    
    #punkt2{
        left: 35px;
        top: 349px;
    }
    
    #punkt2 p.line2{
        margin-left:40px;
    }    
    
    #punkt3{
        left: 181px;
        top: 504px;
    }
    
    #punkt4{
        left: 440px;
        top: 525px;
    }
    
    #punkt4 p.line2{

    }    
        
    #content{
        position:relative;
    }
        
    #content_main{
        position:absolute;
        left:320px;
        top:5px;
        font-size: 15px;
        width:600px;
    }
    
    #youtube{
        position:absolute;
        left:300px;
        top:130px;
        font-size: 15px;
        width:640px;    
    }
    
    #likebox{
        position:absolute;
        right:0;
        top:545px;
    }
    
    #content_main img{
        float:right;
        margin-left:15px;
    }
        

    #gehEinkaufen{
        position: absolute;
        font-size: 30px;
        font-weight:normal;
        top:0;
        left:0;
    }
    
    #gehEinkaufen .line1{
        left: 400px;
        position: absolute;
        top: 300px;
        width: 150px;
    }
    
    #deinVerein{
        left: 523px;
        position: absolute;
        top: 272px;    
    }
        

        
    #gehEinkaufen .line2{
        left: 659px;
        position: absolute;
        top: 345px;
        width: 200px;
    }    
    
    #einkaufenButton{
        left: 683px;
        position: absolute;
        top: 390px;    
    }
        
        
#shops .shop{
    width: 210px;
    height: 110px;
    background-image:url('../img/shopbackground.png');
    background-repeat:no-repeat;
    float: left;
    position: relative;
}

#shops .shop:hover{
    background-image:url('../img/shopbackground_ro.png');
}

#shops .shop a{
    display:block;
    width:170px;
    height: 70px;
    margin:20px;
}

#searchform{
    padding:15px;
    display:none;
}

#controls{
    background-color: rgba(0,0,0,0.5);
    height:20px;
    padding:15px 10px;
    /* margin-right:220px; */
}

.ie8 #controls{
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    zoom: 1;
}

#controls select{ 
    font-size:15px;
}

.phone {
    position: absolute;
    visibility: hidden;
    left: -1000px;
}

#controls label{ 
    font-size:15px;
    font-weight: bold;
    height:30px;
    color:#fff;
    margin-right: 15px;
}


#category_select{
    float:right;
}

#shop_filter{
    float:left;
}

.shop .debug{
    display:none;
    width:170px;
    height: 70px;
    margin:20px;
    position:absolute;
    background-color:rgba(255,255,255,0.85);
    color: red;
    font-size: 14px;
    overflow:hidden;
    top:0;
    text-align: center;
}


.ie8 .shop .debug{
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
    zoom: 1;
}        




.vkform form,
#register_start_form form{
    background-color:#fff;
    padding: 20px 43px;
    width: 320px;
    border: 2px solid #70BC42;
}

.vkform form label,
#register_start_form form label{
    display:block;
    margin-right:30px;
}

.vkform form div,
#register_start_form form div{
    margin: 4px 0;
    margin-bottom: 15px;
}

.vkform form input,
#register_start_form form input{
    width:300px;
}

.vkform form input[type='checkbox'],
#register_start_form form input[type='checkbox']{
    width:30px;
}


#newsletter form input[type='submit'],
.vkform form input[type='submit'],
#register_start_form form input[type='submit']{ 
    -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
    background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
    background-color:#89c403;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #74b807;
    display:inline-block;
    color:#ffffff;
    font-family:Impact;
    font-size:20px;
    font-weight:normal;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #528009;
}

#newsletter form input[type='submit']:hover,
.vkform form input[type='submit']:hover,
#register_start_form form input[type='submit']:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
    background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
    background-color:#77a809;
}

#newsletter form input[type='submit'],
#newsletter form input[type='submit']:hover{
    font-size:15px;
    font-weight:normal;
}


.vkform form input[type='submit']:active ,
#register_start_form form input[type='submit']:active {
    position:relative;
    top:1px;
}


.vkform form input[type='submit'].deactivated:hover,
.vkform form input[type='submit'].deactivated:hover,
.vkform form input[type='submit'].deactivated:active,
.vkform form input[type='submit'].deactivated{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ccc), color-stop(1, #B0B0B0) );
    background:-moz-linear-gradient( center top, #ccc 5%, #B0B0B0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#B0B0B0');
    background-color:#ccc;
    border:1px solid #B0B0B0;
    -moz-box-shadow:inset 0px 1px 0px 0px #E2E2E2;
    -webkit-box-shadow:inset 0px 1px 0px 0px #E2E2E2;
    box-shadow:inset 0px 1px 0px 0px #E2E2E2;    
}

div.info,
div.success,
div.errors{
    background-color: #F2DEDE;
    border: 2px solid #B94A48;
    color: #B94A48;
    width: 356px;
    border-radius: 4px;
    margin: 18px 10px 18px 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);    
}

div.success{
    background-color: #DFF0D8;
    border: 2px solid #468847;
    color: #468847;
}

div.info{
    background-color: #D9EDF7;
    border: 2px solid #3A87AD;
    color: #3A87AD;
}

div.success ul li,
div.errors ul li,
div.info ul li{
    margin: 0;
    padding: 0;
}

div.success ul li,
div.info ul li{
    list-style-type:none;
}

#support {
    background-color: #FFFFFF;
    border: 2px solid #6CB601;
    box-shadow: 1px 1px 6px #333333;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-left: -20px;
    padding: 10px 15px 5px;
    position: absolute;
    border-width:2px 2px 2px 0;
    margin-top: -10px;
}

#support p{
    margin-bottom: 5px;
    text-align: center;
}


div.side cite{
    font-size: 25px;
    padding-top: 26px;
    font-family: serif;
    display:blocK;
    font-weight:bold;
}

div.side cite span{
    font-size: 15px;
    font-family: sans-serif;
    display:blocK;
    font-weight: normal;
    --text-align: right;
}

#clubsearch_form{
    margin-top:30px;
}

#shops{
    margin-top:30px;
    margin-left:60px;
}

.big{
    font-family: serif;
    font-style:italic;
    font-size:26px;
    font-weight: bold;
}

.normal{
    font-size:19px;
}

.small{
    font-size:16px;
}

ul li{
        list-style-type:circle;
}

ul li {
    font-weight: bold;
}

.detail{
    font-weight: normal;
}

.smallRegisterButton,
.smallShopButton,
.bigShopButton,
.bigButton,
.supportButtonYes,
.supportButtonNo{
    -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
    background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
    background-color:#89c403;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #74b807;
    display:inline-block;
    color:#ffffff;
    font-family:Impact;
    font-size:20px;
    font-weight:normal;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #528009;
}

.smallRegisterButton:hover,
.smallShopButton:hover,
.bigButton:hover,
.supportButtonYes:hover{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
    background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
    background-color:#77a809;
    color:#fff;
}


.smallRegisterButton:visited,
.smallShopButton:visited,
.bigShopButton:visited,
.bigButton:visited,
.supportButtonYes:visited,
.supportButtonNo:visited{
    color:#fff;
}

.bigShopButton,
.smallShopButton{
    border:1px solid #469df5;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
    background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
    background-color:#79bbff;
    color:#fff;
}




.smallRegisterButton,
.smallShopButton{
    font-size: 18px;
}


.bigShopButton{
    font-size: 25px;
}

.bigShopButton:hover,
.smallShopButton:hover {
    color:#fff;
    border:1px solid #469df5;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
    background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
    background-color:#4197ee;
}


.supportButtonNo{
    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
    box-shadow:inset 0px 1px 0px 0px #f29c93;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color:#fe1a00;
    border:1px solid #d83526;
    text-shadow:1px 1px 0px #b23e35;
    /* margin-left: 40px; */
}

.supportButtonNo:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
    background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color:#ce0100;
    color:#fff;
}


h2{
    font-size: 15px;
}
    
.header{
    background-color:rgba(255,255,255,0.85);
}    

#footer{
    background-color:#C9E189;
    background-color:RGBA(201, 225, 137, 0.5);
    background-color:RGBA(102, 102, 102, 0.85);
    background-color:RGBA(255, 255, 255, 0.90);
    border: 1px solid #7EAA3B;
    border-width: 2px 0 0 0;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#contentContainer{
    padding-bottom: 30px;
}

#footerNav1 ul li,
#footerNav1 ul,
#footerNav2 ul li,
#footerNav2 ul,
#social ul li,
#social ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#footerNav1 ul li,
#footerNav2 ul li,
#social ul li {
    __background-color:#fff;
    __border-radius: 5px;
    __width: 150px;
    padding:3px;
    margin:3px;
    __border: 1px solid #7EAA3B;
}

#footerNav1 ul li a,
#footerNav2 ul li a,
#social ul li a{
    font-weight: normal;
    text-decoration: none;
    color: #56601C;
}


#footerNav1 ul li a:hover,
#footerNav2 ul li a:hover,
#social ul li a:hover{
    text-decoration: underline;
}

#newsletter div.formWrapper{
    background-color:#fff;
    padding: 10px;
    border: 1px solid #7EAA3B;
}

#news h2{
    margin-top: 40px;
    margin-bottom: 10px;
}

#news h2:first-child{
    margin-top: 0px;
}
    

#bigSupportBox{
    background-color: #FFFFFF;
    border: 5px double #6CB601;
    border-radius: 10px 10px 10px 10px;
    left: 460px;
    padding: 15px 15px 5px;
    position: absolute;
    top: 260px;
}    

#bigSupportBox p .bigButton{
    font-style: normal;
    font-size: 25px;
}



#bigSupportBox p{
    font-weight: bold;
    font-family: serif;
    /*font-style: italic;*/
    font-size:25px;
    text-align:center;
}    

#loginNav ul,
#loginNav ul li{
    margin:0;
    padding:0;
    list-style-type: none;
}

#loginNav{
    margin-top:30px;
    margin-left:20px;
}


#stats_table{
    margin-left:-300px; 
    margin-top:40px;
    width:900px;
    background-color:#fff;
    padding:10px;
}

.checkboxTable{
    margin-top: 10px;
}
.checkboxTable td label{
    display:inline;
}

h2.resultHeader{
    margin-top: 20px;
}

table.resultList{
    width: 440px;
}



table.resultList tr th,
table.resultList tr td{
    border: 2px solid #468847;
    border-width: 2px 0;
    padding: 8px 0 8px 0;
    background-color: #DFF0D8;
    color: #468847;    
}

table.resultList tr td{
    padding-right: 10px;
    width: 75px;
}

table.resultList tr th{
    width: 320px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    vertical-align: middle;
}

.percent{
    position:absolute; 
    right: 3px; 
    bottom: 3px; 
    background-color: rgba(99, 181, 0, .6); 
    padding:5px; 
    border:2px solid #63B500; 
    color:#fff; 
    font-size:20px;
    border-radius: 30px;
}


#featuredButton{
    -webkit-transition: box-shadow .8s linear;
    -moz-transition: box-shadow .8s linear;
    -ms-transition: box-shadow .8s linear;
    -o-transition: box-shadow .8s linear;
    transition: box-shadow .8s linear;    
}

.glow{
    -webkit-box-shadow: 0px 0px 5px 5px rgba(99, 173, 248, .25); 
    -moz-box-shadow: 0px 0px 5px 5px rgba(99, 173, 248, .50); 
    box-shadow: 0px 0px 5px 5px rgba(99, 173, 248, .50);
}

.htleft, .htright, .htmiddle{
    background-color:#fff;
    padding: 5px 5px;
    width: 280px !important;
    border: 2px solid #7EAA3B;
    border-radius: 3px;
}

.htleft div.header, .htright div.header, .htmiddle div.header{
    background-color:#7EAA3B; 
    margin:-5px -5px 10px -5px; 
    padding:5px; 
    color:#fff; 
    font-size:16px; 
    font-weight:bold;
}

.htleft div.header p, .htright div.header p, .htmiddle div.header p{
    margin-bottom:0;
    margin-left: 30px;
}

.init{
    float: left;
    font-size: 30px;
    margin: -10px 0 0 0;
}

.htleft div.header .init p, .htright div.header .init p, .htmiddle div.header .init p{
    margin-left: 0px;
}

/*

html.ie8 #container .container_12,
html.ie7 #container .container_12,
html.ie6 #container .container_12{
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,.85);
    background-color: transparent\9;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E0FFFFFF,endColorstr=#E0FFFFFF);
    zoom:1;
}


html.ie6 #container #punkt1 p,
html.ie6 #container #punkt2 p,
html.ie6 #container #punkt3 p,
html.ie6 #container #punkt4 p,
html.ie7 #container #punkt1 p,
html.ie7 #container #punkt2 p,
html.ie7 #container #punkt3 p,
html.ie7 #container #punkt4 p,
html.ie8 #container #punkt1 p,
html.ie8 #container #punkt2 p,
html.ie8 #container #punkt3 p,
html.ie8 #container #punkt4 p{
    margin: 0;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,.75);
    background-color: transparent\9;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D5FFFFFF,endColorstr=#D5FFFFFF);
    zoom:1;
    padding:3px 10px;
}


html.ie8 #container #navigation,
html.ie7 #container #navigation,
html.ie6 #container #navigation{
    background-image:url(../img/navigation.png) !important;
}

*/

html.ie8 #container .container_12{
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,.85);
    background-color: transparent\9;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E0FFFFFF,endColorstr=#E0FFFFFF);
    zoom:1;
}



html.ie8 #container #punkt1 p,
html.ie8 #container #punkt2 p,
html.ie8 #container #punkt3 p,
html.ie8 #container #punkt4 p{
    margin: 0;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,.75);
    background-color: transparent\9;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D5FFFFFF,endColorstr=#D5FFFFFF);
    zoom:1;
    padding:3px 10px;
}


html.ie8 #container #navigation{
    background-image:url(../img/navigation.png) !important;
}


select#category{
    width: 210px;
}



dd.csc-textpic-caption{
    margin: 0 0 2px 0;
    font-style: italic;
    padding: 2px;
    border: 1px solid black;
    border-width: 0 1px 1px 1px;
    background-color: #fff;
}

#c1019 div.csc-textpic{
    background-color: #fff;
    padding: 10px 0 20px 0;
}

#c1019 div.csc-textpic ul li{
    list-style-type: none;
}


table.compactStats{
    background-color:#7DA93E;
    padding:5px;
    font-family: arial;
    width: 500px;
}

.compactStats td{
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
}

.compactStats td.sum{
    font-size: 35px;
    font-weight: bold;
    width: 150px;
    text-align:right;
    padding-right: 20px    
}

.compactStats tr:nth-child(even) td{
    border: 1px dashed #fff;
    border-width: 1px 0 1px 0;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
