*{	margin: 0;
	padding: 0;}

/* Dölj menyn */
#nav{
	display: none;
	visibility: hidden;
}

body{
	background: #fff;
	font-size: 100%;
	font-family: georgia, tahoma, verdana, arial, helvetica, sans-serif;}

.abscontainer{

}

#logo{
	display: block;
	margin: 0 0 10px 20px;
	width: 220px;
	height: 69px;
	border: 0;}


#top_bg{
}

#page{
	width: 690px;
	/*margin: 0 auto 0 auto;*/}

#footer{
	border-top: solid 1px #000;
	width: 94%;
	padding: 10px 0 0 0;
	clear: both;
	margin: 0 auto;
	text-align: center;
}

#footer hr{
	display: none;
}


#content{
	clear: both;
	width: 666px;
	margin: 0 20px;
}


.alert{
	color: #c00;
}



/* Layoutelement */
.maincol_full{
	width: 100%;
	background: #F6F6E8;
	margin-top: 6px;
}

.maincol_l{
	width: 405px;
	float: left;
	background: #E9E6DD;
	margin-top: 6px;
}

.maincol_r{
	width: 250px;
	float: right;
	margin: 6px 0 0 0;
}

.paddingbox{
	padding: 8px;
}

.start_gradientbox{
	width: 100%;
	float: left;
	background: #E9E6DD url(../img/box_bg1.gif) left bottom repeat-x;
	margin-top: 6px;
}

img.startimg{
	border-right: solid 8px #fff;
	border-bottom: solid 8px #fff;
	margin-right: 35px;
	float: left;
}

img.acc{
	margin: 8px 0 0 18px;
}

img.thumb{
	border: solid 1px #d0d0c4;
	border-bottom: solid 2px #C0C0B4;
}

img.pdf_ico{
	margin: 8px 0 0 8px;
	border: 0;
	display: block;
}

/* Döda tabellnedärvningsproblem! */
table {
	font-size: 1em;
	border-spacing: 0;
	}
td{	font-size: .7em;
	vertical-align: top;}
td p{font-size: 1em;}
td li{font-size: 1em;}
td h3{
	font-size: 1em;
}

form{
	font-size: 1em;
}
input{
	font-size: 1em;
}
textarea{
	font-family: georgia, tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 1em;}






/* Standardtext ------------------------------------------------------- */

h1{
	font: bold .9em arial black, trebuchet ms, georgia, times, times new roman, verdana, arial, sans-serif;
	font-weight: normal;
	padding: 2px 0 2px 0;
	margin: 0 0 .3em 0;
	padding: .3em 0 0 0;
	color: #000;
	text-transform: uppercase;
	}

h2{
	font: bold 1.0em trebuchet ms, georgia, times, times new roman, verdana, arial, sans-serif;
	margin: 0 0 .3em 0;
	color: #000;
	text-transform: uppercase;
	}

	h2 a{
		color: #000;
		text-decoration: none;
	}
	h2 a:link, h2 a:visited{
		color: #000;
		text-decoration: none;
	}

	h2 a:hover{
		text-decoration: underline;
	}

h2.list{
	background: #8D3904;
	color: #fff;
	padding: 5px;
	border-bottom: solid 2px #000;
}

h3{
	font: bold .8em trebuchet ms, georgia, tahoma, verdana, arial, sans-serif;
	margin: .6em 0 .3em 0;
	}

h4{
	font: bold .7em tahoma, trebuchet ms, verdana, arial, sans-serif;
	margin: .6em 0 .3em 0;
	}

h5{
	font: bold .6em tahoma, trebuchet ms, verdana, arial, sans-serif;
	margin: .6em 0 .3em 0;
	}

p{	margin: 0 0 1.2em 0;
	font: .7em/1.4em georgia, tahoma, tahoma, verdana, helvetica, sans-serif;
	}

sup{ font-size: .7em;}



ul, ol{
	font-size: 1em;
	margin: 1em 0 1em 15px;
	padding-left: 3px;
}
ol{
	padding-left: 8px;
}

li{
	font-size: .7em;
	margin-bottom: .5em;
	line-height: 1.2em;
}

img {
	border: 0;
}


ul.custom{
 list-style-image: url(../img/ulbullet.gif);
}


/* Länkar */
a:link, a:visited{	color: #933C05;}
a:hover{ color: #777;}

/* Speciallänkar ----------- */
a.arrow {
	padding: 0 14px 0 0px;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../img/a_arrow.gif) no-repeat 99% 3px;
	text-decoration: none;}
a.arrow:hover {
	text-decoration: underline;
	/* offseta bakgrundsbilden vid hover */
	/*background-position: 99% -47px;*/}

/* ---------------------------- */



/* Horizontal ruler */
.hr{
	clear: both;
	height: 1px;
	margin: 5px 0 10px 0;
	display: block;
	width: 100%;
	background: url(../img/hr.gif) repeat-x;
	}
	.hr hr, .hr br{
	display: none;
	visibility: hidden;}

.form td {
	padding: 2px;
	vertical-align: bottom;
}

option {
	padding: 0 20px 0 5px;
	text-align: left;
}


