/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
	background-image: url(bilder/zigma_gradering.jpg);
	background-repeat: repeat-x;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	MARGIN: 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
	
	BACKGROUND-COLOR: #edf1e6;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		


A:link	{	
	text-decoration:	none;
	color:	#447082;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#447082;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#447082;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#5d8da1;
	}
.outerBorder {
	background-color: #FFFFFF;
	
}
.itemimage{
	margin-top: 15px;	
}

.border {
	background-color: #d1d4cb;
	background-image: url(bilder/zigma_gradering_boks.jpg);
	background-repeat: repeat-x;
}
.borderSlettes {
	background-color: #d1d4cb;
	opacity: .08;			/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.08;		/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.08;		/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=8);	/* Internet Explorer 5.5, 6 */
}

.modulHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ecf0f3;
	background-color: #69859c;
	font-weight: bold;
	padding-left: 18px;
	height: 25px
}
.contentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: 447082;
	margin-top: 10px;
}
.contentItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 447082;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #e8ece2;
	color: #666666;

}

