html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-color: #d5dfe4;
	color: #383638;
}

/* alles umschliessende box */
#main {
	width: 925px;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
}

/* hier ist das Logo oben links drin */
#logobox {
	float: left;
	height: 66px;
	width: 229px;
	padding-top: 70px;
}

/* absolut positioniert für Adresse */
#address {
	position: absolute;
	top: 32px;
	left: 695px;
	width: 220px;
	height: 220px;
	background-color: #d5dfe4;
	z-index: 200;
	visibility: visible;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #383638;
	text-align:right;
}

#address h3 {
        padding: 0px;
        margin: 0px;
	padding-top: 8px;
        padding-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #e2001a;
}

/* Container für die Mitte */
#middle {
	clear:left;
    width: 900px;
}

/* Menu */
#menu {
    float:left;
	margin-top: 29px;
	width: 200px;
	text-align: right;
}

#menu ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

#menu ul li a{
	font-size:12px;
	font-weight:normal;
	color: #383638;
	text-decoration: none;
}

#menu ul li a:hover{
	font-size:12px;
	font-weight:normal;
	color: #e2001a;
	text-decoration: none;
}

#menu ul li a.active{
	font-size:12px;	
	font-weight:normal;
	color: #e2001a;
	text-decoration: none;
}

/* Content site */
#contentbox {
	float: left;
	margin-top: 30px;
	width: 466px;
	line-height: 18px;
}

#contenttext {
	width: 406px;
        min-height:450px;
        height:auto !important;  /* für moderne Browser */
        height:450px;  /*für den IE6 */
        background-color: #d5dfe4;
	padding-right: 30px;
	padding-left: 50px;
	line-height: 30px;
}

#contenttext h1  {
	font-size: 18px;
	font-weight: bold;
	color: #007194;
	line-height: 18px;
}

#contenttext h2  {
	font-size: 18px;
	font-weight: bold;
	color: #007194;
	line-height: 18px;
}


#contenttext h3 {
        padding: 0px;
        margin: 0px;
	padding-top: 6px;
        padding-bottom: 7px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #e2001a;
}

#contenttext img {
        float: left;
	padding-top: 7px;
        padding-right: 20px;
}

#contenttext a{
	color: #e2001a;
	text-decoration: none;
}

#contenttext a:hover{
	color: #e2001a;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: e2001a;

}

#contenttext ul {
	margin:0px;
    padding:0px;
}

#contenttext ul li {
	padding-left: 16px;
	list-style-type: none;
	background-image: url(images/aufz.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	text-decoration: none;
}

#contentbild {
	float: left;
	background-color: #d5dfe4;
	width:406px;
}

#contentbild img {
        float: left;
        padding-bottom: 25px;
	padding-top: 28px;
        padding-right: 20px;
}

#fotoaddr {
    float: right;
    margin-top: 224px;
    margin-right:14px;
    text-align: right;
    width: 155px;
}

#fotoaddr a{
	color: #e2001a;
	text-decoration: none;
}

#fotoaddr a:hover{
	color: #e2001a;
	text-decoration: none;
	text-align: right;
}


#fotoaddr img {
	padding-bottom: 5px;
}

#bilder {
        float:left;
        width: 340px;
}

#bilder img {
        padding:0px;
        padding-right: 10px;
        padding-top: 10px;
}

#unsichtbar {
       visibility: hidden;
       height: 0px;
}

#contenttext.contactFormClassfile {
       margin-left: 500px;
}

