@charset "utf-8";
/* CSS Document */


.clContent
{
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
		margin-top:15px;
		padding-bottom:50px;
}

.clContent table {font-size:.7em;}
.clContent td {padding-bottom:10px; vertical-align:top;}

.biografie-table-os table {font-size:.7em;}
.biografie-table-os td {padding-bottom:10px; vertical-align:top;}
.biografie-table-os
{
        position: relative;
        left: 0px;
        top: 0px;
        margin-top:55px;
		width:370px;
		background-color:#fefcf8;
		font-size:1em;
}


#scrollContainer1
{
        position: relative;
		top:34px;
		left:-15px;
        overflow: hidden;
        width: 335px;
        height: 450px;
		background-color:#fefcf8;
		padding:10px 10px 30px 10px;
		
}

#scrollUp1
{
        display:none;
}

#scrollDown1
{
       display:none;
}

#scrollBar1
{
        position: relative;
        left: 0px;
        top: 0px;
        width: 18px;
        height: 52px;
        background-image:url(../bilder/hintergrund/scroll_ausstellung.png);
		background-repeat:no-repeat;
        font-size: 1px;
		cursor:pointer;
}

#scrollTrack1
{
        position: relative;
		top:-440px;
		left: 350px;
        width: 8px;
        height: 476px;
        background-color: #fefcf8;
		border-right:2px solid #90b1c0;
        font-size: 1px;
}


/***********************************
***** Zweiter Scroll-Container: ****
********************************/

#scrollContainer2
{
        position: relative;
		top:30px;
        overflow: hidden;
        width: 300px;
        height: 450px;
        background-color: #fefcf8;
		padding:0px 20px 30px 40px;
		text-align:left;
		line-height:1.5em;	
}



#scrollUp2
{
       display:none;

}

#scrollDown2
{
        display:none;

}

#scrollBar2
{
        position: relative;
        left: 0px;
        top: 0px;
        width: 18px;
        height: 52px;
        background-image:url(../bilder/hintergrund/scroll_ausstellung.png);
		background-repeat:no-repeat;
        font-size: 1px;
		cursor:pointer;
}

#scrollTrack2
{
        position: relative;
		top:-440px;
		left: 365px;
        width: 8px;
        height: 480px;
        background-color: #fefcf8;
		border-right:2px solid #90b1c0;
        font-size: 1px;
}



