
body { 
	background:url(i/background2.jpg) top left no-repeat; 
	margin: 0; 
	padding: 0; 
	width: 1000px; 
	font-size: 14px;
	line-height: 20px; 
	font-family: tahoma, arial;
}
#header { position:relative; height: 120px; padding: 20px; }
#logo { display: block; position: absolute; top: 20px; right: 40px; left: 40px;}
#menu {  position: absolute; bottom: 10px; left: 20px;}
a:hover { color: #777; text-decoration:none; }
a { color: black; text-decoration:underline; }

p, ul, div.toggle, table{
      m argin:0; /* korrigiert das hŸpfen */
}
a img { border: 0;}

#menu a {
  height: 34px;
	display: list-item; 
	list-style: none; 
	float: left; 
	font-size: 14px;
	padding: 3px 14px 7px; 
  text-decoration:none;
  color:#222; 
/*	border-right: 1px solid grey; */
   background: url(i/line.png) top right no-repeat;
 }
#menu a:first-child { 
/*	border-left: 1px solid grey; */
   background: url(i/line.png) top right no-repeat, url(i/line.png) top left no-repeat;
}
 
#menu a:hover {
   text-decoration: underline;
}

#index #home {
   background:
   url(i/line.png) top right no-repeat,
   url(i/line.png) top left no-repeat,
   url(i/tag.png) bottom right no-repeat;
}
#quartierskonzepte #quark,
#klimaschutzkonzepte #klima,
#teilkonzepte #teilk,
#foerderprogramme #foerd,
#beratungsleistungen #berat,
#referenzen #refer,
#kontakt #konta,
#landkreis #landk,
#quartier #quart,
#stadt #stadtx,
#gebaeude #gebae	 {
 background: url(i/line.png) top right no-repeat, url(i/tag.png) bottom right no-repeat;
}


h1 { font-size: 22px;}
h2 { font-size: 20px;}
h1, h2 { margin: 18px 0;}
h1 span { font-size: 13px; display: block; font-weight: normal;}

.box3 h2 { 
	padding: 5px 10px;
  padding-left: 25px;
  text-decoration:none;
  font-size: 16px;
  background: transparent url(i/arrow_blue_right.png) 0 50% no-repeat;
}

.noleft .box3 h2,
.noleft .box3 h2.down {
	padding: 5px 10px;
  padding-left: 25px;
  background-position: 0 50%;
}

.box3 h2.down { 
  background: transparent url(i/arrow_blue_down.png) 0 50% no-repeat;
}
.box3 h2:hover {
	color: black;
  cursor: pointer
}


.clr { float: none;} 
	
#main { padding: 0 20px;  width: 960px;}
#left { width: 340px; float: left; margin-right: 20px; }
#right { width: 580px; float: left; }
#right.noleft { width: 940px; float: left; }

.box, .box3 { float: left; border: 1px solid grey;	margin-bottom: 20px; border-radius: 2px; }
.box img { height: 180px;}
.box:hover {  opacity: 1; border-color: #c12d39 }
.box { 
	position: relative;
	display: block;
	opacity: .7;
	height: 180px;
	width: 340px;
}

.box h3 {
  position: absolute;
  margin-top: 10px;
  display: none;
  width: 100%;
  text-align: center;
}
.box:hover h3 { color: #c12d39; display: block;}

	
.box3 { 
	padding: 10px;
	min-height: 728px;
	width: 558px;
  border: none;
  padding-top:0;
}
.box3 h1 {  
/*
 *  margin-top:0;
  padding-top:18px;
  border-top: 0px solid #045da0;
*/}
.noleft .box3 {
  width: 918px;
}
.noleft .box3 table {
  font-size: 12px;
  line-height: 18px;
}

table.table {
	cell-spacing: 0; 
	cell-padding: 0; 
	border-collapse: collapse;
 }
table.table tr,
table.table td { 
	vertical-align: top; 
	padding: 5px; 
	border: 1px solid black; 
}

 

#landkreis #landk,
#quartier #quart,
#stadt #stadtx,
#gebaeude #gebae	  
 {  opacity: 1; border-color: #c12d39; border-color: black; border-color: #045da0; }
 
 #landkreis #landk h3,
#quartier #quart h3,
#stadt #stadtx h3,
#gebaeude #gebae h3	  
 {  display: block; color: black; }

.blue td {
  padding: 6px 20px;
  margin: 6px 0;
  background: ;
}
.blue td:first-child {
  padding: 10px 20px;
  background: #2d90cf;
 	

background-image: -ms-linear-gradient(top, #2D90CF 0%, #2F74A6 100%);
background-image: -moz-linear-gradient(top, #2D90CF 0%, #2F74A6 100%);
background-image: -o-linear-gradient(top, #2D90CF 0%, #2F74A6 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2D90CF), color-stop(1, #2F74A6));
background-image: -webkit-linear-gradient(top, #2D90CF 0%, #2F74A6 100%);
background-image: linear-gradient(to bottom, #2D90CF 0%, #2F74A6 100%);
color: white;
}

.fl { float: left; }

.flyer {
  padding: 10px;
  border: 1px solid transparent;
  text-decoration:none;
  display: inline-block;
}
.flyer:hover {
  border: 1px solid #045da0;
}