*{
	margin: 0;
	padding: 0;
}

body{
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	background: url(../img/bg_body.gif) repeat-y;
}


#nav{
	/* ID:t återkommer även i menu.css */
	position: absolute;
	top: 50px;
	left: 35px;
	width: 685px;
}

#bgtop{
	background: url(../img/bg_top.gif) repeat-x;
	width: 100%;
	height: 170px;
}

img#logo{
	position: absolute;
	top: 19px;
	left: 199px;
}

img#bocker{
	position: absolute;
	left: 1px;
}

#adress{
	position: absolute;
	top: 113px;
	left: 158px;
	color: #fff;
	font-size: 13px;
}
#adress a{
	font-size: 12px;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
#adress a:hover{
	color: #fff;
	text-decoration: underline;
}

#page{
	position: absolute;
	clear: both;
	width: 660px;
	top: 185px;
	left: 160px;
}

.companyinfo{
	background: #f5f5f5;
	border: solid 1px #d8d8d8;
	padding: 10px;
	margin: 10px 0;
}

.fileman{
	background: #f5f5f5;
	border: solid 1px #d8d8d8;
	padding: 10px;
	margin: 10px 0;
}


.alert{
	color: #d00;
}

a img{
	border: 0;
}

/* TEXTFORMATERINGAR -------------------------------------------------- */
h1{
	font-family: Tahoma, Trebuchet MS, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	color: #000;
	margin: 6px 0 8px 0;}

	h1 a, h2 a{
		color: #000;
		text-decoration: none;
	}

	h1 a:hover, h2 a:hover {
		text-decoration: underline;
	}

	h1 a:visited, h2 a:visited {
		color: #000;
	}

h2{
	font-family: Arial, Tahoma, Trebuchet MS, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	margin: 0 0 4px 0;}

h3{
	font-family: Tahoma, Trebuchet MS, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin: 0 0 7px 0;
	padding-top: 8px;}

h4{
	font-family: Trebuchet MS, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0px;
	color: #000;
	margin: 0 0 .3em 0;
	}

h5{
	font-family: Tahoma, Trebuchet MS, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: .7em;
	color: #000;
	margin: 0 0 .3em 0;
	}


p{
	font: 11px/15px verdana, tahoma, helvetica, sans-serif;
	margin: 0 0 1.0em 0;
	}


a{
	color: #B1A225;
}

a:visited{
	color: #888;
}

a:hover{
	color: #000;
}


/* Speciallänkar ----------- */

a.back {
	padding: 0 0 0 16px;
	background: url(a_back.gif) no-repeat 1px 3px;}
a.back:hover {
	/* offseta bakgrundsbilden vid hover */
	background-position: 0px -47px;}

a.arrow {
	padding: 0 0 0 12px;
	background: url(a_arrow.gif) no-repeat 0 4px;}
a.arrow:visited {
	/* offseta bakgrundsbilden vid hover */
	background-position: 0 -96px;}
a.arrow:hover {
	/* offseta bakgrundsbilden vid hover */
	background-position: 0 -46px;}

a.button{
	color: #333;
	text-decoration: none;
	background: #ececec;
	padding: 5px 10px;
	border: solid 1px #f8f8f8;
	border-bottom: solid 2px #ddd;
	margin: 5px 0 2px 0;}

a.button:hover{
	color: #000;
	background: #ffd825;
	border: solid 1px #ffd825;
	border-bottom: solid 2px #e5ca00;}

/* ---------------------------- */






input, select, textarea{
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 11px;
}

option{
	padding: 0 5px;
}


div.bildbeskr{
	background: url(storbild_skugga.gif) no-repeat;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;}

.hr{
	clear: both;
	background: #ddd url(hr.gif) repeat-x;
	height: 1px;
	margin: 15px 0 10px 0;
	display: block;
	width: 100%;
	overflow: hidden;
	}

.vr{
	background: url('vr.gif') repeat-y;
	}


.col_2 .hr{
	background: #ddd url(hr2.gif) repeat-x;
	height: 9px;
	margin: 15px 0 10px 0;
	}

	.hr hr{
	display: none;
	visibility: hidden;}

	.hr b{
	display: none;
	visibility: hidden;}

.hidden{display: none;}

.filmbox{
	clear: both;
}

.filmbox h2{
	font-size: 18px;
}

.filmbox img{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.smalltext{
	font-family: verdana, trebuchet ms, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;}


/* Tabeller och relaterat tjofräs */
table{
	width: 100%;
	border-collapse: collapse;
}

th, td{
	text-align: left;
	height: 20px;
}

th.right, td.right{
	text-align: right;
}

tr.odd{
	border-top: solid 1px #f1f0ec;
	background: #F8F7F4;}

tr.even{
	border-top: solid 1px #f8f8f5;
	background: #FCFBFA;}




/* Kommentarer på artiklarna */
div.comment_odd, div.comment_even, div.comment_new{
	border-top: solid 1px #f0f0ea;
	margin: 4px 0 8px 0;
	padding: 7px 12px;}

div.comment_odd{
	border-bottom: solid 1px #f5f4f0;
	background: #F8F7F4;}

div.comment_even{
	border-bottom: solid 1px #f8f8f5;
	background: #FCFBFA;}

div.comment_new{
	border-bottom: solid 1px #f8f8f5;
	background: #F6D594;}


/* Kommenteringsrutan */
div.leave_comment{
	background: #f8f7f4;
	border: solid 1px #f0f0ea;
	padding: 12px;
}


ul{
	margin: 1em 0 1em 15px;
	/* Leftmargin = För IE6 */
	padding-left: 5px; /* För riktiga webbläsare */
}

ol{
	margin: 1em 0 1em 15px;
	/* Leftmargin = För IE6 */
	padding-left: 7px; /* För riktiga webbläsare */
}

li{
	margin-bottom: 2px;
	line-height: 14px;}


/* Fillistan */
ul.files{
	background: #eee;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0;
}

ul.files li{
	background: #fbfbfb;
	line-height: 19px;
	width: 100%;
	text-indent: 25px;
}

ul.files li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}

ul.files li a:hover{
	background-color: #D5D5D5;

	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

ul.files li a.pdf{
	background-image: url(../img/icons/pdf.gif);
	background-repeat: no-repeat;
}

ul.files li a.pic{
	background-image: url(../img/icons/pic.gif);
	background-repeat: no-repeat;
}

ul.files li a.excel{
	background-image: url(../img/icons/excel.gif);
	background-repeat: no-repeat;
	background-position: 1px 0;
}

ul.files li a.text{
	background-image: url(../img/icons/text.gif);
	background-repeat: no-repeat;
	background-position: 1px 0;
}

ul.files li a.unknown{
	background-image: url(../img/icons/unknown.gif);
	background-repeat: no-repeat;
}

