div#grau_schicht {
	position : fixed;
	width : 100%;
	height : 100%;
	top : 0px;
	left : 0px;
	z-index : 2;
	background-color : rgba(40,40,40,0.77);
	display : none;
}

div#squirrel_box {
	position : fixed;
	z-index : 3;
        background-color : rgb(200,200,200);
        width : 860px;
/*        height : 700px;*/
        height : 633px;
	top : 70px;
	left : 70px;
	display : none;
}

div#control_area {
	position : absolute;
        width : 860px;
        height : 50px;
	top : 0px;
	left : 0px;
/*        background-color : rgb(100,0,0);*/
}

div#control_area div#biv_logo {
	position : absolute;
	top : 17px;
        left : 60px;
        color : rgb(70,70,70);
        font-weight : bold;
        cursor : help;
/*        background-color : rgb(200,100,0);*/
}

div#control_area div#biv_logo a:link {
	text-decoration : none;
        color : rgb(70,70,70);
}
div#control_area div#biv_logo a:visited {
	text-decoration : none;
        color : rgb(70,70,70);
}
div#control_area div#biv_logo a:hover {
	text-decoration : none;
        color : rgb(70,70,70);
}

div#control_area div#leftbutton {
	position : absolute;
        top : 14px;
        left : 390px;
        cursor : pointer;
/*        background-color : rgb(100,100,200);*/
}

div#control_area div#rightbutton {
	position : absolute;
        top : 14px;
        right : 390px;
        cursor : pointer;
/*        background-color : rgb(100,100,200);*/
}

div#control_area div#zaehler {
	position : absolute;
	top : 17px;
        right : 60px;
/*        background-color : rgb(100,100,200);*/
}

div#control_area div#close_icon {
	position : absolute;
        width : 13px;
        height : 13px;
	top : 7px;
	right : 11px;
        cursor : pointer;
/*        background-color : rgb(200,100,0);*/
}

div#image_area {
	position : absolute;
        width : 800px;
        height : 533px;
	top : 50px;
	left : 30px;
/*        background-color : rgb(0,100,0);*/
}

div#left_area {
	position : absolute;
        width : 30px;
        height : 600px;
	top : 50px;
	left : 0px;
/*        background-color : rgb(30,30,255);*/
}

div#right_area {
	position : absolute;
        width : 30px;
        height : 600px;
	top : 50px;
	right : 0px;
/*        background-color : rgb(0,100,100);*/
}

div#text_area {
	position : absolute;
        width : 860px;
        height : 50px;
/*	top : 650px;*/
	bottom : 0px;
	left : 0px;
/*        background-color : rgb(100,100,200);*/
}

div#text_area p {
        text-align : center;
/*	margin : 12px 40px 12px 40px;*/
	margin : 15px 10px 12px 10px;
        white-space : nowrap;
        overflow : hidden;
/*        overflow : scroll;*/
}

