@charset "utf-8";

html {
	height:100%;
	margin-bottom:1px;
}

body { 
    background-image:url(bilder/background.png); 
    height:100%; 
    background-repeat:repeat-x;
    font-family: Calibri;
	font-size: 16px;
	line-height: 1.4em;
	text-align: justify;
	background-color:#d1d8e5;
	color:#CCC;
}

.imagebox{
	padding:5px;
	border:1px solid #555;
}

.imagebox:hover{
	border:1px solid #777;
}

#heading {
	font-size:22px;
}

#header {
	width:903px;
}
