@charset "utf-8";
/* Grundlayout KLJB Kritischer Konsum*/

/* Eigenschaften fuer das Hauptdokument */
body {
	 margin: 0;
     text-align: center;
	 height: 100%;
	 font-family: Verdana, Geneva, sans-serif;
	 font-size: 11px;
	 color: #5F5F5F;
     }

/*Felder fuer die einzelnen Inhaltselemente*/
div {
	margin: 0px;
    }

/*Hauptfeld fuer das Gesamtlayout*/
#gesamtfeld {
    width: 100%;
	height: 100%;
	margin: 0px;
	background: url(back.png) 0 0 repeat-x;
	}
	
/*Feld fuer den gesamten Content*/
#hauptfeld {
    margin-top: 0px;
    margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
	}

/*Felder fuer die Kopfzeile*/
#kopf {
	margin-top: 0px;
	width: 1000px;
	height: 100px;
	overflow: hidden;
	background-color: #FFFFFF;
	}
	
#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 100px;
	overflow: hidden;
	}
	
#header {
	float: right;
	margin: 0;
	padding: 0;
	width: 770px;
	height: 100px;
	overflow: hidden;
	}

/*Feld fuer den Hauptbereich*/
#main {
	margin-top: 15px;
	width: 1000px;
	height: auto;
	}

/*Feld fuer die linke Spalte mit Menue*/
#linke-spalte {
	float: left;
	width: 230px;
	text-align: left;
    }
		 
#suche {
	float: left;
	width: 220px;
	height: 50px;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 0px;
	}
	
#menue {
	float: left;
	width: 230px;
	margin-top: 0px;
	text-align: left;
	}
	
#tagcloud {
	float: left;
	width: 220px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 50px;
	}
		 
/*Feld fuer das rechte Hauptfeld*/
#content {
	float: right;
	width: 770px;
	}

#inhalt {
	float: left;
	width: 540px;
	margin-bottom: 50px;
	}
	
#rechte-spalte {
	float: right;
	width: 220px;
	margin-bottom: 50px;
	}
	
/*Felder fuer den Fussbereich*/
#fuss {
	float: left;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background-color: #EDEDED;
	}

#unten {
	clear: both;
    margin-top: 0px;
    margin-left: auto;
	margin-right: auto;
	width: 1000px;	
	}
	
#menue-unten {
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-left: 230px;
	text-align: left;
	}
	
#rss-order {
	float: right;
	width: 120px;
	margin-top: 10px;
	margin-right: 230px;
	text-align: right;
	}

.rahmen {
	border: 0;
	}
	
*html .rahmen {
	width: 540px;
	margin: 0 0 10px 0;
	overflow: hidden;
    }
	
.tx-chmlmapsextended-pi1 {
	border: 0;
	}

.map_container {
	border: 0;
	}
	
.tx-chmlmapsextended-pi1 img {
	border: 0;
	}

.map_container A {
	border: 0;
	}	
	
.karten-head {

	float: left;
	width: 330px;
	height: 31px;	
	margin-bottom: 10px;
	background-image: url(karte-kasten.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	

	}

.karten-head-content {
	width: 94px;
	height: 19px;
	color: #CC0;
	font:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 6px;
	}

.filterlayer-content {
	float: left;
	width: 350px;
	background: #048e84;
	background-image: url(karte-back.png);
	background-position: bottom;
	background-repeat:no-repeat;
	}
	
.filterlayer {
	float: left;
	width: 330px;
	margin: 10px;
	margin-bottom: 55px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}	
	
.filterlayer p{
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	}
	
	
.filterlayer img {
	float: left;
	width: 110px;
	height: auto;
	margin-bottom: 5px;
	margin-right: 5px;
	}
	


	
	

