/* CSS UNIKT FÖR DENNA INSTALLATION AV WEBAPPLIKATIONEN */


#pageHeader {
	background: url(../images/topgradient.gif);
	background-color: #1E51A9;
	background-repeat: repeat-x;
	height: 138px;
	width: 962px;
	margin: 0 0 15px 0; /* Distance to content (and sidebar, when included) */
	color: white;
}

#pageHeader h1 {
	text-align: right;
	font-weight: normal;
	font-size: 2em;	
	padding: 50px 40px 0px 40px; /* Seems that both left and right padding must be specified */
	margin: 0 0 0.2em 0;
}
