/* Formatierungen der Hauptelemente */

noscript span {display:none} /* scramble mail adress */

#HEAD {
	width: 100%;
	height: 80px;
/*
	border: 1px solid Black;
*/
}

#VERLAUF {
	text-align: center; /* IE Hack für zentrale Positionierung*/
	
	background-image: url(bilder/verlauf.jpg); 
	background-repeat: repeat-x;
	
/*	
	border: 1px solid Black;	
*/
}


#CONTENT {
	width: 960px;
	height: 580px;
	
	margin-left: auto;
	margin-right: auto;
/*
	border: 1px solid white;
*/
}

#CONTENT div.logo {
	width: 188px;
	height: 100px;
	
	background-image: url(bilder/logo_gross.png);
	background-position: bottom;
	background-repeat: no-repeat;
	
	float: left;
	
	margin-top: 20px;
	margin: 12px; 
/*	
	border: 1px solid white;
*/
}
#CONTENT div.home {
	width: 718px;
	height: 105px;
	
	float: left;
  position: relative;	
	text-align: center;
	
	margin-top: 20px;
	margin: 12px;
	color: white;
	background-color: transparent;
/*
	border: 1px solid white;
*/
}
#NAVITOP div.navi, #NAVITOP div.naviactive {
  position: absolute;
  right: 0px;
  bottom: -20px;
	width: 131px;
	height: 22px;
	border-left: 2px solid white;
	padding-top: 2px;
  color: white;
}

#NAVITOP div.navi a:link, div.navi a:visited {
	color: white;
	background-color: transparent;
}
#NAVITOP a.active, div.naviactive a:visited, div.naviactive a:link {
	color: #676767;
	font-weight: bold;
}

#NAVITOP #ENTRY1 {
  right: 0px;
}
#NAVITOP #ENTRY2 {
  right: 133px;
}
#NAVITOP #ENTRY3 {
  right: 266px;
	width: 264px;
}
#NAVITOP #ENTRY4 {
  right: 399px;
}

*html #CONTENT div.home {
	width: 710px;
	text-align: right;
}
#CONTENT div.home img.imagehome {
	width: 35px;
	height: 35px;
	
	padding: 73px 0px 0px;

	border: 0px solid red;		
}


#CONTENT div.menue_left {
	width: 268px;
	height: 290px;

	float: left;
	margin: 12px;

/*
	border: 1px solid white;
*/
}
#CONTENT div.logo_mitte {
	width: 80px;
	height: 264px;
	
	background-image: url(bilder/d4h_logo.png);
	background-repeat: no-repeat;
	background-position: center;	

	float: left;
	margin: 12px;
/*
	border: 1px solid white;
*/
}
#CONTENT div.menue_right {
	width: 536px;
	height: 290px;

	float: left;
	margin: 12px;
/*
	border: 1px solid white;
*/
}

#FOOT {
	width: 100%;
	height: 15%;
	
	text-align: center;
/*
	border: 1px solid Black;
*/
}
#FOOT div.foot { 
	width: 936px;

	text-align: left;
	color: white;
	
	margin-left: auto;
	margin-right: auto;
	
	padding: 12px;
/*
	border: 1px solid black;
*/
}

body {
	background-color: #454545;
  margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	
	overflow: hidden	
}

/* Ausrichtung der Bilder oberhalb der Navi */
div.imageborder {
	padding: 5px;
	height: 254px;
	width: 254px;

	float: left;
	margin-bottom: 2px; /* Abstand zur Navi */

	border: 2px solid white;
}

.image {
	width: 252px;
	height: 252px;
	
	margin: 0px;
}

div.content {
	width: 530px;
	height: 264px;	

	float: left;
	
	border: 2px solid white; /* Abstand zur Navi */
	margin-bottom: 2px;
}

*html div.content {
	width: 525px;
}
/*div.content div.text {*/
div.text {
	height: 162px;
	
	color: white;
	padding: 22px;
	text-align: left;
/*
	border: 1px solid red;
*/
}
table.text {
/*	height: 100%;*/
	width: 100%;
	font-size: 10pt;
}
table.text th {
	height: 30px;
	vertical-align: top;
	font-size: 10pt;
}
/*div.content div.imageframe {*/
div.imageframe {
	height: 60px;

	background-color: White;
	padding: 0px 4px 0px;
	
	/*border: 1px solid red;*/
}
img.imagecontent {
	height: 50px;
	width: 50px;
	
	margin: 4px;
	float: left;
	
	border: 0px solid red;	
}

div.navi, div.naviactive {
	width: 131px;
	height: 22px;

	float: left;
	
	border-left: 2px solid white;
	
	padding-top: 2px;
}

a, font {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	text-decoration: none;
/*	
	border: 1px solid red;
*/	
}
.naviactive {
	background-color: White;
}
div.navi a:link, div.navi a:visited {
	color: white;
	background-color: transparent;
}
a.active, div.naviactive a:visited, div.naviactive a:link {
	color: #676767;
	font-weight: bold;
}

div.submenue {
	height: 130px;
	clear: both;
	
	text-align: right;
	
	margin-right: 15px;
	
/*	
	padding-left: 809px;
	border: 1px solid green;
*/	
}
div.naviimpr, div.naviimpractive {
	width: 132px;
	height: 18px;
	
	text-align: left;
	margin-left: 809px;
/*
	border: 1px solid red;
*/
}
div.navikont, div.navikontactive {
	width: 132px;
	height: 18px;
	
	text-align: left;
	margin-left: 676px;
	margin-right: 132px;
/*
	border: 1px solid green;
*/
}
div.submenue a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	
	text-decoration: none;	
}
a.active, div.naviimpractive a:visited, div.naviimpractive a:link, div.navikontactive a:visited, div.navikontactive a:link  {
	font-weight: bold;
}


