
html, body {
    /*        		background-image: url(img/background-pattern.png);
                    background-repeat: repeat;*/
    margin: 0px;
    padding: 0px;
    background-color: #252c36;
    overflow: hidden;

}

svg {
    /*width: 100%;*/
    /*height: 100%;*/
    position: absolute;
}


#karte {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#container {
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#content {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#clear {
    clear: both;
}

#country1 {
    background: url(img/AT.png);
    width: 416px;
    height: 24px;
}

#country2 {
    background: url(img/SK.png);
    width: 416px;
    height: 24px;
}

#country3 {
    background: url(img/SL.png);
    width: 416px;
    height: 24px;
}

#country4 {
    background: url(img/CZ.png);
    width: 416px;
    height: 24px;
}

#filler {
    width: 220px;
    height: 220px;
}

#A, #CZ, #SK, #SI {
    cursor: pointer;
}

#Ebene_2 {
    pointer-events:none;
}

#svglogo {
    position: absolute;
    pointer-events:none;
}