* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;

		}

	body {
		background-color:#FFFFFF;
		color:#FFFFFF;
                font: 11pt Times;
		text-align:center; /* horizontal centering for IE Win quirks */
		}
        a {
            color:#630;
            text-decoration: none;
           }
         a:hover {

            text-decoration: underline;
           }

	#distance {
		width:1px;
		height:50%;
		background-color:#fff;
		 /*margin-bottom:-13.75em; half of container's height */
                margin-bottom: -300.5px;
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
                height: 601px;
                width: 846px;
                clear:left;
		background-color:#fff;

		}
embed{
    margin: 0;
    padding: 0;
    }
#menu{
    width: 846px;
    height: 196px;
    background-image: url(/images/kopf_flash.jpg);
    }
#bg_bottom{
    width: 846px;
    height: 405px;
    background-image: url(/images/bg_bottom.jpg);
    }
#cont_box{
    margin-left: 39px;
    padding-left: 35px;
    width: 715px;
    height: 255px;
    background-repeat: no-repeat;
    }
#cont_box_inner{
    padding-top: 15px;
    padding-bottom: 10px;
    width: 715px;
    height: 210px;
//    overflow-x: none;
    overflow: auto;
    
    }
#blue_strip{
    margin-left: 39px;
    padding-left: 35px;
    width: 715px;
    height: 24px;
    line-height: 24px;
    font-style: italic;
    color: #84BBCF;
    font-weight: bold;
    letter-spacing: 2px;
    background-image: url(/images/blue_strip.jpg);
    }
#copyright{
    margin-top: 50px;
    text-align: center;
    color: #996633;
    width: 750px;
    }
a.lang_change{
    color: #660000;
    }

.menu{
color: #CCC6B0;
font: 12px Arial, sans-serif;
font-weight: bold;
}
a.menu{
text-decoration: none;
}
a.menu:hover{
color: #CEC19B;
}

label{
     display: block;
     float: left;
     width: 150px; /* Breite.*/
    }
input, select, textarea {
  display: block;
  float: left;
  font-size: 12px;
  width: 220px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}
