*{
	margin: 0;
	padding: 0;}

body{
	height: 100%;
	background: #424242;
	color: #fff;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	}

#wrap{
	background: url(../img/bg.gif) center center no-repeat;}

#logo{
	margin: 3px 0 25px 0;}
a #logo{
	border: 0;}

.bg_top{
	background: url(../img/bg_top.gif) center bottom no-repeat;
	margin: 0 0 14px 0;}

.bg_bot{
	background: url(../img/bg_bot.gif) center top no-repeat;
	margin: 14px 0 0 0;}

.imagecell{
	background: #000;}

.contentcell{
	padding: 20px 55px 0px 35px;
	background: #000;}




/* Bildtjofräset ------------- */
table.thumbs td{
	padding: 0 4px 4px 0;
}

img.big{
	border: solid 1px #777;}

a.thumb img{
	border: solid 1px;}

a.thumb img{
	border: solid 1px #000;}

a.thumb:hover img{
	border-color: #777;}



/* Text å sånt ----------- */
h1{
	color: #D10708;
	font-family: tahoma, trebuchet ms, arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	margin: 0 0 10px 0;
	}

h2{
	color: #d10708;
	font-family: tahoma, trebuchet ms, arial, sans-serif;
	font-size: 11px;
	margin: 0 0 10px 0;
	text-align: center;
	}

p{
	font-size: 11px;
	color: #d0d0d0;
	margin: 0 0 10px 0;}

a{
	color: #e12728;
	}
a:hover{
	color: #fff;
	}


/* MENYN ---------------- */

.abscontainer{
	position: relative;
	width: 1px;
	height: 1px;
}

#meny{
	font-size: 11px;
	position: absolute;
	z-index: 2;
	top: 22px;
	left: 0px;
	width: 380px;
	}

/* menyalternativen */
ul.meny{
	float:left;
	list-style:none;
}

ul.meny li{
	margin: 0 1px 0 0;
	float: left;
	height: 50px;
	background: url(../img/menu_bg_passive.gif) left bottom;}

ul.meny a{
	text-decoration: none;
	color: #868686;
	padding: 10px 14px 0 14px;
	display: block;
	height: 100%;
	float: left;}

ul.meny a:hover{
	color: #fff;
	}

#active{
	background: url(../img/menu_bg_hover.gif) left bottom;}

#active{
	background: url(../img/menu_bg_hover.gif) left bottom;}





#backbutton{
	position: absolute;
	margin: 7px 0 0 270px;
	z-index: 3;
	font-size: 10px;
}

#backbutton a, #backbutton a img{
	text-decoration: none;
	border: 0;}

