body
{
	background-color: #FFFFFF;
	height: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}
#wrap
{
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: solid;
	border-width: 1px;
	border-color: #000000;
}
#texttop
{
	width: 		900px;
	position: 	relative;
	height:		15px;
	text-align: right;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
}
#top
{
	width: 		100%;
	position: 	relative;
	height:		221px;
	background-image: url('topindex.jpg');
}
#meny
{
	width: 		100%;
	position: 	relative;
	height:		26px;
	background-image: url('image/meny_bg.jpg');
	background-repeat: repeat-x;
	padding-top: 3px;
	color: #ffffff;
	text-align: left;
}
#meny A
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	text-decoration: none;
}
#bodyleft
{
	width: 200px;
	height: 100%;
	padding: 10px;
	float: left;
	text-align: left;
}
#bodyright
{
	width: 650px;
	height: 100%;
	padding: 10px;
	float: left;
	text-align: left;
}
.brod
{
	font-size: 8pt;
}

/*================================| Länkar |==================================*/
A, A:ACTIVE, A:FOCUS, A:LINK {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : medium;
	line-height : 16px;
	color : #000000;

}
A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : medium;
	line-height : 16px;
	color : #000000;
	
}

A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight :medium;
	line-height : 16px;
	color : #000000;
	text decoration: underline;
}
/*==============================| Tabeller |=====================================*/
.streck
{
	border-bottom: dashed;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	font-size: 12px;
}