/* CSS Document */
body  {
	font-family: arial;
	font-size: 12px;
}
a {
	color: #2577b3;
	text-decoration: none;
}
table {
	height: auto;
	width: 100%;
	font-size: 12px;
}
td {
	vertical-align: top;
}

/* div settings */
#wrapper {
	float: left;
	height: auto;
	width: 790px;
}
#sponsors {
	float: left;
	margin-left: 10px;
}
#header {
	height: 60px;	
	width: 100%-20px;
	padding-left: 20px;
	background-image: url(images/page/header.jpg);
	background-repeat: no-repeat;
}
#menu {
	height: 31px;
	width: 100%-30px;
	padding-left: 30px;
	padding-top: 4px;
	background-image: url(images/page/menu.jpg);
	background-repeat: no-repeat;
}
#content {
	height: 400px;
	width: 100%;
	padding-top: 5px;
	background-image: url(images/page/background.jpg);
	background-repeat: repeat-x;
}
#maincontent {
	height: auto;
	width: 565px;
	margin-left: 20px;
	float: left;
}
#subcontent {
	height: auto;
	width: 175px;
	margin-left: 10px;
	margin-right: 20px;
	float: right;
}
#puff {
	heigth: auto;
	width: 175px;
	margin-bottom: 10px;
}
#puffheader {
	height: 18px;
	witdh: 100%-5px;
	padding-top: 2px;
	padding-left: 5px;
	background-image: url(images/page/puffheaderblue.png);
}
#puffbody {
	height: auto;
	width: 100%-10px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(images/page/puffbodyblue.png);
	background-repeat: no-repeat;
}
#textheader {
	height: auto;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 2px;
}
#textbody {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
#copywrite {
	height: auto;
	width: 100%;
	text-align: right;
}
#underline {
	border-bottom: 1px solid #cccccc;
}
#tavlingsstaden {
	width: 175px;
	border: 0px;
}

/* Class settings */
.menu {
	font-family: times;
	font-size: 18px;
	color: #555555;
	text-decoration: none;
}
.header {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #004284;
}
.header2 {
	font-family: verdana;
	font-weight: bold;
	color: #004284;
}
.body {
	text-align: justify;
}
.puffheader {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.notavailable {
	color: #cccccc;
}
.notification {
	color: #228b22;
	font-weight: bold;
}
.warning {
	color: #bb2222;
	font-weight: bold;
}
.copywrite {
	font-size: 10px;
	color: #555555;
}
.sponsor {
	border: 0px;
	width: 155px;
}
.imagetext {
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	color: #004284;
}

