/*

used in:	Start, Kontakt
 
 page_bg			#95B942
 page_ct_bg		#A9CF70
 menu_bg			#A6C861
 menu_hi_bg		#95B942
 ref_box_border		#8BAF38
 ref_box_bg		#95B942
 ref_navi_bg		#A6C962
 ref_navi_hi_bg		#8EB23D
 
 */

/* BODY */	/* it depends on BODY class */
body.blue {
	background: #FFFFFF;
	color: #444;
}
body.blue em{
	color: #DF120D;
}

body.blue input, body.blue textarea {
	border-color: #B3C3D2;
}
body.blue input.submit{
	color: #000;
	background: #B3C3D2; 
}
body.blue #framework {
	background: no-repeat;
	background-image: url(default/page_header_bg.jpg);
}
body.blue #content{
	background: no-repeat;
	background-color: #FFFFFF;
	background-image: url(default/page_detail_bg.jpg);
}
body.blue #content.home{
	background-color: #FFFFFF;
	background-image: url(default/page_home_bg_leer.jpg);
}
body.blue #content.detail{
	background-color: #FFFFFF; /*#F4F7FB;*/
	background-image: url(default/page_detail_bg.jpg);
}
body.blue #sidebar{
	color: #888888;
}
body.blue a{
	color: #3D6BB8;
}
body.blue a:hover{
	color: #A21A1A;
}
body.blue #navigation {
	color: #888888;
}
body.blue #navigation a:hover, body.blue #navigation a.hi {
	color: #A21A1A;
}

body.blue #content_box{
	border-color: #FFF;
	border-style: dotted;
}

/* FOOTER */

body.blue #footer {
	background: #F4F7FB;
}

/* NAVIGATION */	/* independend on BODY class */

#nav_mappe{
}
#nav_person{
}
#nav_fotos{
}

ul.blue a, ul.blue a img{
	color: #888888;
}
ul.blue a:hover, ul.blue a:hover img{
	color: #388EB6;
}
ul.blue a img.hi{
	color: #388EB6;
}

