html {
	height:100%;
}

body {
	text-align:left;
	background-color:#0b0b0b;
	background-image:url(pics/css/bakgrund.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	/*color:#444;*/
	height:auto;
}

#main {
	width:820px;
	height:100%;
	margin:0px auto;
	padding:0px;
	min-height:580px;
}

#header {
	background-image:url(pics/css/header2.png);
	background-repeat:no-repeat;
	width:820px;
	height:170px;
	text-align:center;
	vertical-align:bottom;
	position:relative;
	font-size:10px;
}

#header .menu{
	position:absolute;
	top:130px;
	left:1px;
	right:1px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	color:#000;
	font-weight:bold;
	width:100%;
}

#header a{
	color:#f7d816;
	text-decoration:none;
}

#header a:hover{
	color:#000;
	text-decoration:none;
}

#page {
	width:770px;
	background-image:url(pics/css/page.png);
	background-repeat:repeat-y;
	min-height:500px;
	padding:1px 25px 10px 25px;
	top:0px;
	position:relative;
}

#bottom {
	background-image:url(pics/css/bottom.png);
	background-repeat:no-repeat;
	height:70px;
	width:820px;
	margin-left:auto;
	margin-right:auto;
	bottom:0px;
	font-size:10px;
}

#bottom .info {
	height:70px;
	vertical-align:middle;
	text-align:center;
	color:#000;
	font-weight:bold;
}

#bottom .bottom {
	height:100px;
	position:absolute;
	right:15px;
}

#bottom img {
	border:none;
	width:88px;
	height:31px;
}

.pagebox {

}

.link1 {
	color:#c90;
	text-decoration:none;
	border-bottom: dotted 1px #c90;
	font-weight:bold;	
}

.link {
	color:#c90;
	text-decoration:none;
	border-bottom: dotted 1px #c90;
}

#kontakt input {
	width:300px;
}

#kontakt textarea {
	width:300px;
	height:150px;
}

#left {
	float:left;
}

#right {
	float:right;
}

#news {
	width:500px;
	margin-left:5px;
	padding:8px 0px 10px 5px;
	font-size:12px;
	border-left:solid 1px #d7d7d7;
	border-bottom:solid 1px #d7d7d7;
	color:#363636;
}

#news .rubrik {
	font-weight:bold;
	font-size:14px;
}

#news .datum {
	font-size:9px;
	color:#363636;
}

#home .tavlingar {
	float:right;
	margin-right:5px;
	width:230px;
	padding:8px 5px 10px 5px;
	border-left:1px solid #d7d7d7;
}

img {
	border:none;
}

#gallery img{
	border:#999 solid 1px;
}

#subtitle {
	font-size:8px;
}

#img_table {
	display:table;
}

.img_row {
	display:table-row;
}

.img_row div {
	display:table-cell;
	padding:5px;
}

/* ##### hfrc.nu/admin ##### */

#admin a {
	font-weight:bold;
	text-decoration:none;
	color:#c90;
}
#admin a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

.rowhead {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}
#td {
  font-size: 8pt;
  border: solid #a2a2a2 1px;
}
#table {
  border-collapse: collapse;
  border: none;
  background-color: #ffffff; 

}
.btn {
  width: 75px;
  height: 23px;
}


.table {
	display:table;
}

.row {
	display:table-row;
}

.cell {
	display:table-cell;
}

.text-center {
	text-align:center;
}
