/*::::::::::::::::::::::::::::::::::::::::::::::::::START HML STYLES*/

body {
	background-color: #FFFFFF;
	background-image: url(bilder/gfx/tonerbg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
	height: auto;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

p {
	text-align: justify;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
h1, h2, h3 ,h4 ,h5, h6, a {
	color: #0099FF;
}
h1 {
	font-size: 16px;
	text-align: left;
}
h2 {
	font-size: 14px;
	text-align: left;
}
h3 {
	font-size: 12px;
	text-align: left;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 10px;
	font-style:italic;
}
h6 {
	font-size: 10px;
	font-style:italic;
	font-weight:normal;
}

hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #e2e2e2;
}
table {
	margin: 0px;
	width: 100%;
	font-size: 10px;
}
th {
	margin: 0px;
	padding: 3px;
	border: 1px solid #666666;
	background-color: #e2e2e2;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::END HML STYLES*/

/*::::::::::::::::::::::::::::::::::::::::::::::::::START MASTER CONTENT CONTAINERS*/

#mastercontainer {
	background-image: url(bilder/gfx/bg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 780px;
	float: left;
	clear: left;
	margin: -2px 0px 0px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::END MASTER CONTENT CONTAINERS*/

/*::::::::::::::::::::::::::::::::::::::::::::::::::START HEADER STYLES*/

#masterheadcontainer {
	background-image: url(bilder/gfx/bg_long.gif);
	background-repeat: no-repeat;
	height: 198px;
	width: 780px;
	float: left;
	margin: 0px;
}
#header {
	background-image: url(bilder/gfx/logga.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 780px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::: START MENU SYLES*/

#menu {
	width: 760px;
	height: 30px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(bilder/gfx/menu/menu_bar.gif);
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
}

#menu li {
	list-style-type: none;
	float: left;
	background-image: url(bilder/gfx/menu/menu_space.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 10px;
	float: left;
}
#menu a:hover {
	background-image: url(bilder/gfx/menu/menu_bar_hover.gif);
	background-repeat: repeat-x;
	height: auto;
	width: auto;
	margin: 0px;
	background-position: left top;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::: END MENU SYLES*/

/*:::::::::::::::::::::::::::::::::::::::::::::::::: START CONTENT CONTAINERS*/

#content {
	width: 760px;
	background-color: #FFFFFF;
	background-image: url(bilder/gfx/contentbg.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-top: 7px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::START MAINCONTENT*/
#maincontent {
	float: left;
	width: 470px;
	margin-top: 20px;
	margin-bottom: 15px;
	clear: left;
	vertical-align: top;
	margin-right: 15px;
	margin-left: 15px;
}
td {
	margin: 0px;
	padding: 3px;
	border: 1px solid #666666;
}
#maincontent img {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::END MAINCONTENT*/

/*::::::::::::::::::::::::::::::::::::::::::::::::::START SUBCONTENT*/

#subcontent {
	height: auto;
	width: 190px;
	background-color: #EAEAEA;
	background-image: url(bilder/gfx/sidebarbg.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 15px;
	border: 1px solid #cccccc;
	padding: 10px 7px;
	margin-right: 15px;
	float: right;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::END SUBCONTENT*/

/*::::::::::::::::::::::::::::::::::::::::::::::::::START FOOTER*/
#footer {
	background-image: url(bilder/gfx/footer.gif);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	height: 50px;
	width: 780px;
	margin-top: 10px;
}
#footer p {
	margin-top: 17px;
	color: #0099FF;
	font-size: 10px;
	text-align: center;
	
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::END FOOTER*/
#arr
{
	background-image: url(bilder/gfx/arr.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 98%;
	float: left;
	margin: 0px;
	padding: 0px;
}

