/*=== Für CMS Debugausgaben ===*/
.cms4d_odebug{
	color:rgb(0,0,0);
	background-color:white;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	padding:10px;
	float:left;
	clear:both;
	width:100%;
}
.cms4d_odebug h1{
	color:rgb(0,0,0);
	font-size:16px;
	text-indent:0px;
	background-image:none;
}
.cms4d_odebug pre{
	color:rgb(0,0,0);
	font-family:Verdana;
}


/*========== 02.09.2007, dogan ===============*/
html{
	width:100%;
	/*100% Höhe wg. content_table*/
	height:100% !important;
}
body{
	background-color:rgb(233,217,193);
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:70%;
	margin:0;
	padding:0;

	/*100% Höhe wg. content_table*/
	width:100%;
	height:100% !important;

}
@media print{
	body{
		background-color:white;
		text-align:left;
		margin:0;
		padding:0;
	}
}
/*IE Tabellenfehler*/
table{
	font-size:1em;
}





/*--- Absatz-Formate ---*/
@media screen{
	h1{
		color:black;
		font-size:1.4em;
		margin:0 0 1em 0;
		padding:0;
	}
	h2{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
	}
	h3{
		color:black;
		margin:0 0 0.5em 0;
		font-size:1em;
	}
	h4{
		color:black;
		font-size:1.2em;
		font-weight:bold;
		margin:0 0 0.5em 0;
		padding:0;
	}
	h5{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
	}
	h6{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
	}

	p{
		margin:0 0 1em 0;
		padding:0;
	}

	a{
		color:rgb(133,92,73);
		text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
	}

	address{
		font-style:normal;
		font-size:0.8em;
	}

}
@media print{
	h1{
		color:black;
		font-size:1.6em;
		font-weight:normal;
		margin:0 0 1em 0;
		padding:0;
	}
	h2{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
	}
	h3{
		color:black;
		font-size:1.0em;
		margin:0 0 0.5em 0;
	}
	h4{
		color:black;
		font-size:1.4em;
		margin:0 0 0.5em 0;
	}
	h5{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
	}
	h6{
		color:black;
		font-size:1.0em;
		margin:0 0 0.5em 0;
	}

	p{
		margin:0 0 1em 0;
	}

	a{
		color:black;
		text-decoration:none;
	}

	address{
		font-size:0.80em;
		font-style:normal;
	}
}






/*--- Listen-Formate ---*/
@media screen{
	.html_content ul{
		/*aus optischen Gründen 1px weiter nach rechts für die erste UL*/
		margin:1em 0 1em 13px;
		padding:0;
		list-style:none;
	}
	.html_content li{
	}
	.html_content ul li{
		padding:0 0 0 12px;
		margin:0 0 1em -12px;
		background-image:url(images-zi-eifel/li-bullet-pfeil-schwarz.gif);
		background-repeat:no-repeat;
	}
	.html_content ul ul{
		margin:1em 0 0 12px;
	}

	dir, menu{
		margin:1em 0 1em 17px;
		padding:0;
	}
	dir li, menu li{
		margin:0 0 1em 0;
		padding:0;
	}
	dir dir, menu menu{
		margin:1em 0 0 17px;
	}


	dl{
		margin:0 0 1em 0;
		padding:0;
	}
	dl dd{
		color:rgb(102,102,102);
		margin:0 0 1em 0;
		padding:0;
	}
	dl dl{
		margin:1em 0 1em 20px;
	}

	/*als Textbox*/
	dl dt{
		border:1px solid rgb(204,204,204);
		color:black;
		margin:0 0 1em 0;
		padding:9px 10px 10px 10px;
		background-color:rgb(240,240,240);
	}
}
@media print{
	ul{
		margin:1em 0 1em 17px;
		padding:0;
		background-image:none;
	}
	ul li{
		padding:0;
		margin:0 0 1em 0;
		background-image:none;
	}
	ul ul{
		margin:1em 0 0 17px;
		background-image:none;
	}


	dir, menu{
		margin:1em 0 1em 17px;
		padding:0;
	}
	dir li, menu li{
		margin:0 0 1em 0;
		padding:0;
	}
	dir dir, menu menu{
		margin:1em 0 0 17px;
	}


	dl{
		margin:0 0 1em 0;
		padding:0;
	}
	dl dd{
		color:rgb(110,110,99);
		margin:0 0 1em 0;
		padding:0;
	}
	dl dl{
		margin:1em 0 1em 20px;
	}

	dl dt{
		border:1px solid black;
		color:black;
		margin:0 0 1em 0;
		padding:10px;
		background-color:white;
	}
}



/*--- Container Formate ----*/
fieldset{
	border:none;
	padding:0px;
	margin:0px;
}
.box_headline_1 *, .box_headline_2 *{
	margin:0;
	padding:0;
}
.box_headline_1{
	color:white;
	background-color:rgb(169,14,14);
	text-align:left;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:6px 0 7px 9px;
}
.box_headline_2{
	color:white;
	background-color:rgb(205,131,26);
	text-align:left;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:6px 0 7px 9px;
}




/*Hilfsklassen*/
.clearboth{
	float:none;
	clear:both;
}
.displaynone{
	display:none;
}


/*--- Bilder ---*/
.bild_links{
	margin:0px 15px 5px 0px;
}
.bild_rechts{
	margin:0px 0px 5px 15px;
}

.bild_box{
	float:left;
	clear:both;
	width:578px;
	font-size:0.9em;
	padding:2px;
	border:1px solid #855C49;
	margin-bottom:20px;
}
.bild_box img{
	margin-right:10px;
	float:left;
}
.bild_box p{
	margin:0;
	padding:0;
}


.bild_box_links{
	width:240px;
	margin:0px 15px 5px 0px;
	float:left;
	font-size:0.9em;
	padding:2px;
	border:1px solid #855C49;
}
.bild_box_links img{
	margin-bottom:4px;
}
.bild_box_links p{
	margin:0;
	padding:0;
}

.bild_box_rechts{
	width:240px;
	margin:0px 0px 5px 15px;
	float:right;
	font-size:0.9em;
	padding:2px;
	border:1px solid #855C49;
}
.bild_box_rechts img{
	margin-bottom:4px;
}
.bild_box_rechts p{
	margin:0;
	padding:0;
}



/*---- weitere box und listenformate ----*/
.claim_box_1{
	color:rgb(133,92,73);
	font-size:1.4em;
	font-weight:bold;
	padding:20px 0 50px 0;
	text-align:center;
}
.ul_box_1{
}
.ul_box_1 ul{
}
.ul_box_1 ul li{
	list-style:none;
	background-image:url(images-zi-eifel/li-bullet-pfeil-schwarz.gif);
	background-repeat:no-repeat;
}


/*--- Newsboxen ---*/


.cms4dmodul_3_liste_modulcontainer h1{
	color:black;
	font-size:1.4em;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	padding:4px 8px 0 8px;
	border-left:2px solid #E9D9C1;
	border-right:2px solid #E9D9C1;
	border-top:2px solid #E9D9C1;
	background-color:#E9D9C1;
	font-weight:bold;
}

.cms4dmodul_3_liste_modulcontainer h2{
	color:white;
	font-size:1.4em;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	padding:4px 8px 0 8px;
	background-color:#ED6E00;
	font-weight:bold;
}

.cms4dmodul_3_liste_modulcontainer h3{
	color:white;
	font-size:1.4em;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	padding:4px 8px 0 8px;
	background-color:#006822;
	font-weight:bold;
}

.cms4dmodul_3_liste_modulcontainer h4{
	color:white;
	font-size:1.4em;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	padding:4px 8px 0 8px;
	background-color:#FFD267;
	font-weight:bold;
}

.cms4dmodul_3_liste_modulcontainer h5{
	color:white;
	font-size:1.4em;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	padding:4px 8px 0 8px;
	background-color:#9F002A;
	font-weight:bold;
	border:none;
}

.cms4dmodul_3_liste_modulcontainer h6{
	color:white;
	font-size:1.4em;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	padding:4px 8px 0 8px;
	background-color:#3B80C2;
	font-weight:bold;
	border:none;
}


.cms4dmodul_3_liste_modulbodycontainer h1{
	color:black;
	font-size:1.4em;
	margin:0 0 1em 0;
	padding:0;
	border:none;
	background-color:transparent;
}

.cms4dmodul_3_liste_modulbodycontainer h2{
	color:black;
	font-size:1.2em;
	margin:0 0 0.5em 0;
	border:none;
	background-color:transparent;
}

.cms4dmodul_3_liste_modulbodycontainer h3{
	color:black;
	margin:0 0 0.5em 0;
	font-size:1em;
	border:none;
	background-color:transparent;
}

.cms4dmodul_3_liste_modulbodycontainer h4{
	color:black;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 0.5em 0;
	padding:0;
	border:none;
	background-color:transparent;
}

.cms4dmodul_3_liste_modulbodycontainer h5{
	color:black;
	font-size:1em;
	margin:0 0 0.5em 0;
	border:none;
	background-color:transparent;
}

.cms4dmodul_3_liste_modulbodycontainer h6{
	color:black;
	font-size:1em;
	margin:0 0 0.5em 0;
	border:none;
	background-color:transparent;
}


.news_box_1{
	/*background-color:#61B020;*/
	background-color:#E9D9C1;
	border-bottom:2px solid #E9D9C1;
	border-left:2px solid #E9D9C1;
	border-right:2px solid #E9D9C1;
	padding:8px;
}

.news_box_1 a{
	color:black;
}

.news_box_1 .news_liste_hr{
	border-top:1px dashed black;
}

.news_box_2{
	background-color:#ED6E00;
	padding:8px;
}

.news_box_2 a{
	color:white;
}

.news_box_2 .news_liste_hr{
	border-top:1px dashed white;
}

.news_box_3{
	color:#E2E2E2;
	background-color:#006822;
	padding:8px;
}

.news_box_3 a{
	color:white;
}

.news_box_3 .news_liste_hr{
	border-top:1px dashed white;
}

.news_box_4{
	background-color:#FFD267;
	padding:8px;
}

.news_box_4 a{
	color:white;
}

.news_box_4 .news_liste_hr{
	border-top:1px dashed white;
}

.news_box_5{
	color:white;
	background-color:#9F002A;
	padding:8px;
}

.news_box_5 a{
	color:white;
}

.news_box_5 .news_liste_hr{
	border-top:1px dashed white;
}

.news_box_6{
	color:white;
	background-color:#3B80C2;
	padding:8px;
}

.news_box_6 a{
	color:white;
}

.news_box_6 .news_liste_hr{
	border-top:1px dashed white;
}



/*--- Bilder Startseite ---*/
.img_box_1{
	width:280px;
	height:93px;
}

.img_box_1 a:link, .img_box_1 a:active, .img_box_1 a:visited{
	background-image:url(images-zi-eifel/netzwerk-kultur-tourismus-1.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	height:63px;
	display:block;
	padding-left:160px;
	padding-top:30px;
	font-weight:bold;
	color:white;
}

.img_box_1 a:hover{
	color:black;
	text-decoration:none;
}


.img_box_2{
	width:280px;
	height:93px;
}

.img_box_2 a:link, .img_box_2 a:active, .img_box_2 a:visited{
	background-image:url(images-zi-eifel/netzwerk-wald-holz-1.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	height:63px;
	display:block;
	padding-left:160px;
	padding-top:30px;
	font-weight:bold;
	color:white;
}

.img_box_2 a:hover{
	color:black;
	text-decoration:none;
}


.img_box_3{
	width:280px;
	height:93px;
}

.img_box_3 a:link, .img_box_3 a:active, .img_box_3 a:visited{
	background-image:url(images-zi-eifel/netzwerk-landwirtschaft-1.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	height:63px;
	display:block;
	padding-left:160px;
	padding-top:30px;
	font-weight:bold;
	color:white;
}

.img_box_3 a:hover{
	color:black;
	text-decoration:none;
}


.img_box_4{
	width:280px;
	height:93px;
}

.img_box_4 a:link, .img_box_4 a:active, .img_box_4 a:visited{
	background-image:url(images-zi-eifel/netzwerk-handwerk-gewerbe-1.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	height:63px;
	display:block;
	padding-left:160px;
	padding-top:30px;
	font-weight:bold;
	color:white;
}

.img_box_4 a:hover{
	color:black;
	text-decoration:none;
}


.img_box_5{
	width:280px;
	height:95px;
}

.img_box_5 a:link, .img_box_5 a:active, .img_box_5 a:visited{
	background-image:url(images-zi-eifel/netzwerk-technologie-innovation-1.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	height:65px;
	display:block;
	padding-left:160px;
	padding-top:30px;
	font-weight:bold;
	color:white;
}

.img_box_5 a:hover{
	color:black;
	text-decoration:none;
}





/*=== cms4d Module ===*/
.cms4dmodul_2_teaser_modulcontainer, .cms4dmodul_3_teaser_modulcontainer{
	margin-bottom:15px;
}
.cms4dmodul_2_teaser_modulcontainer ul, .cms4dmodul_2_teaser_modulcontainer li, .cms4dmodul_3_teaser_modulcontainer ul, .cms4dmodul_3_teaser_modulcontainer li{
	list-style:none;
	margin:0;
	padding:0;
}
.cms4dmodul_2_teaser_modulbodycontainer, .cms4dmodul_3_teaser_modulbodycontainer{
	border:1px solid rgb(153,153,153);
	border-left:1px solid rgb(204,204,204);
	border-top:none;
	background-color:rgb(245,245,245);
	padding:9px 9px 0 9px;
}
.cms4dmodul_2_teaser_modulbodycontainer ul li, .cms4dmodul_3_teaser_modulbodycontainer ul li{
	background-image:none;
	margin:0;
	padding:0;
}
/*htmlfragment_teaser*/
.cms4dmodul_2_teaser_headline{
	border-top:1px solid rgb(184,77,148);
	border-bottom:1px solid rgb(153,0,102);
	color:white;
	font-size:1em;
	margin:0;
	padding:4px 9px 6px 9px;
	background-color:rgb(153,0,102);
	background-image:url(images-faustmann/box-headline-bg-violett.gif);
	background-repeat:repeat-x;
}
.htmlfragment_teaser{
}
.html_teaser p{
	margin:0 0 0.5em 0;
}
.html_teaser_hr{
	border-top:1px dashed rgb(153,153,153);
	height:1em;
	margin-top:1em;
	clear:both;
}

/*news_teaser*/
.cms4dmodul_3_teaser_headline{
	border-top:1px solid rgb(184,77,148);
	border-bottom:1px solid rgb(153,0,102);
	color:white;
	font-size:1em;
	margin:0;
	padding:4px 9px 6px 9px;
	background-color:rgb(153,0,102);
	background-image:url(images-faustmann/box-headline-bg-violett.gif);
	background-repeat:repeat-x;
}
.news_teaser{
	padding:0;
	/*Der Abstand zur Überschrift, bzw. dem voranliegen Datensatz kommt zur Hälte aus diesem Container.
	Die andere Hälfte wird durch die Trennlinie news_teaser_hr erzeugt (s.u.).*/
	margin-top:0.5em;
}
.news_teaser_date{
	font-weight:bold;
	margin-bottom:0.5em;
}
.news_teaser p{
	margin:0 0 0.5em 0;
}
.news_teaser_lnk{
	font-weight:bold;
}
.cms4dmodul_3_teaser_modulbodycontainer .data_img_container{
	width:180px;
	overflow:hidden;
}
.cms4dmodul_3_teaser_modulbodycontainer .data_img{
	border:none;
}
.news_teaser_hr{
	border-top:1px dashed rgb(153,153,153);
	margin-top:1em;
	clear:both;
	/*Die andere Hälfte des Abstands zwischen den Datensätzen*/
	height:0.5em;
}
.news_teaser_hr_blank{
	clear:both;
	height:0.5em;
}
.hr_dashed{
	border-top:1px dashed rgb(153,153,153);
	height:1em;
	margin-top:1em;
	clear:both;
}
.news_teaser ul{
	margin:0;
	padding-bottom:0.5em;
}
.news_teaser ul li{
	list-style-type:square;
	margin:0 0 0.5em 5px;
}






/*=== Info Box 1, cms4dmodul -1 ===*/
/*für alle*/
.ibox_1_1 .body, .ibox_1_2 .body, .ibox_2_1 .body, .ibox_2_2 .body{
	border:1px solid rgb(153,153,153);
	border-left:1px solid rgb(204,204,204);
	border-top:none;
	background-color:rgb(245,245,245);
	padding:9px 9px 0 9px;
}
.ibox_1_1 img, .ibox_1_2 img, .ibox_2_1 img, .ibox_2_2 img{
	border:1px solid rgb(204,204,204);
}
/*Extraklasse für Modul-Container DIV, für kleinere Texte*/
.smalltext .body{
	font-size:9px;
}
.smalltext .ltable .td_left{
	padding-right:9px;
}

@media all{
	/*Die beiden Stile für ibox_1_1 sind bis auf die Überschrift (Farbe) identisch*/
	.cms4dmodul_-1_1_modulcontainer{
		margin-bottom:15px;
	}
	.ibox_1_1, .ibox_1_2{
	}
	.ibox_1_1_body_container{
	}
	.ibox_1_1 a, .ibox_1_2 a{
		color:black;
	}
	.ibox_1_1 a:hover, .ibox_1_2 a:hover{
	}
	.ibox_1_1 a.lnk_href, .ibox_1_2 a.lnk_href{
		color:rgb(153,0,102);
		font-weight:bold;
	}
	.ibox_1_1 .h_txt{
		border-left:8px solid rgb(153,0,102);
		border-top:1px solid rgb(204,204,204);
		border-right:1px solid rgb(153,153,153);
		border-bottom:1px solid rgb(153,153,153);
		color:rgb(0,0,0);
		font-size:1em;
		margin:0;
		/*padding:5px 9px 7px 7px;*/
		padding:4px 9px 6px 7px;
		background-color:rgb(204,204,204);
		background-image:url(images-faustmann/box-headline-bg-hellgrau.gif);
		background-repeat:repeat-x;
	}
	.ibox_1_2 .h_txt{
		border-top:1px solid rgb(184,77,148);
		border-bottom:1px solid rgb(153,0,102);
		color:white;
		font-size:1em;
		margin:0;
		/*padding:5px 9px 7px 9px;*/
		padding:4px 9px 6px 9px;
		background-color:rgb(153,0,102);
		background-image:url(images-faustmann/box-headline-bg-violett.gif);
		background-repeat:repeat-x;
	}
	.ibox_1_1 a.h_txt, .ibox_1_2 a.h_txt{
		border:none;
		background-color:transparent;
		background-image:none;
		margin:0;
		padding:0;
	}
	.ibox_1_1 .s_txt, .ibox_1_2 .s_txt{
		font-size:9px;
	}
	.ibox_1_1 .i_txt{
	}
	.ibox_1_1 .b_txt{
	}
	.ibox_1_1 .ltable, .ibox_1_1 .ltable{
		width:100%;
	}
	.ibox_1_1 .td_left, .ibox_1_2 .td_left{
		padding:0 15px 9px 0;
 	}
	.ibox_1_1 .td_right, .ibox_1_2 .td_right{
		width:100%;
 	}




	.cms4dmodul_-1_2_modulcontainer{
		margin-bottom:15px;
	}
	.ibox_2_1{
	}
	.ibox_2_1_body_container{
	}
	.ibox_2_1 a, .ibox_2_2 a{
		color:black;
	}
	.ibox_2_1 a:hover, .ibox_2_2 a:hover{
	}
	.ibox_2_1 a.lnk_href, .ibox_2_2 a.lnk_href{
		color:rgb(153,0,102);
		font-weight:bold;
	}
	.ibox_2_1 .h_txt{
		border-left:8px solid rgb(153,0,102);
		border-top:1px solid rgb(204,204,204);
		border-right:1px solid rgb(153,153,153);
		border-bottom:1px solid rgb(153,153,153);
		color:rgb(0,0,0);
		font-size:1em;
		margin:0;
		/*padding:5px 9px 7px 7px;*/
		padding:4px 9px 6px 7px;
		background-color:rgb(204,204,204);
		background-image:url(images-faustmann/box-headline-bg-hellgrau.gif);
		background-repeat:repeat-x;
	}
	.ibox_2_2 .h_txt{
		border-top:1px solid rgb(184,77,148);
		border-bottom:1px solid rgb(153,0,102);
		color:white;
		font-size:1em;
		margin:0;
		/*padding:5px 9px 7px 9px;*/
		padding:4px 9px 6px 9px;
		background-color:rgb(153,0,102);
		background-image:url(images-faustmann/box-headline-bg-violett.gif);
		background-repeat:repeat-x;
	}
	.ibox_2_1 a.h_txt, .ibox_2_2 a.h_txt{
		border:none;
		background-color:transparent;
		background-image:none;
		margin:0;
		padding:0;
	}
	.ibox_2_1_image_container, .ibox_2_2_image_container{
		margin-bottom:1em;
	}
	.ibox_2_1 .s_txt, .ibox_2_2 .s_txt{
		font-size:9px;
	}
	.ibox_2_1 .i_txt{
	}
	.ibox_2_1 .b_txt{
	}
}




/*========= Layout Seite ==========*/
@media screen, projection{
	.page_container{
		text-align:left;
		width:100%;
		margin:0;
		padding:0;
		height:100%;
		min-height:100%;
	}
	.inner_page_container{
		width:100%;
		float:left;
		clear:both;
		height:100%;
		min-height:100%;
	}

	/*--- Content ---*/
	.content_container{
		width:100%;
		height:100%;
		clear:both;
	}
	.content_table{
		width:980px;
		height:100%;
	}
	.left_col{
		width:221px;
	}
	.top_logo_container{
	}
	/*die erste Klasse setzt das Layout, die zweite Klasse die Farbe (s. xsl)*/
	.trenner_col{
		width:19px;
		background-color:white;
		background-repeat:repeat-y;
	}
		.trenner_standard{
			background-image:url(images-zi-eifel/menu-trenner-bg-standard.gif);
		}
		.trenner_orange{
			background-image:url(images-zi-eifel/menu-trenner-bg-orange.gif);
		}
		.trenner_gruen{
			background-image:url(images-zi-eifel/menu-trenner-bg-gruen.gif);
		}
		.trenner_gelb{
			background-image:url(images-zi-eifel/menu-trenner-bg-gelb.gif);
		}
		.trenner_rot{
			background-image:url(images-zi-eifel/menu-trenner-bg-rot.gif);
		}
		.trenner_blau{
			background-image:url(images-zi-eifel/menu-trenner-bg-blau.gif);
		}
	/*Die mittlere Spalte ist standardmaessig weiss und kann ggf. durch ein zum DOkument hinzugefügtes Stylesheet überschrieben werden*/
	.center_col{
		width:740px;
		background-color:white;
		background-image:none;
	}
	.html_content{
		width:600px;
		margin:0;
		padding:50px 25px 10px 100px;
	}


	.center_col_partnerbereich{
		width:540px;
		background-color:white;
		background-image:none;
	}
	.right_col_partnerbereich{
		width:200px;
		background-color:white;
		background-image:none;
	}
	.html_content_partnerbereich{
		width:400px;
		margin:0;
		padding:50px 25px 10px 25px;
	}

}
@media print{
	.page_container{
	}
	.inner_page_container{
	}

	.top_container{
		display:none;
	}

	.hauptmenu_container{
		display:none;
	}

	/*=== Content ===*/
	.content_container{
	}
	.content_table{
		width:100%;
	}
	.left_col{
		display:none;
	}
	.center_col{
		width:100%;
	}
	.right_col{
		display:none;
	}
	.html_content{
		padding:0 10px 0 0;
		margin:0;
	}


	.center_col_partnerbereich{
		width:540px;
	}
	.right_col_partnerbereich{
		width:200px;
	}
	.html_content_partnerbereich{
		padding:0 10px 0 0;
		margin:0;
	}
}








/*=== Menu-Box ===*/
.box1{
	width:100%;
	margin-bottom:15px;
}
.box1_head1{
	border-left:8px solid rgb(153,0,102);
	border-top:1px solid rgb(204,204,204);
	border-right:1px solid rgb(153,153,153);
	border-bottom:1px solid rgb(153,153,153);
	color:rgb(0,0,0);
	font-size:1em;
	margin:0;
	padding:4px 9px 6px 7px;
	background-color:rgb(204,204,204);
	background-image:url(images-faustmann/box-headline-bg-hellgrau.gif);
	background-repeat:repeat-x;
}
.box1_head1 *{
	border:none;
	color:black;
	background-color:transparent;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
}
.box1_head2{
	border-top:1px solid rgb(184,77,148);
	border-bottom:1px solid rgb(153,0,102);
	color:white;
	font-size:1em;
	margin:0;
	padding:4px 9px 6px 9px;
	background-color:rgb(153,0,102);
	background-image:url(images-faustmann/box-headline-bg-violett.gif);
	background-repeat:repeat-x;
}
.box1_head2 *{
	border:none;
	color:white;
	background-color:transparent;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
}
.box1_body{
	border-left:1px solid rgb(240,240,240);
	border-right:1px solid rgb(153,153,153);
	border-bottom:1px solid rgb(102,102,102);
	background-color:rgb(230,230,230);
	padding:7px 9px 9px 9px;
}





/*=== Treemenu  ===*/
.treemenu_container{
	width:221px;
	margin-top:30px;
	/*position:relative bewirkt, dass überstehende Menüpunkte bei starker Skalierung über dem Content stehen*/
	position:relative;
	cursor:default;
}
.tree{
	margin-left:25px;
}
.tree ul, .tree li{
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
.tree ul li{
	/*Für level 0 werden alle Buttons über das LI-Element voneinander abgerückt. Padding ist hier in allen Browsern zuverlässiger als margin*/
	padding-bottom:8px;
	float:left;
	width:100%;
}

.tree a{
	color:rgb(133,92,73);
	padding:1px 5px 2px 0px;
	text-decoration:none;
	/*Die Schrift der Level-0 Knoten ist grösse als normal. 1.2em entspricht 13px Schriftgrösse.
	Die Subtrees haben wieder die Standardschriftgrösse von 1em=11px*/
	font-size:1.2em;
	font-weight:bold;
	display:block;
}
.tree a:link{
	color:rgb(133,92,73);
}
.tree a:active{
	color:rgb(133,92,73);
}
.tree a:visited{
	color:rgb(133,92,73);
}
.tree a:hover{
	color:black;
}
.tree .lvl_0_act, .tree .lvl_0_on{
	color:black;
}
.tree .lvl_0_on:link{
	color:black;
}
.tree .lvl_0_on:active{
	color:black;
}
.tree .lvl_0_on:visited{
	color:black;
}
.tree .lvl_0_act:link{
	color:black;
}
.tree .lvl_0_act:active{
	color:black;
}
.tree .lvl_0_act:visited{
	color:black;
}

.tree .sub{
	/*Beachte: durch die unterschiedlichen Schriftgrössen stehen die lvl-0 Knoten links über.
	dies wird für den Untercontainer hier wieder niveliert*/
	padding-left:1px;
}
.tree .sub ul, .tree .sub li{
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
.tree .sub a{
	color:black;
	font-size:1em;
	font-weight:normal;
	padding:1px 5px 2px 0px;
	background-image:url(images-zi-eifel/lvl-n.gif);
	background-repeat:no-repeat;
}
.tree .sub a:link{
	color:black;
}
.tree .sub a:active{
	color:black;
}
.tree .sub a:visited{
	color:black;
}
.tree .sub a:hover{
	color:black;
	background-image:url(images-zi-eifel/lvl-n-over.gif);
}
.tree .sub .lvl_n_act, .tree .sub .lvl_n_act:hover, .tree .sub .lvl_n_on, .tree .sub .lvl_n_on:hover{
	color:black;
	font-weight:bold;
	background-image:url(images-zi-eifel/lvl-n-on.gif);
}









/*--- Bildergalerie ---*/
.bildergalerie_container{
	text-align:center;
}
.img_register{
	margin-bottom:10px;
}
.img_register .but_fwd_back{
	color:rgb(0,0,0);
	border:1px solid rgb(153,153,153);
	background-color:rgb(240,240,240);
	font-weight:bold;
	text-decoration:none;
	padding:2px 6px 3px 6px;
	margin-right:1px;
}
.img_register .but_fwd_back:hover{
	color:rgb(255,255,255);
	background-color:rgb(153,153,153);
}
.bildergalerie_liste{
	margin:0px;
	padding:0px;
}
.bildergalerie_liste_table{
	width:480px;
	margin:10px auto 0px auto;
}
.bildergalerie_liste td{
	/*align wird in xsl:template berechnet*/
	width:160px;
	height:122px;
}
.bildergalerie_liste img{
	border:none;
}
.bildergalerie_liste .thumb_act{
	border:4px solid rgb(153,0,102);
}
.bildergalerie_liste a, .bildergalerie_liste a:hover{
	background-color:transparent;
}

.bildergalerie_details{
	text-align:left;
}
.bildergalerie_details img{
	border:none;
}
.bildergalerie_big{
	/*breitenbegrenzung, damit ein grösseres Bild nicht das gesamte Seitenlayout zerstört.
	Die Höhe wir automatisch vom Bild übernommen, die Breite wird rechts ggf. abgeschnitten*/
	width:480px;
	overflow:hidden;
	text-align:left;
	margin:0 auto;
}
.bildergalerie_big img{
	border:none;
}





/*--- Event Liste/Details ---*/
.event_register{
}
.event_register a{
	color:white;
	border:1px solid black;
	background-color:white;
	padding:2px 2px 2px 2px;
	margin-right:2px;
	float:left;
	text-decoration:none;
}
.event_register .year_buttons{
	float:left;
	clear:both;
	margin-bottom:2px;
}
.event_register .year_buttons a:hover{
	color:white;
	background-color:#ED6E00;
}
.event_register .but_y{
	background-color:#006822;
	color:white;
}
.event_register .act_year{
	border:1px solid black;
	color:white;
	background-color:#ED6E00;
	font-weight:bold;
	padding:2px 2px 2px 2px;
	margin-right:2px;
	float:left;
}

.event_register .month_buttons{
	clear:left;
}
.event_register .month_buttons a:hover{
	color:white;
	background-color:#ED6E00;
}
.event_register .but_m{
	border:1px solid black;
	background-color:white;
	color:black;
}
.event_register .but_m_act{
	border:1px solid black;
	background-color:#006822;
}
.event_register .but_m_on{
	border:1px solid black;
	color:white;
	background-color:#ED6E00;
	font-weight:bold;
}
.event_register .monat_name{
	margin:5px 0 5px 0;
	font-weight:bold;
}

.event_liste{
}
.event_liste ul{
	list-style:none;
	margin:0;
	padding:0;
}
.event_liste ul li{
	background-image:none;
	list-style:none;
	margin:0;
	padding:0;
	/*wichtig für IE*/
	float:left;
	clear:both;
	width:100%;
}
.event_liste_hr{
	border-top:1px dashed rgb(135,135,121);
	margin:10px 0px 10px 0px;
	clear:both;
}
.event_liste_date{
}
.event_liste h1, .event_details h1{
	border:none;
	background-color:transparent;
	background-image:none;
	text-indent:0px;
	font-style:normal;
	padding:0px;
	font-family:Verdana;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 1em 0;
}
.event_liste h2, .event_details h2{
	color:black;
	font-size:1em;
	margin:0.25em 0 0.6em;
}
.event_liste_lnk{
	font-weight:bold;
}
.event_details{
}
.event_details_date{
	margin-bottom:15px;
}
.event_details address{
	margin:0 0 1em 0;
}
@media screen{
	.event_details_backlink_top{
		float:right;
	}
	.event_details_backlink_top a{
		text-decoration:none;
	}
}
@media print{
	.event_details_backlink_top{
		display:none;
	}
}
.event_liste .data_img_container{
	width:120px;
	overflow:hidden;
	float:left;
	margin-top:-5px;
}
.event_liste .box_2s{
	margin-left:130px;
}
.event_liste .data_img{
	border:none;
	margin-top:5px;
}
.event_liste .data_img_txt{
	font-size:9px;
}
/*in der Detailansicht umfliesst der Langtext die komplette Box*/
.event_details .data_img_container{
	float:left;
	clear:left;
	margin:-3px 10px 8px 0;
}
.event_details .data_img{
	border:none;
	margin-top:5px;
}
.event_details .data_img_txt{
	font-size:9px;
}




/*--- News Liste/Details ---*/
.news_liste{
}
.news_liste ul{
	list-style:none;
	margin:0;
	padding:0;
}
.news_liste ul li{
	background-image:none;
	list-style:none;
	margin:0;
	padding:0;
	/*wichtig für IE*/
	float:left;
	clear:both;
	width:100%;
}
.news_liste_hr{
	border-top:1px dashed rgb(135,135,121);
	margin:10px 0px 10px 0px;
	clear:both;
}
.news_liste_date{
}
.news_liste h1, .news_details h1{
	border:none;
	background-color:transparent;
	background-image:none;
	text-indent:0px;
	font-style:normal;
	padding:0px;
	font-family:Verdana;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 1em 0;
}
.news_liste h2, .news_details h2{
	color:black;
	font-size:1.2em;
	margin:0 0 0.4em 0px;
	padding:0px;
}
.news_liste_lnk{
	font-weight:bold;
}
.headline_newsmode{
	float:left;
}
.link_newsmode{
	float:right;
	font-weight:bold;
}
.news_details{
	/*Ausnahme faustmann: padding-right, weil Container in verschiedenen Layouts rechts direkt an Teaserspalte stösst */
	padding-right:15px;
}
.news_details_date{
	margin-bottom:15px;
}
.news_details address{
	margin:0 0 1em 0;
}
@media screen{
	.news_details_backlink_top{
		float:right;
	}
	.news_details_backlink_top a{
		text-decoration:none;
	}
}
@media print{
	.news_details_backlink_top{
		display:none;
	}
}
.news_liste .data_img_container{
	width:120px;
	overflow:hidden;
	float:left;
	margin-top:-5px;
}
.news_liste .box_2s{
	margin-left:130px;
}
.news_liste .data_img{
	border:none;
	margin-top:5px;
}
.news_liste .data_img_txt{
	font-size:9px;
}
/*in der Detailansicht umfliesst der Langtext die komplette Box*/
.news_details .data_img_container{
	float:left;
	clear:left;
	margin:-3px 10px 8px 0;
}
.news_details .data_img{
	border:none;
	margin-top:5px;
}
.news_details .data_img_txt{
	font-size:9px;
}


.news_liste .but_fwd_back{
	color:black;
	border:1px solid black;
	background-color:#E9D9C1;
	font-weight:bold;
	text-decoration:none;
	padding:0px 2px 1px 2px;
	margin-right:4px;
	float:left;
}
.news_liste .but_fwd_back:hover{
	color:white;
	background-color:#855C49;
	text-decoration:none;
}

.news_liste .but_fwd_back_on{
	color:white;
	border:1px solid black;
	background-color:#855C49;
	font-weight:bold;
	text-decoration:none;
	padding:0px 2px 1px 2px;
	margin-right:4px;
	float:left;
}




/*--- HTML-Fragment Liste ---*/
.htmlfragment_liste{
}
.htmlfragment_liste ul{
	margin:0px;
	padding:0px;
	list-style:none;
	background-image:none;
}
.htmlfragment_liste ul li{
	margin:0 0 20px 0;
	padding:0;
	background-image:none;
}


/*=== Sitemap ===*/
@media screen, projection{
	.sitemap{
	}
	.sitemap ul li{
		border-bottom:1px dashed rgb(204,204,204);
		margin-bottom:1em;
		padding-bottom:1em;
	}
	.sitemap ul li{
		background-image:url(images-faustmann/li-bullet-gross-violett.gif);
		background-position:0px 0px;
		font-weight:bold;
	}
	.sitemap ul li a{
		font-size:1em;
	}
	.sitemap ul li ul li{
		border:none;
		padding-bottom:0;
		margin-bottom:1em;
	}
	.sitemap ul li ul li{
		background-image:url(images-faustmann/li-bullet-klein-grau.gif);
		background-position:0px 0px;
		font-weight:normal;
	}
	.sitemap ul li ul li a{
		font-size:1em;
	}
	.sitemap ul li ul li ul li{
		background-image:url(images-faustmann/li-bullet-klein-grau.gif);
	}
}
@media print{
}


/*=== cms4dbot_search ===*/
.cms4dbot_search_result_container{
}
.cms4dbot_search_result_container .markstr{
	font-weight:bold;
	color:red;
	background-color:rgb(255,240,102);
	padding:0 0 1px 0;
}



/*=== cms4d inline Bildergalerie, JS-Diaslider ===*/
.cms4d_imageslider1_control{
	background-color:rgb(230,230,230);
	width:100%;
	padding:30px 0 0 0;
	/*WICHTIG: auch hier muss der overflow abgeschnitten werden wg. NS7 und Opera*/
	position:relative;
	overflow:hidden;
}
.cms4d_imageslider1_control .slider_container{
	width:100%;
	height:90px;
	overflow:hidden;
	position:relative;
}
.cms4d_imageslider1_control .slider{
	/*ACHTUNG: NS7 benötigt eine feste Breitenangabe*/
	width:10px;
	white-space:nowrap;
	position:absolute;
}
.cms4d_imageslider1_control .imgbox{
	width:120px;
	height:90px;
	margin-right:10px;
	overflow:hidden;
	cursor:pointer;
}
.cms4d_imageslider1_control img{
	border:none;
}
.cms4d_imageslider1_control .controls{
	height:30px;
}
.cms4d_imageslider1_control .dbut{
	color:rgb(102,102,102);
	height:30px;
	cursor:W-resize;
	font-weight:bold;
	font-size:20px;
	line-height:25px;
	overflow:hidden;
}



/*--- Kontaktformular ---*/
.kontaktformular{
	font-size:1em;
}

.kontaktformular .headline{
	color:rgb(204,38,43);
	font-size:1.2em;
	font-weight:normal;
}

.kontaktformular .container{
	padding:10px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	width:500px;
}

.kontaktformular .f_input_text{
	font-family:Verdana;
	font-size:1.2em;
	overflow:hidden;
	width:300px;
	border: 1px solid black;
	background-color: #E9D9C1;
}

.kontaktformular .f_input_text_on{
	font-family:Verdana;
	font-size:1.2em;
	overflow:hidden;
	width:300px;
	border: 1px solid black;
	background-color: #E9D9C1;
}

.kontaktformular .f_textarea{
	font-family:Verdana;
	font-size:1em;
	width:90%;
	border: 1px solid black;
	background-color: white;
}

.kontaktformular .f_textarea_on{
	font-family:Verdana;
	font-size:1em;
	color:white;
	width:90%;
	border: 1px solid black;
	background-color: #CC262B;
}


.kontaktformular .f_input_button{
	font-size:1.2em;
	margin-top:10px;
	color:white;
	background-color:#9F002A;
	border:1px solid #9F002A;
}


/*--- Buttons ---*/
.bt1{
	text-decoration:none;
	font-weight:normal;
	background-color:#006822;
	color:rgb(255,255,255);
	padding:0 3px 0 3px;
	border:1px solid black;
	margin:2px 4px 2px 0px;
}
.bt1:link{font-weight:normal;color:rgb(255,255,255);text-decoration:none;}
.bt1:visited{font-weight:normal;color:rgb(255,255,255);text-decoration:none;}
.bt1:active{font-weight:normal;color:rgb(255,255,255);text-decoration:none;}
.bt1:hover{
	font-weight:normal;
	color:black;
	text-decoration:none;
	background-color:rgb(255,255,255);
	border:1px solid black;
}

.bt2{
	text-decoration:none;
	font-weight:normal;
	background-color:white;
	color:black;
	padding:0 3px 0 3px;
	border:1px solid black;
	margin:2px 4px 2px 0px;
}


/*--- Kategorienblock ---*/

.kat_block{
	position:absolute;
	float:right;
	z-index:100;
	width:145px;
	margin-left:450px;
}
.kat_block ul{
	list-style:none;
	padding:0;
	margin:0;
}
.kat_block ul li{
	list-style:none;
	padding:0;
	margin:0 0 10px 0;
	background-image:none;
	text-align:center;
	background-color:#855B48;
	font-size:1.1em;
	padding:4px;
}


/*--- Artikel ---*/
.headline_gebiet{
	text-align:center;
	font-size:1.8em;
	font-weight:normal;
}


.artikel_liste{

}

.artikel_liste .standort_container{
	float:left;
	width:50%;
	height:280px;
}

.artikel_liste .standort_container .biogas{
	width:270px;
	height:260px;
	padding:10px;
	color:white;
	background-color:#74B242;
}

.artikel_liste .standort_container .holz{
	width:270px;
	height:260px;
	padding:10px;
	color:white;
	background-color:#801636;
}

.artikel_liste .standort_container .wasser{
	width:270px;
	height:260px;
	padding:10px;
	color:white;
	background-color:#3CA6E6;
}

.artikel_liste .standort_container .solar{
	width:270px;
	height:260px;
	padding:10px;
	color:white;
	background-color:#DEAD29;
}

.artikel_liste .standort_container .geothermie{
	width:270px;
	height:260px;
	padding:10px;
	color:white;
	background-color:#CE772A;
}

.artikel_liste .standort_container .sonstige{
	width:270px;
	height:260px;
	padding:10px;
	color:white;
	background-color:#855B48;
}

.artikel_liste .standort_container .windkraft{
	width:268px;
	height:258px;
	padding:10px;
	color:black;
	border:1px solid black;
	background-color:white;
}

.artikel_details{
}

.artikel_details .headline{
	text-align:center;
	font-size:1.8em;
	font-weight:normal;
}

.artikel_details .headline2{
	text-align:center;
	font-size:1.6em;
	font-weight:normal;
	color:black;
	margin-bottom:1em;
}


.artikel_details .info_left{
	width:248px;
	float:left;
}

.artikel_details .info_right{
	width:322px;
	float:left;
	margin-left:25px;
}

.artikel_details .imgbox{
	width:240px;
	margin-bottom:10px;
	background-color:#855B48;
	padding:4px;
	overflow:hidden;
}

.artikel_details .kontaktbox{
	margin-bottom:10px;
	background-color:#855B48;
	padding:4px;
	color:white;
	font-size:0.9em;
}

.artikel_details .detailbox{
	margin-bottom:10px;
	background-color:#309D4C;
	padding:4px;
	color:white;
	font-size:0.9em;
}


.bt_uebersicht_lnk{
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
	background-image:url(images-zi-eifel/bt-uebersicht.gif);
	background-repeat:no-repeat;
	padding:3px 0px 3px 10px;
	display:block;
}

.bt_uebersicht_lnk2{
	width:90px;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
	background-image:url(images-zi-eifel/bt-uebersicht2.gif);
	background-repeat:no-repeat;
	padding:3px 0px 3px 30px;
	display:block;
	margin-top:1em;
}


/*
	Hinzugefügt: 12.10.09
	- Förderer Matrix -
*/
.foerderer_matrix_kopf{
	/* background-image:url(images-zi-eifel/matrix_strichpunktgmbh/matrix_kopf.gif); */
	width:530px;
	padding:35px 35px 0px 35px;
	clear:both;
}
.foerderer_matrix_kopf_gruen{
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/matrix_kopf_gruen.gif);
	background-repeat:no-repeat;
	padding-bottom:5px;
}


.foerderer_matrix_fuss{
	/* background-image:url(images-zi-eifel/matrix_strichpunktgmbh/matrix_fuss.gif); */
	width:530px;
	/* background-repeat:no-repeat; */
	padding:35px 35px 5px 35px;
}
.foerderer_matrix_fuss_gruen{
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/matrix_fuss_gruen.gif);
	background-repeat:no-repeat;
}
.foerderer_matrix_content_gruen{
	width:600px;
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/matrix_fuss_gruen.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}


.foerderer_matrix_kopf_rot{
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/matrix_kopf_rot.gif);
	background-repeat:no-repeat;
	padding-bottom:5px;
}
.foerderer_matrix_fuss_rot{
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/matrix_fuss_rot.gif);
	background-repeat:no-repeat;
}
.foerderer_matrix_content_rot{
	width:600px;
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/matrix_fuss_rot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}


.foerderer_matrix_kopf_orange{
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/matrix_kopf_orange.gif);
	background-repeat:no-repeat;
	padding-bottom:5px;
}
.foerderer_matrix_fuss_orange{
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/matrix_fuss_orange.gif);
	background-repeat:no-repeat;
}
.foerderer_matrix_content_orange{
	width:600px;
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/matrix_fuss_orange.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}



.foerderer_matrix_kopf_blau{
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/matrix_kopf_blau.gif);
	background-repeat:no-repeat;
	padding-bottom:5px;
}
.foerderer_matrix_fuss_blau{
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/matrix_fuss_blau.gif);
	background-repeat:no-repeat;
}
.foerderer_matrix_content_blau{
	width:600px;
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/matrix_fuss_blau.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}



.foerderer_matrix_content_html{
	padding:0px 35px 24px 35px;
	width:530px;
}
.foerderer_matrix_bereich{
	float:right;
	padding:6px;
	margin-bottom:10px;
	margin-top:-30px;
	font-size:15px;
	font-weight:bold;
	text-align:right;
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/bereichtransp_bg.png);
}
.foerderer_matrix_inhaltfuss{
	margin-top:10px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	float:right;
	background-color:#3B80C2;
	padding:6px;
}
.foerderer_matrix_inhaltfuss a{
	color:#FFFFFF;
}
.foerderer_matrix_content_html h3{
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:1px solid #B3B3B5;
}

.html_content h5{
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	padding:0px 0px 0px 25px;
	
}
.html_content h6{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 25px;
}

/**Übersicht**/
.foerderer_matrix_content_html_uebersicht{
	font-size:18px;
	font-weight:bold;
	width:530;
	padding:30px 35px 0px 35px;
}
.foerderer_matrix_content_html_uebersicht a{
	color:#000000;
}
.foerderer_matrix_content_html_uebersicht a:hover{
	color:#B3B3B5;
	text-decoration:none;
}
.foerderer_matrix_uebersicht{
	width:600px;
	height:600px;
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/matrix_bg.gif);
}
/**Einzelne DIVs für die Bilddarstellung der Matrix**/

.foerderer_matrix_beratungfinanz a{
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/bilder/beratung_finanziell.jpg);
	background-position:0px 0px;
	border:1px solid #F39900;
	width:255px;
	height:255px;
	display:block;
}
.foerderer_matrix_beratungfinanz a:hover, .foerderer_matrix_beratungtech a:hover, .foerderer_matrix_cluster a:hover, .foerderer_matrix_entwicklung a:hover{
	background-position:0px 255px;
}
.foerderer_matrix_beratungtech a{
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/bilder/beratung_technologisch.jpg);
	background-position:0px 0px;
	border:1px solid #007FC4;
	width:255px;
	height:255px;
	display:block;
}
.foerderer_matrix_entwicklung a{
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/bilder/projektentwicklung.jpg);
	background-position:0px 0px;
	border:1px solid #9F002A;
	width:255px;
	height:255px;
	display:block;	
}
.foerderer_matrix_cluster a{
	background-image:url(images-zi-eifel/matrix_strichpunktgmbh/bilder/cluster.jpg);
	background-position:0px 0px;
	border:1px solid #006822;
	width:255px;
	height:255px;
	display:block;
}
