@CHARSET "UTF-8";
* * {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	text-align: justify
}
body {
	background-position: top;
	background-image: url(./background-site.png);
	background-repeat:repeat-x;
}	* html body {
		text-align: center;
	}
	* html #page * {
		text-align: left;}
/* Die Seite */#page {
	height: 101%;
	width: 780px;
	background-image: url(./background.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}
/* Kopfbereich mit Logo unterteilt in 2 Hälften und die rechte Hälfte noch mal in durch 2 für den Schnellzugriff */
#header {	width: 100%;	height: 115px;}
#h_left {
	height: 100%;
	width: 484px;
	float: left;
	background-image: url(./headerneu1.png);
	background-repeat: no-repeat;
}
#h_l_top {
	height: 96px;;
}
#h_l_down {
	color: white;
	font-size: 7.5pt;
	padding-left: 80px;
	font-weight: bold;
	width: 404px;
	padding-top: 3px;
	background-image: url(./balken-links484px.png);
	background-repeat: no-repeat;
	height: 24px;
}
#h_right {
	//height: 100%;
	width: 296px;
	float: right;
}
#h_r_top {
	width: 100%;
	height: 96px;
}
#h_r_down {
	width: 100%;
	height: 19px;
	background-image: url(./Header5---2.png);
	text-align: right; float: right;
	padding-top: 3px;
}
	* html #h_r_down {		float: right;
		text-align: right;
	}
/* Hier der Teil für Links */
#header_text {
	width: 95%;
	height: 19px;
	text-align: right;
	}
#header_text span {
	width: 100%;
	font-size: 7.5pt;
	color: white;
	font-weight: bold;
	padding-right: 10px;/*
	word-spacing: 3px;
	letter-spacing: 2px;*/}
/* Hauptteil, der in Menue und Anzeigebereich getrennt ist */
#main {
	width: 750px;
	padding: 15px;
}
/*Menue*/ 
#menu {	width: 115px;	float: left;	margin-rigth: 7px;	border: none;	text-align: center;}
/* verhindert Ränder um die Bilder */
#menu * {
	border: none;
	text-decoration: none;
}
/*Anzeigebereich*/
#center { 	width: 620px; 	float: right;}
/* Hier ist die Aufteilung fï¿½r den Anzeigebereich c_top ist für die Newsbox * Die Box drunter ist zweigeteilt und c_left ist für die linke Seite und c_right für die recht */
/*#start #x = Anzeigebereich für die Start seite */
#start #c_top {
	width: 620px;
}
#start #c_left {
	width: 295px;
 	margin-top: 15px;
 	float: left;
 }
#start #c_right {
	width: 295px;
	margin-top: 15px;
	float: right;
}
/* #spalten #x = für die Artikel seiten (c_top) und die anderen beiden für die Kontaktseiten  * Wobei wieder c_left für die linke Box steht und c_right für die recht Box  */
.breadcrumb {
	height: 10px;
	width: 600px;
	border-bottom: 1px #e64415 solid;
}  
#spalten #c_top {
	margin-top: 10px;
}
#spalten #c_left {
	width: 410px;
	float: left;
	border-right: 1px #e64415 solid;
	padding-right: 10px;
}
	* html #spalten #c_left {
		width: 400px;
	}
#spalten #c_right {
	width: 190px;
	float: right;
	padding-left: 7px;
}
	*+html #spalten #c_right {
		width: 190px;
		//float: right;
		padding-left: 7px;
	}

/* Fusszeile */
 #footer {
	width: 100%;
	height: 42px;
	text-align: center;
	background-color: #e64415;
	font-size: 7pt;
	color: white;
	font-weight: bold;
	border-bottom: 2px white solid;
	background-position: bottom;
	background-image: url(./Footer4.png);
	padding-top: 5px;
}	* html #footer {
		text-align: center;
	}
/* Clear-Fix um div-boxen in entsprechender richtig anzuzeigen 
 * nicht vergessen class="clearfix" in das entsprechende Tag zu setzen!
 * Quelle: http://jassesnee.de/easyclear/index.html
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/ * html .clearfix {height: 1%;}/* End hide from IE-mac */
/*Links*/a {
	color: #e64415;
}
a:hover {
	color: darkred;
}
#header_text a, #footer a {
	color: white;
	font-size: 7.5pt;
}
#header_text a:hover, #footer a:hover {
	color: lightgray;
}
table.box {
	width: 100%;
	border: 1px #e64415 solid;
}
td.box-head {
	width: 100%;
	font-weight: bold;
	color: white;
	background-color: #e64415;
	vertical-align: middle;
	height: 20px;
	padding-left:3px;
}
td.box-content {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 0px;
}

td.box-image {
	height: 120px;
	width: 120px;
	text-align: center;
	padding: 10px;
	vertical-align: top;
}
	*+html td.box-image {
		height: 105px;
		padding-bottom: 0px;
	}
td.box-content h1 a {
	font-weight: bold;
	color: #e64415;
	font-style: normal;
}

.box tr td h3 {
	padding-left: 7px;
}

td.box-content h3 {
	padding:0px;
}
#map {
	border: 2px #e64415 solid;
	width: 376px;
	height: 300px;
}
ul, ol {
	padding-left: 25px;
}
li {
	padding-bottom: 3px;
	text-align: left;
}
h1, h2, h3 {
	padding-top: 5px;
	color: #e64415;
	text-align: left;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 11pt;
}
p {
	padding-bottom: 7px;
}
p.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.csc-firstHeader {
	padding-bottom: 7px;
}	* html .align-center {
		text-align: center;
	}
.bodytext {
	padding-top: 8px;
	// clear: both;
}

.contenttable-2 * {
	text-align: left;
}

p.align-center {
	text-align: center;
}

.news-single-img {
	float: right;
}

.bodytext img {
	padding-left: 7px;
	padding-right: 7px;
}

.csc-frame-frame1 {
	clear: both;
}
	*.html #c_top .csc-textpic-text {
		width: 390px;
	}
	*+html #c_top .csc-textpic-text {
		width: 390px;
	}
	
table.projekt_liste {
  width: 100%;
  border-right: 0px none;
  border-bottom: 0px none;
  border-left: 1px #e64415 solid;
  border-top: 1px #e64415 solid;
  
}

th.projekt_liste {
  background-color: #e64415;
  color: white;
  border-right: 1px #e64415 solid;
  border-bottom: 1px #e64415 solid;
  border-left: 0px none;
  border-top: 0px none;

}

td.projekt_liste_r {
  width: 200px;
  border-right: 1px #e64415 solid;
  border-bottom: 1px #e64415 solid;
  border-left: 0px none;
  border-top: 0px none;

}

td.projekt_liste_m {
  border-right: 1px #e64415 solid;
  border-bottom: 1px #e64415 solid;
  border-left: 0px none;
  border-top: 0px none;

}

td.projekt_liste_l {
  width: 20px;
  border-right: 1px #e64415 solid;
  border-bottom: 1px #e64415 solid;
  border-left: 0px none;
  border-top: 0px none;

}


