/* <![CDATA[ */


* {
	padding: 0px;
	margin: 0px;
}
 html, body {
    height: 100%;
   	margin: 0;
    padding: 0;
}


/* ------------------------------------------------------- */
/* hier sind die hauptbreiche als id-divs definiert */
/* ------------------------------------------------------- */


#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
/* ------------------------------------------------------- */
/* ------- here starts the vertical  exanimo code -------- */
/* ------------------------------------------------------- */

div#shim {
                visibility: hidden;
                width: 100%;
                height: 50%;                                         /* Bump div#blueBox down half the height of the screen. */
                margin-top: -295px;                                  /* Half the height of div#blueBox. */
                float: left;
            }


 div#blueBox {
	width: 800px;
	height: 590px;
	clear: both;
	position: static;
	top: -295px;
	position: static;
	background-color: #999999;
                /** end hack */

            }


            /*
             *
             * Issue: IE5mac interprets negative values as positive.
             *
             * I haven't figured out a workaround for this yet. The content won't be vertically centered but it won't be messed up by the previous code either.
             *
             */

            /* Hide from IE5mac \*//*/
                div#shim {
                    display: none;
                }
                html, body {
                    height: auto;
                }
            /* end hack */


		/* ]]> */
		
/* ------------------------------------------------------- */
/* -------- here ends the vertical  exanimo code --------- */
/* ------------------------------------------------------- */

/*.lbox #wrapper {

background-color: transparent;
background-image: url(/images/main-layout.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0px;
background-y-position: 0px;
width: 1000px;
height: 565px;
position: absolute;
top: 50%;
left: auto;
margin-top: -295px;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: -35px;
overflow-x: hidden;
overflow-y: hidden;
text-align: left;
}

*/
#navigations {
	width: 800px;
	bottom: 0px;

}
#main_navigation {
	position: relative;
	width: 200px;
	float: left;
	bottom: 0px;

}
#main_navigation li {
	display: block;
	list-style-type: none;
	padding-top: 0px;
}
#gallery_navigation {
	text-align: right;
	width: 450px;
	float: right;
	position: relative;
	top: 120px;
	
}
#gallery_navigation li {
	display: inline;
}
#content {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 800px;
	height: 370px;
}
#contentTextbox {
	width: 600px;
	margin-left: 200px;
	overflow: auto;
	height: 370px;

}

#copyright {
	margin: 0;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
