* { /*  gilt Browserübergreifend */
	margin: 0;
	padding: 0;
	}
body, html {
	overflow:auto;
	}	
#container { 				/* Container, zur Zentrierung der Webseite */
	padding:0;
	margin:0 auto;
	width:960px;
	}	
#erste_spalte { 			/* Linke Spalte mit Logo und linker Navigation */
	float:left;
	width:170px;
	text-align:left;
	margin: 0;
	padding: 0;
	} 
#logo {
	height:230px;
	}
#navi_links_container {
	margin-right:20px;
	} 
#zweite_spalte { 			/* Gesamter rechter Bereich, wird nochmal unterteilt */
	float:left;
	width:760px;
	margin: 0 0 0 0px;
	padding: 0px;
	background:url(../images/bg_zweite_spalte_mitte.jpg);
	background-repeat:repeat-y;
	}
#trailer {
	height:134px;
	background-color:#e7e9d9;
/*	background-image:url(../images/t_baumflucht.jpg) */
	}
#navi_oben {
	height:26px;
	vertical-align:middle;
	background-color:#e7e9d9;
	}
#layoutzeile {
	height:10px;
	background:url(../images/bg_zweite_spalte_oben.jpg) no-repeat;
}
#contentbereich_rechts {	/* Die rechte Spalte, TYPO3: rechts */
	float:right;
	margin-right:3px;
	width:191px;
	} 
#cb_rechts_inhalt {
	margin:25px 7px 20px 8px;
	}
#contentbereich_links {		/* Der Hauptframe für die Inhalte in der Mitte, TYPO3: normal */ 
	position:relative;
	float:left;
	width:550px;
	}
#social_bookmarks {
	float:right;
}
#cb_links_inhalt {
	margin:10px 10px 20px 20px;
	}
#footer {
	float:right;
	width:760px;
	margin-right:30px;
	height:35px;
	background:url(../images/bg_zweite_spalte_unten.jpg) no-repeat;
	color:#787FB9;
	padding-top:10px;
}
a#tooCool {
	position: fixed;
	z-index:0;
	right: 0px;
	bottom: 0px;
	display: block;
	height: 80px;
	width: 80px;
	background: url(../images/i_too_cool.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

/* --------------- template_default_fotos ---------------- */

#zweite_spalte_fotos {
	float:left;
	width:760px;
	margin: 0 0 0 0px;
	padding: 0;
	background:url(../images/bg_zweite_spalte_mitte_fotos.jpg);
}
#layoutzeile_fotos {
	height:10px;
	background:url(../images/bg_zweite_spalte_oben_fotos.jpg) no-repeat;
}
#contentbereich_links_fotos { 
	float:left;
	width:752px; /* HG-Div ist 760 breit, plus content-container rechts padding: 10 */
	}
#footer_fotos {
	float:right;
	width:760px;
	height:35px;
	background:url(../images/bg_zweite_spalte_unten_fotos.jpg) no-repeat;
	color:#787FB9;
	padding-top:10px;
	margin-right:30px;
}