﻿@charset "utf-8";
/* CSS Document */

/***************************************************************************

	Projekt:			Drehscheibe Nachhaltigkeit
	CSS fuer:			default (layout)
	Autor / copyright: 	Franziska Koeppe http://madiko.com
	letzte Aenderung:	2011-06-14
	
 ***************************************************************************/

/* ##### Dieses css beschreibt das Layout der Homepage ##### */

/* ##### allgemeine Angaben ##### */

	/* ##### Normalisierung ##### */
	@import url("norm.css");
	
	
      /* ##### horizontale Linien ##### */
       hr {
		border: 0px; /* fuer Firefox und Opera */
		border-bottom: solid 1px #E2EAF6; /* Fuer Internet-Explorer */
		color: #E2EAF6; 
		background: #E2EAF6; 
		height: 1px;
		}
	
	/* ##### Standard-Hintergrund fuer die komplette Seite ##### */
	
	body {
		background-color: #fff;
		}	

	/* ##### clearer ##### */
	
	.clearer {
		display: block;
		clear: both;
		line-height: 0;
		height: 1px;
		font-size: 0;
		visibility: hidden;
		}

	.clear {
		clear: both;
		}
	
	/* ##### float left und right ##### */

	.floatLeft { float: left; }
	.floatRight { float: right; }

	/* ##### Warnung ##### */
	.warning { color: #b6355e; background: inherit; }

/* ##### Seite begrenzen * ##### */

	/* ##### Zentrierung der Seite im Browserfenster und Groessenangaben ##### */

#wrapper_all {	
		clear: both;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 1200px;
		height: auto;
		}

#wrapper {
	float: left;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 1000px;
	height: auto;
	}	

/* ##### Bereich Top ##### */

#top {
	clear: both;
	float: left;
 	margin: 0px;
	padding: 0 0 10px 0;
	width: 1000px;
	height: auto;
	background-color: #fff;
	text-align: center;
	color: #5090f0;
	}
	
#branding {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 670px;
	height: 150px;
 	text-align: left;
 	color: #5090f0; 
}

#socialmedia {
	float: left;
	margin: 0px;
 	padding: 90px 20px 20px 20px;
	width: 290px;
	height: auto;
	background-color: #fff;
 	text-align: center;
 	}  

#socialmedia img {
	padding: 0 2px;
	width: 32px;
	height: auto;
}
			
/* ##### Bereich keyvisual und intro ##### */

#keyvisual {
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 200px;
	text-align: center;
	border-bottom: #ff9900 3px solid;
	}

#flash {
 	float: left;
 	margin: 0px;
 	padding: 0px;
 	background-color: #CCC;
	width: 670px;
	height: 200px;
	text-align: center;
	overflow: hidden;
	color: #333;
	} 


#intro {
 	float: left;
 	margin: 0px;
 	padding: 20px;
 	background-color: #E2EAF6;
	width: 290px;
	height: 160px;
	text-align: left;
	overflow: hidden;
	} 

/* ##### Inhaltsbereich ##### */

#wrapper_main {
	float: left;
	margin: 0;
	padding: 10px 0 20px 0;
	width: 670px;
	min-height: 300px;
	height: auto;
	text-align: left;
}

#main {
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	min-height: 450px;
	height: auto;
	background-color: #fff;
	text-align: center;
	}

#main img {
	float: left;
	margin: 0 10px 5px 0;
	/* width: 150px; */
	height: auto;
	}

/* Ergänzt Anfang */

#main img.nuglogo {
	float: right;
	margin: 0 10px 15px 0;
	/* width: 150px; */
	height: auto;
	}

#main img.picr {
	float: right;
	margin: 0 10px 5px 0;
	/* width: 150px; */
	height: auto;
	}

/* Ergänzt Ende */

#main img.banner {
	float: left;
	padding: 10px 0;
	width: 670px;
	height: auto;
	}

#friends {
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 0;
	width: 315px;
	height: 100px;
	text-align: left;	
}

#news_overview {
	float: left;
	margin: 0 0px 0 0;
	padding: 0px 0px 20px 20px;
	width: 315px;
	height: auto;
	text-align: left;
	background-color: #E2EAF6;
}

#content {
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0;
	width: 670px;
	height: auto;
	text-align: left;	
}

#news {
	float: left;
	margin: 0px;
	padding: 20px 20px 20px 0;
	width: 670px;
	height: auto;
	text-align: left;	
}

#calendar {
	float: left;
	margin: 0px;
	padding: 20px 20px 20px 0;
	width: 670px;
	height: auto;
	text-align: left;	
}

#margin {
	float: left;
 	margin: 20px 0 0 0;
 	padding: 0px 0px 0px 20px;
 	background-color: #fff;
	width: 310px;
	min-height: 300px;
	height: auto;
	text-align: left;
	} 

#margin img {
	float: left;
	margin: 5px 0 20px 0;
	width: 310px;
	height: 65px;
	}

#margin img.facebook {
	float: left;
	margin: 10px 0 20px 0;
	width: 310px;
	height: auto;
}

/* ##### Tabellen ##### */

#calendar table {
	padding: 10px 0px;
	width: 100%;
	vertical-align: top;
	text-align: left;
	line-height: 130%; 
	}

#calendar th {
	padding: 10px;
	min-width: 60px;
	width: auto;
	background-color: #D37204;
	color: #fff;
	vertical-align: middle;
	text-align: left;
	line-height: 130%; 
	font-weight: bold;
	font-size: 12px;
	}

#calendar td {
	padding: 10px;
	min-width: 60px;
	width: auto;
	vertical-align: middle;
	text-align: left;
	line-height: 130%; 
	color: #333;
	}

/* erste der alternierenden Zeilen */

#calendar tr.odd {
	padding: 10px;
	background-color: #eff3f1;
	border: 1px solid;
	border-color: #fff;
	}

/* zweite der alternierenden Zeilen */

#calendar tr.even {
	padding: 10px;
	background-color: #dfe7e8;
	border: 1px solid;
	border-color: #fff;
	}

/* ##### Bereich Footer ##### */

#wrapper_footer {
	clear: both;
	float: center;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	min-height: 90px;
	height: auto;
	border-top: #ff9900 5px solid;
	background-color: #666666;
	text-align: center;
	color: #fff;
	}
	
#footer {
	float: left;
	margin: 0px;
 	padding: 20px;
	background-color: #666666;
	width: 640px;
 	min-height: 30px;
	height: auto;
 	text-align: left;
	color: #fff;
	}

#klimaneutral {
	float: left;
	margin: 0px;
	background-color: #666666;
	padding: 15px;
	width: 280px;
	min-height: 20px;
	height: auto;
	text-align: left;
	} 

#klimaneutral img {
	float: left;
	margin: 0px 0px 0px 0;
	/* width: 290px; */
	/* height: 65px; */
	}

/* ##### Bereich Banner (rechte Seite) ##### */

#banner_ext {
	float: left;
	margin: 0 0 0 20px;
	padding: 150px 0 0 0;
	text-align: left;
	width: 180px;
}

#banner_ext img{
	float: left;
	margin: 0px;
	padding: 10px 0;
	text-align: left;
	max-width: 160px;
	width: auto;
	height: auto;
	overflow: hidden;
}


/* Ergänzungen */

#hiddenpers {
	visibility: hidden;
	display: none;
}

#target { min-height: 185px; } 













/* ##### Ende ##### */
