/* 
** blue:blossom - design variation 05 - "blue landscape"
**
** This file contains a design variation of the base
** stylesheet.
** 
** April 14, 2007 - (version 1.0)
** 
** This is a part of the open source template
** "blue:blossom" made by Jonas John (www.jonasjohn.de)
*/

/* cover picture */
#inner_cover {
	background-image: url("../images/banneri.gif");
}

/* area next to the cover image: */
#cover {
	background-color: #D0DDED;
}

/* image colors: */
.image {
	background-color: #98B5D8;
}
	
.image:hover {
	background-color: #497CBA;
} 

/* navigation */
#inner_header ul li a:hover, #inner_header ul li a:active {
	background-color: #497CBA; 
	color: #FFFFFF;
}
	
#inner_header h1 { color: #80A1CC; }

/* content link colors */
#content a:hover, #content a:active { 
	background-color: #497CBA; 
	color: #FFFFFF;
}


