@CHARSET "UTF-8";

body
{
    margin: 0;
    padding: 0;
    border: none;
}

/* <><><><><><><><><><><><><><><><><><><>
 * TOPFRAME
 *
 * - logo
 * - images
 * - link to impressum
 * <><><><><><><><><><><><><><><><><><><> */

#div-top
{
    margin: 0;
    padding: 0;

    min-width: 995px;
    height: 140px;

    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#div-logo
{
    float: left;

    padding-left: 40px;
    padding-top: 20px;
}

#div-topbar-images
{
    float: left;
    position: relative;

    margin-left: 80px;
    margin-top: 15px;
}

.topbar-images
{
    border: 2px solid;
}

/*
    we define the size for each image, because the images are not always the
    same one, so they can be of different size.
*/
#img-topbar-image1
{
    position: absolute;
    left: 30px;
    top: 25px;

    width: 66px;
    height: 55px;
}

#img-topbar-image2
{
    position: absolute;
    left: 136px;
    top: 15px;

    width: 90px;
    height: 75px;
}

#img-topbar-image3
{
    position: absolute;
    left: 266px;
    top: 5px;

    width: 114px;
    height: 95px;
}

#img-topbar-image4
{
    position: absolute;
    left: 420px;
    top: 15px;

    width: 90px;
    height: 75px;
}

#img-topbar-image5
{
    position: absolute;
    left: 550px;
    top: 25px;

    width: 66px;
    height: 55px;
}

#img-topbar-image6
{
    position: absolute;
    left: 616px;
    top: 52px;

    width: 0px;
    height: 0px;

    border-width: 0px;
}

#div-global-quicklinks
{
    margin: 0;
    padding: 0;
    margin-right: 15px;
}

/* <><><><><><><><><><><><><><><><><><><>
 * MIDDLEFRAME
 *
 * - menu
 * - login
 * - infobar
 * - content
 * <><><><><><><><><><><><><><><><><><><> */
#div-middle
{
    margin: 0;
    padding: 0;

    min-width: 995px;
}

/*
 * LEFT SIDE
 */
#div-middle-left
{
    float: left;

    margin: 0;
    padding: 0;

    width: 220px;
}

/* MENU */
#div-menu
{
    margin: 10px;
    margin-bottom: 3em;
}

/* LOGIN */
#div-login
{
    margin: 17px;
}

/*
 * RIGHT SIDE
 */
#div-middle-right
{
    margin: 0;
    padding: 0;
    margin-left: 230px;
}

/* INFOBAR */
#div-infobar
{
    margin: 0px;

    height: 2.2em;
}

#div-trace
{
    float: left;

    margin: 5px;
}

#div-page-quicklinks
{
    margin: 0;
    padding: 0;
    margin-right: 15px;
}

/* CONTENT */
#div-content, #div-preview, #div-printview
{
	float: left;
	min-width: 92%;
	width: 92%;
}

#div-content, #div-printview
{
    margin-left: 2%;	
}

#div-nonedit-content
{
    float: left;
    min-width: 100%;
    width: 100%;
}

/* <><><><><><><><><><><><><><><><><><><>
 * BOTTOM-FRAME
 *
 * - footbar
 * <><><><><><><><><><><><><><><><><><><> */
#div-bottom
{
    clear: both;

    margin: 0;
    padding: 0;

    min-width: 995px;

    border-top-width: 1px;
    border-top-style: solid;
}

#div-leftfootbar
{
	float: left;
	
	margin-left: 5px;
	text-align: left;
	
	min-width: 80%;
	width: 80%;
}

#div-footbar
{
    margin-left: 5px;
    margin-right: 5px;

    text-align: right;
}

