/* 
** imlicht - design variation 01 - "im Licht"
**
** This file contains a design variation of the base
** stylesheet.
** 
** Juli 14, 2007 - (version 1.0)
** 
** 
*/

/* cover picture */
#inner_cover {
	background-image: url(../images/licht1.jpg);
}
	
/* area next to the cover image: */
#cover {
	background-color: #848AA0;
}
	
	
/* image colors: */

.image {
	background-color: #B4D8FA;
}
	
.image:hover {
	background-color: #812F24;
} 
	
/* navigation */
#inner_header ul li a:hover, #inner_header ul li a:active { background-color: #812F24; }

/* content link colors */
#content a:hover, #content a:active {
	background-color: #848AA0;
}


/* borders: */       

#inner_header {
	border-left: 1px solid #B4D8FA; 
	border-right: 1px solid #B4D8FA; 
	border-top: 1px solid #B4D8FA; 
}
				
#inner_content {
	border-left: 1px solid #B4D8FA; 
	border-right: 1px solid #B4D8FA; 
	border-bottom: 1px solid #B4D8FA; 
}

#inner_cover {
	border-left: 1px solid #848AA0;
	border-right: 1px solid #54667C;
}
#your-site-id #page .full #inner_content #content .Stil4 {
	font-size: smaller;
}

