body {
	background: #ffffff;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}



p {
	padding: 5px;
	margin: 5px;
}

#center {
	background: transparent;
	position: relative;
	top: 0px;
	margin: auto auto;
	width: 700px;
}

h2 {

	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #99CCCC;
	text-align: left;
	padding: 10px;
	border-bottom: 1px dotted #2F6397;
}

h3 {

	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 10px;
	border-bottom: 1px dotted #2F6397;
}

#header {
	background: #fff url(images/header2.jpg) no-repeat top left;
	position: relative;
	top: 0px;
	width: 700px;
	height: 80px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 28px;
	color: #000;
	text-align: center;
}

#meny {
	background: #ccc;
	position: relative;
	top: 0px;
	width: 700px;
	height: 22px;
	color: #000;
	
	

}

#main {
	background: transparent;
	position: relative;
	top: 10px;
	width: 700px;
	height: 250px;
}

#left {
	background: #fff;
	position: relative;
	top: 0px;
	width: 480px;
	float: left;
	text-align: left;
	
}

#right {
	background: #fff;
	background-image:url(tidning.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	position: relative;
	top: 0px;
	width: 200px;
	height: 420px;
	float: right;
	text-align: left;
	border-left: 1px dotted #2F6397;
}

#info {
	background: #fff;
	background-image:url(info.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	text-align: left;
}
	
#footer {
	background: #fff;
	position:relative;
	top: 20px;
	width: 700px;
	height: 42px;
	float: left;
	text-align: left;
	border-top: 1px dotted #2F6397;
}

#menuitems {
	background: transparent;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 698px;
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
} 

#menuitems li {
	display: inline;
	list-style-type: none;
	padding: 0px;
}

#menuitems a {
	padding: 3px 15px;
	margin: 0px;
	background: #fff;
	color: #333;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ccc;
}

#menuitems a:hover {
	color: #333;
	background: #eee;
	text-decoration: none;
}

#menuitems a#current{
background: #eee; color: #000000; font-weight:bold;
}

.td{font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #000;}
