/* Professionelles Webdesign mit (X)HTML und CSS
Start 29. September 2005
Letzte Aenderung am 06. Oktober 2005
*/
/* Wichtige Farben

*/
/* Allgemeines */
*{
	padding: 0;
	margin: 0;
}

body{
	text-align: center; /* Zentrierung des Layouts im IE 5 */
	font-size: 70%;
	line-height: 1.4em;
}

h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,p,input,textarea,select{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Alle Elemente linksbündig */
}

h1 {
	color:white;
	padding: 5px 5px 5px 5px;
}

h2 {
	clear: both;
	font-size: 2em;
	line-height: 1.5em;
	margin: 10px 80px 10px 0;
	color: #092E20;
	padding: 10px;
	border-bottom: 1px solid #1D6E3C;
}

h3 {
	
	padding: 15px 0 2px 10px;
	font-size: 1.2em;
	font-weight:bolder;
	
	}



.clear {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
}

ul,li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}

.none {
	display: none;
}

.leftalign {
	float: left;
}

#inhalt .leftalign {
float:left;
margin: 5px 15px 5px 5px;
}

.rightalign {
	float: right;
}

#inhalt .rightalign {
float:left;
margin: 5px 5px 5px 15px;
}

/* Wrapbereich */
#wrap_home {
	
	width:800px;
	height:556px;
	background-image:url(home_pic.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	margin-top: 20px;
	text-align:left;
}

#wrap_pages {
	background-image:url(page_pic.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	margin-top: 20px;
	width:800px;
	height:556px;
	text-align:left;
}



#contentarea {
	position:relative;
	text-align:left;
	height:300px;
	width: 720px;
	background-image:url(content-bg.gif);
	background-repeat:repeat;
	left: 35px;
	top: 60px;
	border:#FFF dotted thin;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
* html #contentarea {	top: 30px; 	}
*+ html #contentarea {	top: 30px; 	}
	
	#contentarea p {
		color:white;
		padding-top:10px;
		padding-left:10px;
	}

#contentarea table { font-size:1.3em; }

/* Navigation */
	#navigation {
	position:relative;
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 0px;
	padding-top: 0px;
	float:right;
}

	
	#navigation ul {
	margin: 0 0 0 0px;
	white-space: nowrap;
	font-size:110%;
	list-style-image:none;
}

	#navigation li {
	 float: left;
	 margin: 13px 0 0 0;
	 padding:0;
	 list-style-type:none;
	 
}

	#navigation ul a:link,
	#navigation ul a:visited,
	#navigation ul a:hover,
	#navigation ul a:active {
		display:block;
		float:left;
		height:auto;
		margin: 0 15px 0 0;
		padding: 2px 2px 3px 17px;
		text-decoration:none
	}
	
	#navigation ul a:hover {
		text-decoration:underline;
	}
	
	

	
	body#start a#startnav, body#aktuelles a#aktuellesnav, body#buch a#buchnav, body#forum a#forumnav, body#kontakt a#kontaktnav, body#impressum a#impressumnav {
	
	padding: 8px 35px 7px 11px;
	color: #fff;
}

	
/* Inhalt */	
#inhalt {
	width: 760px;
	background: transparent url(file:///071128_1516/Codebeispiele/Kapitel%206/website-quellcode/medien/inhalt.jpg) top left repeat-y;
	float: left;

}


#spalte-1 {
	width: 380px;
	position: relative;
	float: left;
	background: #84BE3F;
}

#spalte-2 {
	position: relative;
	float: right;
	width: 379px;
	background: #fff;
}

#hauptspalte {
	width: 760px; /* Layout der Unterseiten */
	position: relative;
	float: left;
	background: #fff;
}

#inhalt p {
	padding: 1em 1.2em; /* Innenabstände für alle Absätze innerhalb des Inhaltsbereichs */
}

#spalte-1 p {
	color: #fff;
}

/* Footer */	
#footer {
	width: 760px;
	background: #0B3122 url(file:///071128_1516/Codebeispiele/Kapitel%206/website-quellcode/medien/footer.jpg) top left no-repeat;
	position: relative;
	float: left;
	margin: 0 -3px 0 0; /* Explorer 6 Duplicate Characters Bug, http://www.positioniseverything.net/explorer/dup-characters.html   */
}

#footer p {
	color: #84BE3F;
	padding: 10px;
	font-size: 1.2em;
	float: left;
}

.illu {
margin: 5px;
background: #F0FCE2;
padding:10px;
border-right:1px solid #28573A;
border-bottom: 1px solid #28573A;
}
