@CHARSET "UTF-8";

* {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	background: url(../img/blackboard.jpg);
	background-position: 0px -200px;
}

a {
	text-decoration:none;
	color:#ffffff
}

#logo {
}

#kundstod {
	float: right;
}

#menu_top {
	background: url(../img/bg_top.png);
	background-position: 60px -40px;
	background-repeat: no-repeat;
}

#menu_middle {
	background: url(../img/bg_middle.png);
	background-position: 60px 0px;
	background-repeat: repeat-y;
}

#menu_bottom {
	background: url(../img/bg_bottom.png);
	background-position: 60px 0px;
	background-repeat: no-repeat;
}

#content_top {
	background: url(../img/bg_top.png);
	background-position: -240px -40px;
	background-repeat: no-repeat;
}

#content_middle {
	background: url(../img/bg_middle.png);
	background-position: -240px 0px;
	background-repeat: repeat-y;
	padding: 10px 20px 10px 30px;
}

#content_bottom {
	background: url(../img/bg_bottom.png);
	background-position: -240px 0px;
	background-repeat: no-repeat;
	padding-left: 180px;
}

.footer {
	font-size: 10px;
	color: #666666;
}
