html {
	height:1000px;
	}
body {
	margin:0px;
	padding:0px;
	height:1000px;
	background:#cccccc url(/grafik/bg.gif) top center repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
}

#main {
	position:relative;
	width:700px;
	margin:0px auto;
	border-left:5px solid #cc0000;
	border-right:5px solid #cc0000;
	background-color:#eeeeee;
	clear:left;
}

#huvud {
	position:relative;
	width:700px;
	height:75px;
	clear:left;
}

#fot {
	position:relative;
	text-align:center;
	width:700px;
	clear:left;
}

#meny {
	position:relative;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	padding-left:15px;
	background:#dddddd url('/grafik/bakgrund-meny.gif');
	clear:left;
}
#meny a {
	line-height:19px;
	font-weight:bold;
	text-decoration:none;
	color: #333333;
	padding-left:10px;
	padding-right:10px;
}

#sida {
	position:relative;
	width:650px;
	height:auto;
	padding:25px 0px 0px 25px;
	clear:left;
}

#sida a {
	color: #000000;
}

#sida a:hover {
	color: #333333;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
}



.brodtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}
.brodtext a:link {
	text-decoration: underline;
	color: #0000ff;
}
.brodtext a:visited {
	text-decoration: underline;
	color: #0000ff;
}
.brodtext a:active {
	text-decoration: underline;
	color: #0000ff;
}
.brodtext a:hover {
	text-decoration: underline;
	hover: #0000ff;
}

.sidrubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #ffffff;
}

.fot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #e5ecef;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	height: 18px;
	border-color: #999999;
	border-width:
	1px; color: #000000;
}