/* CSS for the index page */

.section { 
	background: white;
	border: 1px solid black;
	}
a:hover { background: #fdd9dd }  
a:hover .albuminfo { background: #fdd9dd; }
.mp3 a:hover { background: #fdd9dd; }  

/* Fahrner Image Replacement */


/* Nyheter (news) */

.nyheter_entry { margin-top: 5px; margin-bottom: 10px; 
				 }
.nyheter_date { font-family: Arial, Helvetica, sans-serif; color: #956c71; font-size: 70% }
.nyheter_header { margin-top: 0px; margin-bottom: 0px }
.nyheter_text { margin-top: 0px; }

/* The guest book */
/*
 * .gastbok_entry {  margin-top: 5px; margin-bottom: 20px; }
 * .gastbok_date { font-family: Arial, Helvetica, sans-serif; color: #956c71; font-size: 70% }
 * .gastbok_text { }
 * .gastbok_answer { color: #956c71; padding-top: 3px; font-style: italic;}
*/

/* Stuff that is common for all sections */
.continue { font-family: Arial, Helvetica, sans-serif; color: #956c71; font-size: 70%; padding-left: 2em;  padding-top: 3px}		

/* New guest book */
.gastbok_date { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #956c71; 
	font-size: 70%;  
	margin-left: 20px;
}

.gastbok_bubble_small_top {
	width: 223px;
	height: 28px;
	background-image: url(../images/gastbok_bubbla_small_top.png);
	margin: 0px;
}
.gastbok_bubble_small_content {
	/* 223x19 */
	width: 223px;
	background-image: url(../images/gastbok_bubbla_small_content.png);
	margin: 0px;
}
.gastbok_bubble_small_content div { margin: 0px 20px 0px 20px;  }
.gastbok_bubble_small_bottom {
	width: 223px;
	height: 49px;
	background-image: url(../images/gastbok_bubbla_small_bottom.png);
	margin: 0px;
}
.gastbok_content a { border-bottom: none; }

.link_comment { font-family: Arial, Helvetica, sans-serif; color: #956c71; font-size: 70% }

#section_gastbok { background-color: #fdb7bf; }