﻿body {
}
/*Mouseover in info.aspx*/
/*CssScript für grosses Bild bei Mouse Hover*/
@media screen and (min-width: 480px) {
    #preview {
        position: absolute;
        /*border:3px solid transparent;/*#ccc;*/
        background: transparent; /*#333;*/
        /*padding:5px;*/
        display: none;
        color: transparent;
        /*color:#fff;*/
        /*box-shadow: 4px 4px 3px rgba(103, 115, 130, 1);*/
    }
}
.infobild
{
    /*height: 20%;
    width: 20%;*/
    /*float: left;
    padding: 0 3% 10% 0;*/
}

.topLeft {
    width: 30%;
        height: 100%;
        float: left;
}
.topRight {
        width: 70%;
        display: block;
        float: right;
}
