


/* ######################################################################################################

** ### Vorbereitende Ma&#65533;?nahmen | Reset ##################################################################

** ######################################################################################################

*/

	/* Hiermit werden die Randabstände und border aller HTML-Elemente auf Null gesetzt. Damit wird das       

	** Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht. 

	*/

	

	* { margin:0; padding: 0; } 



	/* Das zurücksetzen der Innen- und Au&#65533;?enabstände verursacht zu kleine Selectboxen. Dies wird korrigiert */

	option {padding-left: 0.4em}

	

	/*

	** Die nachfolgenden Angaben entstammen dem Artikel 'Useful Code Snippets' von Mike Foskett

	** [http://www.websemantics.co.uk/tutorials/useful_css_snippets/]

	*/

	

	/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 

	** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Höhe des Browserfensters. */

	html { height: 100% } 

	body { 

	/*	min-height: 101%;	*/

	/* Beseitigung des Rundungsfehlers bei Schriftgrö&#65533;?en im Opera sowie Standardformatierungen */

		font-size: 100.01%; 

	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Grö&#65533;?e des Browser 

			Fensters geändert wird. */

		position: relative; 

	

	/* Vorgabe der Standardfarben und Textausrichtung*/     

		color: #000;        

		background: #fff;

		text-align: left; 

	} 

	

	/* Standardrahmen zurücksetzen */

	fieldset, img { border:0; }

	

	/* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu gro&#65533;? */ 

	select, input, textarea { font-size: 99% }

	

	

/* ######################################################################################################

** ### Markupfreie CSS-Floatclearing-Lösungen ###########################################################

** ######################################################################################################

*/



	/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	 .clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix  {height: 1%;}

.clearfix  {display: block;}

/* End hide from IE-mac */

/* Diese Angabe bentigt der Safari-Browser zwingend !! */
	.clearfix  { display: block; } 

	/* Overflow-Methode zum Clearen der Float-Umgebungen */
	.clearfix  { overflow:hidden; }

	/* IE-Clearing: Bentigt nur der Internet Explorer und er iehacks.css zugeschaltet */

	#ie_clearing { display: none }

	



	

/* ####################################### Ende Clearing ####################################### */

/* ######################################################################################################

** ### Skiplink-Navigation ##############################################################################

** ######################################################################################################

*/





body { 
	font-family: Arial, Verdana, sans-serif;
	color:#00000;
		font-size: 80%;
	background: url(dhglinks.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color:#fff;
}


#top {
	width: 100%; 
	height:178px;
	background: url(welle.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#logo {
	width: 237px; 
	height:136px;
	float: left;
}

	
#page_margins {
	width: 860px; 
}


/* ############### Navigation ############### */


#topnavigation {
    margin: ;
    padding: 0;
    font-size:12.5px;
	margin: 0 0 0 260px;
	padding: 105px 0px 0px 0;
}

#topnavigation ul{
    display:inline;        /* Fix f?r IE Doubled Float Margin Bug    */
    margin: ;            /* Standard-Listendefinition zur?cksetzen */
    padding: 0;
 	height:28px;
}


#topnavigation li{
    float: left;
    display:inline;     /* Fix f?r IE Doubled Float Margin Bug    */
    list-style-type: none;
    padding: 0 7px 0 7px;
	border-right:1px solid #003d8e;
}
#topnavigation ul li a {
    color:#003d8e;
    text-decoration:none;
	font-weight: bold;

}
#topnavigation ul li a:hover {
    color:#fff;
    text-decoration:none;
}
#topnavigation #current a, #topnavigation ul li a:active {
    color:#003d8e;
    text-decoration:none;
}
#topnavigation li:last-child{border-right:0;}



/* ####################################### Spaltenformatierung ####################################### */

 
  
#col2 {

	color: #fff;
	text-align: right;
	font-size: 13px;

}

#col2 ul a {
	color:#B9F361;font-weight:bold;font-size:14px;text-decoration:none;
	}
	
#col2 ul ul a {
	color:#fff;font-weight:normal;font-size:13px;text-decoration:none;
	}

#col2 ul ul {
	padding-bottom:20px;
	}
	
#col2 ul a.navigation_cur {
	text-decoration: underline;
}


#col2 ul li.nav1 {
	padding-bottom:3px;
}

.navigation li.nav3 {
	margin-right:15px;
	color:#B9F361 !important;
}

.navigation li.nav3 a {
	color:#B9F361 !important;
}



#col2 ul li.nav1 ul.navigation {
	padding-top:5px;
}


#col2 ul li {
	list-style-type: none;
	}
	
#col2 ul li.spacer {
	font-weight:bold;
	padding-bottom:5px;
	}


#content {
	margin: 0px 250px;
	padding: 0;
	width: 600px; 

}
 
 .csc-textpic-intext-right-nowrap {
 	float:right;
 	width:300p;
 	}
 
 
 .csc-textpic-intext-left-nowrap {
 
 }
 
 #col3 ul {
 	list-style-type: disc;
 	margin-left: 20px;
 }
 
 h1.projekt {
 	color:#003d8e;
 	margin-bottom: 15px;
 	font-size: 17px;
 }
 .projekt img {
 	margin-left:10px;
 }
 
 .csc-header h1, h1.csc-firstHeader {
 	color:#003d8e;
 	margin-bottom: 10px;
 	font-size: 17px;
 }
 
 .news-latest-container h3 {
 	color:#003d8e;
 	margin-bottom: 4px;
 	font-size: 15px;
 }
 
  .news-latest-container h2 {
 	color:#003d8e;
 	font-size: 15px;
 }
 
  .news-latest-container h3 a {
  	text-decoration:none;
  	color:#003d8e;
 }
 
 .news-latest-morelink {
 	margin-top:4px;
 }
 
 .newsheader {
 	margin-bottom: 5px;
 	background-color: #A2DB4B;
 	display:inline;
 	color:#fff;
 	padding:1px 4px 1px;
 	font-weight: bold;
 }
 
 .news-latest-item {
 margin-top:7px;
 }
 
 .projekt img {

	vertical-align: middle;
 }
 
 
.projekt span {

	vertical-align: middle;
 }
 
/* ####################################### Spaltenformatierung ####################################### */
	
#col1 {
		float: left;
		width: 25%;  /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
		display:none;
	}
#col1_content { padding-left: 20px; padding-right: 10px; display:none;}
	
#col2 {
		float: left; 
		width: 223px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
		margin-left:0px;
	}
#col2_content {	padding-left: 0; padding-right: 0;   }
	
#col3
	{
		width:600px;
		margin-left: 250px; margin-right: 0px; border-right: 0;
	}
	
#col3_content { padding-left: 0; padding-right: 0; padding-top: 0; }


/* ####################################### Ende Spaltenformatierung ####################################### */ 
 
 
 
 

