/* Erweiterter Container */
div#expand
{
    position:absolute;
    left: 0px;
    top:0px;
    z-index : 100;
    background-color: #FFF;
    margin: 0;
    padding:0;
    width: 100%;
}
div#expand_inner
{
    width: 100%;
	border: 10px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding: 10px;
    position:fixed;
    background-color: #383D44;
    color: #eee;
}

div#expand_inner div.breadcrumbs
{
    float:left;
}



div#archiv_detail_thumbs
{
	float:left;
    border-left: 1px solid #EEE;
    margin-left: 10px;
    padding-left: 10px;
}

div#archiv_detail_thumbs a.active
{
    background-color: #FFF;
    color: #455A79;
}

div#expand_inner a
{
    background-color: transparent;
    color: #eee;
}
div#expand_inner a:hover
{
    background-color: #FFF;
    color: #455A79;
}

div#expand_inner a#link_shrink
{
    margin-left: 15px;
}

/* newspaper width 400 */

img#seite400
{
    margin-top: 90px;
}

#area400 {
	background: #ccc;
	height: 15px;
	width: 250px;
	border: 1px solid #FFF;
}

#knob400 {
	height: 15px;
	width: 20px;
	background:#9DCF67;
}

/* newspaper width 600 */

img#seite600
{
    margin-top: 90px;
}

#area600 {
	background: #ccc;
	height: 15px;
	width: 250px;
	border: 1px solid #FFF;
}

#knob600 {
	height: 15px;
	width: 20px;
	background:#9DCF67;
}

/* newspaper width 800 */

img#seite800
{
    margin-top: 90px;
}

#area800 {
	background: #ccc;
	height: 15px;
	width: 250px;
	border: 1px solid #FFF;
}

#knob800 {
	height: 15px;
	width: 20px;
	background:#9DCF67;
}

/* newspaper width 1000 */

img#seite1000
{
    margin-top: 90px;
}

#area1000 {
	background: #ccc;
	height: 15px;
	width: 250px;
	border: 1px solid #FFF;
}

#knob1000 {
	height: 15px;
	width: 20px;
	background:#9DCF67;
}


