@media all {
/* Allgemeine Formate /*
/* Tabellenkopf mit der aktuellen Sortierung */

h2 {
	clear:both;
}


th.zbn-active img.zbn-arrow {
	position:relative;
	z-index:1;
	top:-1.5em;
	float:left;
}
th.zbn-active {
	background-color:#2c5923;
}
td.zbn-second {
	background-color:#dad5cc;
}
td.refused {
	background-color:#660000;
}

td.refused a {
	color:#fff;
}

/* Fehlerausgabe */
div.zbn-error {
	color:#660000;
	margin-top:1em;
}
/* Ausgabe von erfolgreichen Rueckmeldungen */
div.zbn-success {
	color:#006600;
	margin-top:1em;
}


/* Navigation */
div.zbn-menu {
	margin-bottom:1em;
}
div.zbn-menu a {
	border:1px solid #2c5923;
	border-top:none;
	border-left:none;
	padding-left:0.8em;
	padding-right:0.5em;
	margin-right:0.3em;
	text-decoration:none;
}
div.zbn-menu a.zbn-active, div.zbn-menu a:hover,div.zbn-menu a:focus {
	color:#7bb13a;
}
div.zbn-menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div.zbn-menu ul li {
	display:inline;
}
/* Subnavigation fuer die einzelnen Projektteile (Grunddaten, Beschreibung etc.) */
div.zbn-projectmenu {

}
div.zbn-projectmenu a {
	border:1px solid #2c5923;
	border-top:none;
	border-left:none;
	padding-left:0.9em;
	padding-right:0.6em;
	margin-right:0.3em;
	text-decoration:none;
}
div.zbn-projectmenu a.zbn-active, div.zbn-projectmenu a:hover,div.zbn-projectmenu a:focus {
	color:#7bb13a;
}
div.zbn-projectmenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div.zbn-projectmenu ul li {
	display:inline;
}
/* Ausgabe von Bildern */
dl.zbn-image {
	float:left;
	margin-right:10px;
	width:200px;
	background-color:#f1f1f1;
}
dl.zbn-image dt { 
	
        text-align:center;
}
dl.zbn-image dd {
	text-align:left;
	font-size:0.95em;
	line-height:1em;
}
dl.zbn-image #infobox a:hover span,div.zbn-contacts #infobox a:hover span {
	margin-top:-120px;
	margin-left:-200px;
}
/* Copyright-Angabe bei Bildern */
span.copyright {
	
}
/* Hervorhebung von Text */
span.zbn-marked {
	color:#660000;
	font-weight:bold;
}
/* Formulare: Umschliesst Pakete von Radio- und Checkboxen */
div.zbn-checkboxes {
	margin-left:12em;
}
/* Formulare: Radio- bzw. Checkboxen */
input.zbn-box {
	
}
/* Formulare: Textfeld Groesse 1, z.B. fuer PLZ */
input.zbn-small {
	width:4em; 
	margin-right:0.2em;
}
/* Formulare: Textfeld Groesse 2 */
input.zbn-mini {
	width:10em;
}
/* Formulare: Textfeld Groesse 3 */
input.zbn-midi {
	width:22.3em; 
}
/* Formulare: Textfeld Groesse 4 */
input.zbn-normal {
	width:27em;
}
/* Formulare: Submit-Button */
input.zbn-submit {
	width:auto;
	margin-top:0.5em;
}
/* [p]...[/p] Infoboxen */
#infobox {
	display:inline;
}
#infobox span {
	display:none;
}
#infobox a {
	height:12px;
	text-decoration:none;
}
#infobox a:hover {
	width:100%;
}
#infobox a:hover span {
	display:block;
	position:absolute;
	z-index:3;
	background-color:#dad5cc;
	border:1px solid #726752;
	color:#726752;
	padding:0.4em;
        max-width:300px;
}



/* Projekt-Ausgabe */
/* Liste der veroeffentlichten Projekte */
div.zbn-publishedprojectlist {

}
/* Tabelle zur Ausgabe der Projektliste */
table.zbn-projects {

}
/* Umschliesst den Bereich fuer die Ansprechpartner */
div.zbn-contacts {
	clear:both;
	display:block;
}
/* Tabelle zur Ausgabe der Ansprechpartner */
table.zbn-contacts {
	
}
/* Umschliesst die Bezeichnung einer jeweiligen Kategorie */
div.zbn-label {
	clear:both;
	float:left;
	width:17em;
	font-weight:bold;
	margin-right:0.7em;
}
/* Umschliesst den Inhalt einer jeweiligen Kategorie */
div.zbn-content {
	float:right;
	width:27em;
	text-align:left;
	margin-bottom:0.6em;
}
/* Umschliesst die Beschreibung eines Projekts */
div.zbn-description {

}
/* Umschliesst die Kontaktadresse eines Projekts */
div.zbn-projectaddress {
	float:left;
	width:50%;
}
/* Umschliesst die Kontaktadresse eines Projekts */
div.zbn-contactaddress {
	float:right;
	width:50%;
}
/* Umschliesst den Bereich mit den Grunddaten */
div.zbn-generaldata {
	
}
/* Umschliesst den Bereich fuer die Bildergalerie in den Grunddaten */
div.zbn-imagegallery {

}
div.zbn-imagegallery dl.zbn-image {
	width:160px;
	height:170px;
	background:none;
        text-align:center;
}
div.zbn-imagegallery dl.zbn-image dd {
	text-align:center;
}

/* Ausgabe der Projektinhalte */
div.zbn-singleview {

}
div.zbn-singleview br {
	clear:both;
	line-height:1.8em;
}




/* Oberflaeche fuer Projekteinsteller */
/* Formular zum Neueintrag eines Projekt */
div.zbn-newProjectForm {

}
div.zbn-newProjectForm label{
	width:11em;
}
/* Formular zur Bearbeitung der Kategorien */
div.zbn-categories {

}
div.zbn-categories label {
	font-weight:bold;
	width:95%;
	clear:both;
	display:block;
	text-align:left;
}
div.zbn-categories textarea {
	width:95%;
}
div.zbn-categories div.zbn-label {
	clear:both;
	float:none;
	width:auto;
}
div.zbn-categories div.zbn-content {
	clear:both;
	float:none;
	width:auto;
	margin-top:10px;
}
div.zbn-categories div.zbn-categoryimages {
	clear:both;
	float:none;
	width:auto;
}
div.zbn-categories div.zbn-categorydescription {
	clear:both;
	float:none;
	width:auto;
}
div.zbn-categories dl.zbn-image {
	width:160px;
	height:180px;
	background:none;
}
div.zbn-categories dl.zbn-image dd {
	text-align:center;
}
/* Formular zur Bearbeitung der Grunddaten */
div.zbn-editProjectForm {

}
/* Formular zum Hochladen von Bildern */
div.zbn-imageupload {

}
/* Formular zum Eintrag neuer Ansprechpartner */
div.zbn-newContactForm {

}
/* Liste der eigenen Projekte */
div.zbn-projectList {

}



/* Oberflaeche fuer Netzwerksmitglieder */
/* Kategorieverwaltung: Formular zur Eingabe neuer Kategorien */
div.zbn-categoryform {

}
div.zbn-categoryform label {
	text-align:left;
}
/* Kategorieverwaltung: Auflistung aller Kategorien */
div.zbn-categorylist {

}
div.zbn-categorylist table { 
	
}
div.zbn-categorylist th,div.zbn-categorylist td {
	
}
div.zbn-updatedcontent {
	padding:0.5em;
}
div.zbn-updatedcontent h2 {
	padding:0;
	margin:0;
}
/* Projektverwaltung: Aktualisierung von Projekten - Anzeige der veroeffentlichten Version */
div.zbn-current {
	border:1px solid #726752;
	background-color:#dad5cc;
	color:#726752;
	float:left;
	width:49%;
}
/* Projektverwaltung: Aktualisierung von Projekten - Anzeige der aktualisierten Version */
div.zbn-updated {
	border:1px solid #726752;
	color:#726752;
	float:right;
	width:49%;
}
/* Projektverwaltung: Buttons unter den Freigabeformularen */
div.zbn-releasebuttons {

}
/* Projektverwaltung: Liste der neuen Projekte */
div.zbn-newprojectlist {

}
/* Projektverwaltung: Liste der aktualisierten Projekte */
div.zbn-editprojectlist {

}
/* Projektverwaltung: Mailformular bei Ablehnung einer Projekt-Veroeffentlichung */
div.zbn-mailform {

}
div.zbn-mailform label {
	text-align:left;
}
div.zbn-mailform input.zbn-normal,div.zbn-mailform textarea {
	width:40em;
}
div.zbn-mailform div.zbn-label { 
	float:none;
	display:block;
}
div.zbn-mailform div.zbn-content { 
	float:none;
	display:block;
}




/* Suchseite */
/* Alle Projekte */
div.zbn-searchall {
	border-bottom:1px solid #726752;
}
div.zbn-searchall h2 {
	padding:0;
}

/* Formular fuer die Detailsuche */
div.zbn-searchform {
	
}
div.zbn-searchform label {
	width:17em;
	line-height:2.3em;
}
div.zbn-searchform div.zbn-checkboxes {
	margin-left:18.5em;
}
div.zbn-searchform form br {
	line-height:2.3em;
}
/* NRW-Karte */
div.zbn-searchmap {
	border-bottom:1px solid #726752;
	padding-bottom:1em;

}
}
