/* color.css */

/* ************* Farben ***********
 Donnerstag: Farbverlauf	
hellblau01	96c2cb
hellblau02	84a6b2

Freitag: Farbverlauf
hellgrün01	bbd252
hellgrün02	99ad42

Samstag: Farbverlauf
beige01		dcd978
beige02		d1bc70

Sonntag: Farbverlauf
rot01		971638
rot02		600f33

Montag: Farbverlauf
blau01		1d4489
blau02		062256

Gelbverlauf "dauerhaftes Glück"
gelb01		e5b92a
gelb02		c77226

Rot Logo Diamantweg
		b31d34
Orange: d1721e		
 ********************************* */
/*html { 
background-color : #F8A211; }
*/

body#home {
	background-color : #F8A211;
}
.titel1 {
	color: #971638; 
}


.titel2 {
	color: #e35f1b; 
}

.titel3 {
	color: #971638;
}


div#inhalt {
	background-color : #fff; 
	}

div#site_info { 
background : transparent url(site_info.png) no-repeat 0 0; }

div#branding {
height : 120px;
background : transparent url(branding.png) no-repeat 0 0;  }

h1 { 
/*position : absolute;
top : -10px; 
left : -80px;*/
	}


h1, h2, h3, h4, h5 { 
	color : #971638; }
	
ul#schnellnavi h2 { 
	color : #e35f1b;
	}	
	
#wrapper.donnerstag {
	border-left: 20px solid #96c2cb;
}
	
#wrapper.freitag {
	border-left: 20px solid #bbd252;
}
	
#wrapper.samstag {
	border-left: 20px solid #dcd978;
}
	
#wrapper.sonntag {
	border-left: 20px solid #971638;
}
	
#wrapper.montag {
	border-left: 20px solid #1d4489;
}	
	
table td.donnerstag1 {
	background-color: #96c2cb;
}
table td.donnerstag2 {
	background-color: #84a6b2;
}

table td.freitag1 {
	background-color: #bbd252;
}

table td.freitag2 {
	background-color: #99ad42;
}

table td.samstag1 {
	background-color: #dcd978;
}

table td.samstag2 {
	background-color: #d1bc70;
}

table td.sonntag1 {
	background-color: #971638;
	color: #fff;
}

table td.sonntag1 a {
	color: #fff;
}

table td.sonntag2 {
	background-color: #600f33;
	color: #fff;
}

table td.sonntag2 a {
	color: #fff;
}

table td.montag1 {
	background-color: #1d4489;
	color: #fff;
}

table td.montag1 a {
	color: #fff;
}

table td.montag2 {
	background-color: #062256;
	color: #fff;
}

table td.montag2 a {
	color: #fff;
}
		
div#branding { 
position : relative;
z-index : 10; }


div#branding blockquote { 
position : absolute;
top : -9999px; }

div#nav_main { 
position : relative;
z-index : 1;
height : 90px;
background : #edc025 url(nav_main.png) no-repeat 0 0; }

ul#nav_features {
position : absolute;
top : 35px;
left : 325px;
margin : 0;
width : 440px;
height : 50px; }

ul#nav_features li {
display : inline;  }

