    
    body {
        font-family: Verdana;
        font-size: 12px;
        line-height: 150%;
        background-color: #F5F4F3;
        height: 100%;
    }

    form {
    	display: inline;
    }

    p {
    	margin: 0px;
        padding: 0px;
    }

    h1.raumopol {
      margin-top: 5px;
      font-size: 21px;
      margin-bottom: 10px;
      padding: 0px;
    }

    #main-raumopol {
		width: 750px;
        margin-left: -375px;
        left: 50%;
        margin-top: 22px;
        position: absolute;
    }
	
	#testaccount2
	{
		position: absolute;
		top: 0px;
		width: 770px;
		height: 20px;
	    background-color: #800000;
		margin-left: -385px;
		left: 50%;
		text-align: center;
	}
	
	#testaccount2 > img
	{
		display: block;
		float: left;
	}
	
	#testaccount2 > a + img
	{
		float: right !important;
		display: block;
	}	
	
    #testaccount2 a {
      color: #FFFFFF;
      font-size: 11px;
      text-decoration: none;
      padding-left: 0px;

    }

    #testaccount2 a:hover, #testaccount2 a:hover span {
    	color: antiquewhite;
        text-decoration: none;
    }

    #testaccount2 span {
        text-decoration: underline;
		font-weight: bold;
    }	
	

    #main-raumopol #menu {
    	background-image:url('/www/_gfx/menu_klein_neu.gif');
        width: 215px; /*210*/
        height: 167px; /*164*/
        position: absolute;
        left: 2px;
        top: 78px;
        z-index: 10000;
    }

    #main-raumopol #content-raumopol {
    	background-image:url('/www/_gfx/content_middle_neu.gif');
        background-repeat: repeat-y;
        width: 600px;
        margin-left: 151px;
        padding-bottom: 3px;
    }

    #main-raumopol #content-raumopol #top {
    	background-image:url('/www/_gfx/content_top_neu.gif');
        width: 600px;
        height: 35px;
    }
    
    #main-raumopol #content-raumopol #top h1 {
      font-variant: small-caps;
      padding-left: 20px;
      padding-top: 4px;

    }

    #main-raumopol #content-raumopol #balken {
        width: 588px;
        height: 3px;
        margin-left: auto;
        margin-right: auto;
        font-size: 0px;
        /*
        #BE0000 - red
        #6FA349 - green
        #416EAB - blue
        #4192A9 turq
        */
    }

    .turq {background-color: #4192A9;}
    .blue {background-color: #416EAB;}
    .green {background-color: #6FA349;}
    .red {background-color: #BE0000;}


    #main-raumopol #bottom {
    	background-image:url('/www/_gfx/content_bottom_neu.gif');
        width: 600px;
        height: 40px;
        margin-left: 151px;
    }

    #main-raumopol #content-raumopol #textcontent #block {
    	float: left;
        width: 62px;
        height: 180px;
  	}

    #main-raumopol #content-raumopol #textcontent #block2 {
    	margin-left: 0px;
  	}

    #main-raumopol #content-raumopol #textcontent {
    	padding-left: 15px;
        padding-right: 15px;
        padding-top: 1px;
    }


    #footer {
    	clear: both;
        margin-top: 5px;
        text-align: right;
        color: #F5F4F3;
        padding-right: 40px;
        font-size: 12px;
        margin-bottom: 10px;
	}

    #footer a {
		text-decoration: underline;
        color: #4F4F4F;
    }

    #footer a:hover {
		text-decoration: none;
    }

    #menu a {
    	font-size: 13px;
/*		letter-spacing: 0.7px;
        font-variant: small-caps;
*/
        display: block;
        float: left;
        width: 105px;
        height: 52px;
        text-align: center;
        padding-top: 30px;
        font-weight: bold;
    }

    #menu a:hover {
    	text-decoration: none;
    }

    #menu #red {
    	color: antiquewhite;
    }

    #menu #turq {
    	color: #000000;
    }

    #menu #blue {
    	color: #001970;
    }

    #menu #green {
    	color: #3F3F3F;

    }


    #back {
        width: 108px;
        height: 26px;
		font-size: 0px;
    	background-image:url('/www/_gfx/logo_klein.gif');
        position: absolute;
        left: 5px;
        top: 48px;
    }
