/*
	CSS-Datei für die Website www.beller-wohnungsanpassung.de
	(c) Roman Blöth
	
	Letzte Änderung........... :  01.04.2009
	Letzte W3C-CSS-Validierung :  01.04.2009

*/



/*****************************
* Website-spezifische Inhalte:
*****************************/

/* Der Behälter - jegliche sichtbare Ausgabe der Website befindet sich darin, um einen gleichmäßigen oberen Rand von beiden sicherzustellen: */
#container {
	margin:				0 auto 70px auto;
	border:				none;
	padding:			0 0 0 0;
	width:				1000px;
}

#container.popup {
	margin:				10px;
	border:				none;
	padding:			0 0 0 0;
	width:				auto;
}

#container #navigation {
	float:				left;
	margin:				50px 0 0 0;
	border-right:		1px solid #C8431C;
	padding:			0 9px 0 0;
	text-align:			right;
}

#container #navigation a {
	display:			block;
	margin:				12px 0;
	font-weight:		normal;
	color:				#000;
}

#container #navigation a.aktiv,
#container #navigation a:hover {
	color:				#C8431C;
	text-decoration:	none;
}

#container .textbereich {
	margin:				0 0 0 205px;
	padding:			0 20px 20px 0;
}

#container .textbereich .ueberschrift {
	height:				150px;
}

#container .textbereich .ueberschrift h1 {
	padding:			40px 0 0 0;
	font-size:			2.4em;
	font-family:		'Times New Roman', Times, serif;
}

#container.startseite .textbereich .ueberschrift h1 {
	padding:			40px 0 0 0;
}

#container .textbereich .ueberschrift h2 {
	font-size:			1.9em;
	font-family:		'Times New Roman', Times, serif;
}

#container.startseite .textbereich .ueberschrift h2 {
	padding:			6px 0 0 210px;
}

#container .textbereich .vorher_nachher {
}

#container .textbereich .vorher_nachher a.beispiel {
	display:			block;
	width:				600px;
	text-align:			center;
}

#container .textbereich .vorher_nachher a.navigation {
	display:			block;
	margin:				20px 0 0 0;
	text-decoration:	none;
}

#container .textbereich .vorher_nachher a.navigation img {
	position:			relative;
	top:				2px;
}

#container .textbereich .vorher_nachher .vorher {
	float:				left;
	width:				300px;
	text-align:			center;
}

#container .textbereich .vorher_nachher .vorher a.navigation img {
	margin:				0 20px 0 0;
}

#container .textbereich .vorher_nachher .nachher {
	float:				left;
	margin-left:		35px;
	width:				300px;
	text-align:			center;
}

#container .textbereich .vorher_nachher .nachher a.navigation img {
	margin:				0 0 0 20px;
}

.gelb {
	font-size: 0.9em;
}