
/*       
Theme: green & edgy
Description: fluid max-width 3 columns (fix fluid fix)
Website: nachhaltigkeitsrat.de  
*/           

a#logo {
	/*position: absolute;
	display: block;
	width: 250px;
	margin-top: 3em;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	height: 14em;
	font-size: 100%;*/
	display: none;
}

#logo img {
	/*
	display: block;
	position: absolute;
	overflow: hidden;
	left: -2000px;
	width: 1px;
	height: 1px;
	*/
	display: none;
}

* {
	margin: 0;
	padding: 0;
}

/* THE GRID / LAYOUT */

body {
	min-width: 550px;
	margin: 0;
	padding: 0;                     
	font: 62.5% arial, helvetica, verdana, sans-serif;
}

#main {	
	width: 100%; /* Hauptspalte ist 100% breit autom. ohne padding von container */
	float: left; /* alle Spalten links, main und rechts floaten */
	position: relative; /* um die Spalten in das padding vom container zu schieben */
}

#wrapper {
	max-width: 540px;	
	overflow: hidden;
	
}

#branding { 
	position: relative;
	background: #C3D03A;
	color: #fff;   
	background: #fff url(../img/head_rebrush.gif) 0 100% no-repeat;
    height: 17.4em;
  	/*display: none;*/
}

 .padbottom {
	margin-bottom: 20px;
}

#wrapper-content { 
	position: relative;
	height: 1%;
	background: #EDEEE3 url(../img/right_rebrush.gif) 100% 0 repeat-y;
	padding-right: 20px; 
	max-width: 512px;
}

#main-content {
	background:#EDEEE3 none repeat scroll 0%;
	overflow:hidden;
	min-height: 500px;
} 

#popup-content { 
 	/*
 	max-width: 800px; 
	display: block;
	*/
	display: none;
}


/* Section Frames 
---------------------------- */

/*
html>body #opener {
	width: auto;
}*/

#main .tabcontent .section0,
#main .tabcontent .section1,
#main .tabcontent .section2
#main .tabcontent .section3 {
	margin-left: 0px;
	margin-right: 0px;
}

#main .section0 {
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px 0px 10px 0px;
	overflow: hidden;	
}

#main .section1 {
	margin-left: 20px;
	margin-right: 20px;
	background-color: #FFF;
	padding: 10px;
	overflow: hidden;	
}

#main .section2 {
	margin-left: 20px;
	margin-right: 20px;
	background-color: #F3F4EE;
	padding: 10px;
	overflow: hidden;
}

#main .section3 {
	margin-left: 20px;
	margin-right: 20px;
	background-color: #E7F87F;
	padding: 10px;
	overflow: hidden;
}

#main .section-first {	
	margin-top: 20px;	
}


/* LINKE SPALTE 
---------------------------- */

#nav {
/* 
- linke randpalte sitzt auf padding von #main
- absolut positioniert
*/
	float: none;
	position: absolute; /* fuer ie max width - bei float funtionierts nicht */
	top: 0;
	left: 0;
	width: 216px;
	display: none;	
}


/* CONTENT SPALTE
---------------------------- */

#nav-path {
	display:none;
}


/* RECHTE SPALTE 
---------------------------- */

#extras {
	/*
	float:left;
	margin-right:-225px;
	margin-top:25px;
	position:relative;
	width:225px;
	*/
	display: none;
}

#extras div.box
{
	/*
	background:#F7F8F0 none repeat scroll 0%;
	clear:left;
	margin:0pt 0pt 20px;
	padding:0pt 0pt 10px;
	width:220px;
	overflow: hidden;
	*/
	display: none;
}


/* FUSS
----------------------------- */

#members {
	display:none;
}

#footer {
clear: both;
background: #C3D03A;
}

#site-info {
	display:none;
}


/* HEADER 
---------------------------- */
     
#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

#nav-meta {
	display: none;
}


/* QUOTE 
---------------------------- */
#statement {         
	/*
	position: absolute;
	bottom: 10px;
	right: 0;
	background: transparent url(../img/quote_rebrush.gif) 100% 0 no-repeat;
	width: 639px;
	height: 10.6em;
	*/
	display: none;
}


/* PAGE TITLE
----------------------------- */
#pagetitle-wrap {
	margin: 0px 20px;
	padding: 0px;
}

