html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-color: #dde7f0;
	color: #383638;
}

table {
  border-spacing:0;
  border-collapse:collapse;
  padding:0;
}

td {
  vertical-align:top;	
}


/* 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: 224px;
	padding: 70px 0 0 5px;
}

/* absolut positioniert für Adresse */
#address {
	position: absolute;
	top: 32px;
	left: 755px;
	width: 213px;
	height: 285px;
	z-index: 100;
	visibility: visible;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	text-align:right;
}

/* Container für die Mitte */
#middle {
	clear:left;
    width: 900px;
}


/* Content site */
#contentbox {
	float: left;
	margin-top: 30px;
	width: 650px;
	line-height: 18px;
}

#contenttext {
	width: 436px;
        min-height:450px;
        height:auto !important;  
        height:450px; 
        background-color: #dde7f0;
	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: #dde7f0;
	width:100%;
}

#contentbild img {
        float: left;
        padding:10px 0 10px 0;
}

#mediaspace {
        margin:0;
        padding:0;
        width:400px;
}

#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;
}

.dat {
  width:80px;
}

.mid {
  width:200px;
}