a:link 
{
	color: #000000; /*Svart*/
	text-decoration: none;
}

a:visited 
{
	color: #000000; /*Svart*/
	text-decoration: none;
}

a:hover 
{
	color: #000000; /*Svart*/
	text-decoration: underline;
}

/*Styling vertikal menyn*/
ul#meny
{
	font-family: Trebuchet MS, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
	list-style-type: none;
	text-align: left;
	float: left;
	width: 180px;
	padding: 20px 0px 30px 10px;
	margin: 0;
}

ul#meny a
{
	display: block;
	text-decoration: none;
	color: #000000; /*Svart*/
	padding: .5em 1.5em;
}

ul#meny a:hover
{
	text-decoration: underline;
	background-color: #ececc8; /**/
}

ul#meny li
{
	display: inline;
}
/*slut styling vertikal menyn*/


body
{
	margin: 5px auto;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #a4a546; /*Grön*/
}

h1
{
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	color: #a4a546; /*Grön*/
	padding: 20px 0px 0px 200px;
	margin: 0;
}

p
{
	font-size: 10pt;
	line-height: 170%;
	text-align: left;
	padding: 20px 110px 30px 200px;
	margin: 0;
}

table
{
	font-size: 10pt;
	text-align: left;
}

td
{
	font-size: 9pt;
	padding: 5px
}

img
{
	border: 0px solid #000000; /**/
	margin: 0px;
	padding: 0px;
}

#container
{
	width: 760px;
	height: auto;
	margin: 0 auto;
	border: 0px solid #cccccc; /**/
	background-color: #fcfcea; /**/
}

#head
{
	width: 760px;
	height: 150px;
}

#main
{
	width: 760px;
	float: left;
	border-bottom: 2px dotted #dddddd; /**/
	background-color: #fcfcea; /**/
	background-image: url(../bilder/bg_main.gif);
	background-repeat: no-repeat;
	padding: 30px 0;
}

#bottom
{
	width: 760px;
	float: left;
	background-color: #fcfcea; /**/
	font-size: 0.7em;
	text-align: center;
	color: #666666;
	padding: 20px 0;
}

#bildbox
{
	width: 200px;
	height: 150px;
	font-size: 0.7em;
	line-height: 130%;
	text-align: center;
	border: 0px solid #dddddd; /**/
	float: right;
	margin: 40px 40px 25px 25px;
}

#img_bottommargin
{
	border: 0px solid #000000; /**/
	margin-bottom: 15px;
	float: none;
}

#img_container
{
	width: 400px;
	float: left;
	font-size: 0.8em;
	line-height: 170%;
	text-align: left;
}

.tabletext
{
	font-size: 0.8em;
	line-height: 170%;
	text-align: left;
}

.overstruken
{
	text-decoration: line-through;
}

.margin-left
{
	margin-left: 200px
}

.tabell_bakgrund
{
	background-color: #ececc8; /*Ljusgrön*/
}

.banner
{
	margin-right: 20px;
	border: 0px solid #a4a546; /**/
}
