body {
	margin:0;
	line-height:26px;
	text-align:center;
	background-color:black;
	background-image:url('../bilder/layout/mainbg.gif');
	background-repeat:no-repeat;
	background-position:top center;
}
div.main {
	margin:0 auto;
	width:614px;
	text-align:left;
	font-family:verdana,arial,tahoma,sans-serif;
	font-size:8pt;
	line-height:12pt;
}
div.top {
	width:100%;
	height:194px;
	background-image:url('../bilder/layout/top.gif');
	background-repeat:no-repeat;
}
div.middle {
	width:100%;
	padding-top:30px;
	padding-bottom:70px;
	background-color:white;
	background-image:url('../bilder/layout/textbg.gif');
	background-repeat:no-repeat;
	background-position:top right;
}
div.bottom {
	width:100%;
	height:74px;
	background-color:white;
	background-image:url('../bilder/layout/corner.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
}
div.copyright {
	text-align:right;
	font-size:7pt;
	color:#404040;
	margin-bottom:200px;
	padding-top:10px;
}
div.login {
	width:300px;
	height:200px;
	margin-left:-150px;
	margin-top:-100px;
	border:1px dashed white;
}
#meny {
	margin:0;
	margin-left:30px;
	padding:0px;
	list-style:none;
	width:100px;
	display:inline;
	float:left;
}
	#meny li {
		background-image:url('../bilder/layout/meny/dot.gif');
		background-repeat:no-repeat;
		padding-left:20px;
		line-height:25px;
		background-position:0% 3px;
	}
		#meny li a {
			font-family:verdana,arial,tahoma,sans-serif;
			font-size:8pt;
			color:#666666;
			text-decoration:none;
		}
	#meny li:hover, #meny li.sfhover{
		background-image:url('../bilder/layout/meny/doton.gif');
		color:#772222;
	}
		#meny ul {
			list-style:none;
			font-size:7pt;
			margin:0;
			padding:0;			
		}
			#meny ul li{
				background:none;
				line-height:20px;
				padding-left:15px;
			}
			#meny ul li a{
				font-size:7pt;
			}
			#meny ul li a:hover{
				color:#000000;
			}
			#meny ul li:hover, #meny ul li.sfhover{
				background:none;
			}
	

div.text {
	width:415px;
	margin-left:150px;
	padding-top:3px;
}
h1 {
	font-size:13pt;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0;
	color:#881111;
}
h2 {
	font-size:8pt;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:10px;
	color:#881111;
}
textarea {
	width:90%;
	height:90%;
}
table.team {
	border-top:1px black solid;
	border-bottom:1px black solid;
	width:100%;
}
	table.team td {
		border-bottom:1px #cfcfcf solid;
		padding-bottom:3px;
		padding-top:3px;
	}
	table.team td.bottom {
		border:none;
	}
