﻿#bigSizePoster
{
    display: none;
    position: absolute;
    top: 259px;
}

#normalSizePoster:hover #bigSizePoster 
{
    display:block;
    position: absolute;
    top: 259px;
}




#bigSizeLeinwand
{
    display: none;
    position: absolute;
    top: 259px;
}

#normalSizeLeinwand:hover #bigSizeLeinwand 
{
    display:block;
    position: absolute;
    top: 259px;
}




#bigSizePlattendruck
{
    display: none;
    position: absolute;
    top: 440px;
}

#normalSizePlattendruck:hover #bigSizePlattendruck
{
    display:block;
    position: absolute;
    top: 440px;
}



#bigSizeGlasdruck
{
    display: none;
    position: absolute;
    top: 440px;
}

#normalSizeGlasdruck:hover #bigSizeGlasdruck
{
    display:block;
    position: absolute;
    top: 440px;
}




#bigSizeFototapete
{
    display: none;
    position: absolute;
    top: 390px;
}

#normalSizeFototapete:hover #bigSizeFototapete 
{
    display:block;
    position: absolute;
    top: 390px;
}

.hinweisPanelClass
{
    padding: 10px;
    border: 1px solid #800000;
    background-color: #FFE1E1;
    width: 500px;
    text-align: center;
}



.loadingPanelClass
{
    opacity: 0.9;
    filter: Alpha(opacity=90);
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    
    margin-left: auto;
    margin-right: auto; 
    text-align:center;
    display:block;
}


.imgLoading
{
    padding-top: 260px;
    margin-left: 42%;
    margin-right: 58%;
}


.loadingPanelClass_unseen
{
    opacity: 0.9;
    filter: Alpha(opacity=90);
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    
    margin-left: auto;
    margin-right: auto; 
    text-align:center;
    display:none;
}


.cellScrollerBezeichnung
{ 
    /*width:210px;*/
    width:265px;
    height: 50px;
    overflow: auto;
}

.cellScrollerOptionen
{ 
    width:55px;
    height: 70px;
    overflow: auto;
}



/*Link rot unterstrichen für ASP */
.malink
{
    font-family: Arial;
    color: #808080;
    text-decoration: none;
}
.malink:visited
{
    font-family: Arial;
    color: #999999;
    text-decoration: none;
}
.malink:activ
{
    color: #808080;
    font-family: Arial;
}
.malink:hover
{
    color: #FF3300;
    font-family: Arial;
    text-decoration: underline;
}


/*Link rot unterstrichen für HTML */
a.malink2:link
{
    font-family: Arial;
    color: #808080;
    text-decoration: none;
}
a.malink2:visited
{
    font-family: Arial;
    color: #999999;
    text-decoration: none;
}
a.malink2:activ
{
    color: #808080;
    font-family: Arial;
}
a.malink2:hover
{
    color: #FF3300;
    font-family: Arial;
    text-decoration: underline;
}


/*Link rot-schwarz unterstrichen für HTML */
a.malink3:link
{
    font-family: Arial;
    color: #000000;
    text-decoration: none;
}
a.malink3:visited
{
    font-family: Arial;
    color: #999999;
    text-decoration: none;
}
a.malink3:activ
{
    color: #000000;
    font-family: Arial;
}
a.malink3:hover
{
    color: #FF3300;
    font-family: Arial;
    text-decoration: underline;
}

.ArticleRows
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}
