/* mit freundlicher Unterstützung von *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en    */

html {
	height:100%
}

body {
	
background-color: #460000; 	
font-size: 13px;
font-family:  "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#400000;
	padding:20px;
	margin:0;
	min-height: 101%;
}


a {
	text-decoration: none;
	color:#C63;
}

a:visited { color:#C63; }
a:hover {
	color:#600;
}
a:active {
	color:#600;
	font-weight: bolder;
}


h1 {
	font-size:14px;
	font-weight: normal;
	padding: 15px 10px;
	margin:0px;
	}

h2 {
	color:#804000;
	font-size:16px;
	font-weight: normal;
	padding: 15px 10px;
	margin:0px;
}

h3 {
	color:#460000;
	background-color:#Fff;
	font-size:14px;
	font-weight: normal;
	padding: 0px 0px 0px 50px;
	margin:0px;
}



h4 {
	color:#460000;
	background-color:#fff;
	font-size:16px;
	
	padding: 0px 0px 0px 50px;
	margin:0px;
}



/* ----------container zentriert das layout-------------- */
#container {
	
	width: 800px;
	margin:0 auto;
	background-color:#590000;
}

/* ----------banner for logo-------------- */
#banner {
	height:150px;
}
.home {	background-image:url(Originalbilder/edera_banner-bg.jpg); }
.cd {	background-image:url(Originalbilder/palmenfruechte.jpg); }

#claim {
	font-size: 12px;
	background-color: #F9DC77;
	/* border-top:1px solid #564b47;
	border-bottom:1px solid #564b47; */
	padding:5px 10px 5px 250px;
	margin:0;
		color: #BB7D40;
	text-align: right;
	}


/* -----------------Inhalt--------------------- */
#content {
	background-color: #FFEAA8;
	padding: 30px 0 0;
	margin: 0 0 0 250px;
}
div#content { 
	min-height:500px;
	height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}

p {
	padding: 0 50px 15px 50px;
	margin:0;
	line-height: 19px;
	}

h1, h2 {
	padding: 0 50px 15px 50px;
	margin:0;
}
/* --------------left navigavtion------------- */
#left {
	/*	background-image: url(Bilder/weisse_bohnen.jpg); */
	padding: 0 0 10px 30px;
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
	min-height: 420px;
	color:#F0F0F0;
}

#left ul {
	padding: 30px 0 0;
	margin:0;
	list-style-type: none;
}

#left li {
	padding: 0 0 10px 30px;
	margin:0;
	list-style-type: none;
}


#left  a:{
	text-decoration:none;
	color:#c63;
	}	
#left  a:visited {color:#c63; }
#left a:hover {color:#BF713C;}
#left  a:active {color:#FFC;

}


/* -----------footer--------------------------- */
#footer {
	clear: left;
	font-size: 12px;
	background-color: #F9DC77;
	/* border-top:1px solid #564b47;
	border-bottom:1px solid #564b47; */
	padding: 5px 5px 5px 5px;
	margin:0;
}


/*selcted */
#left li a.selected {
	
	color:#ffffff;
}
.autor {
	color: #FF3;
}
