/* CSS Document */

body {
	margin-top: 0px;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Blocks*/

#layout {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	background-image: url(../images/bg_middle.gif);
	background-repeat: repeat;
}

#top {
	width: 720px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-left: 25px;
	padding-right: 40px;
}

#middle {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}



#bottom {
	width: 780px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}


/* Links */

a:link {
	text-decoration: underline;
	color: #000;
}

a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #719303;
}

a:active {
	text-decoration: none;
	color: #000;
}



/* text */


.rubrik {
	color: #000;
	font-size: 24px;
}

.small {
	color: #000;
	font-size: 12px;
}


.bold {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
