h2
{
	margin-bottom:40px;
	text-align:center;
}

#topbar
{
	background:#2d2d2d;
	height:29px;
	border:1px solid black;
	cursor:pointer;
	line-height:27px;
	padding:0 9px;
	font-weight:bold;
	min-width:1200px;
	text-align:left;
}

#topbar li
{
	list-style-type:none;
	padding-right:20px;
	display:inline;
	font-size:13px;
	font-weight:bold;
}

#topbar a
{
	color:#bbb;
	text-decoration:none;
}

#topbar a:hover
{
	color:white;
}

nav
{
	float:left;
	padding-left:20px;
	margin-top:20px;
	padding-right:60px;
}

nav a
{
	text-decoration:none;
	font-weight:normal;
	color:black;
}

nav h3
{
	color:#DD4B39;
}

.pris
{
	font-size:16px;
	font-weight:bold;
	display:inline;
}

.knapp
{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
	background:#DD4B39;
	//height:20px;
	padding:3px;
	display:inline;
	font-weight:bold;
	color:white;
}

.knapp:hover
{

	-moz-box-shadow: -1px -2px 5px #888;
	-webkit-box-shadow: -1px -2px 5px #888;
	box-shadow: -1px -2px 5px #888;	
	//background: -webkit-linear-gradient(left, #DD4B39, #CC43A28);
	//background: -webkit-gradient(linear, left top, right top, from(#DD4B39), to(#CC43A28));
	//background: -moz-linear-gradient(left, #DD4B39, #CC43A28);
	//background: -ms-linear-gradient(left, #DD4B39, #CC43A28);
	//background: -o-linear-gradient(left, #DD4B39, #CC43A28);
	
}

.knapp a
{
	font-weight:bold;
	color:white;
	text-decoration:none;
}

hr
{
	margin-top:5px;
	margin-bottom:5px;
}

aside
{
	float:left;
}

#content
{
	margin-top:20px;
}

header
{
	height:71px;
	background: #F4F4F4;
	background: -webkit-gradient(linear, left top, right top, from(#F2F2F2), to(#F1F1F1));
	background: -webkit-linear-gradient(left, #F4F4F4, #EAEAEA);
	background: -moz-linear-gradient(left, #F4F4F4, #EAEAEA);
	background: -ms-linear-gradient(left, #F4F4F4, #EAEAEA);
	background: -o-linear-gradient(left, #F4F4F4, #EAEAEA);
	
	border-bottom: 1px solid #666;
	border-color: #E5E5E5;
	color:#222;

	padding-bottom:5px;
	margin-bottom:50px;
	min-width:1200px;
	
}

header #slogan
{

	float:left;
	margin-left:40px;
	margin-top:20px;
	font-size:25px;
	font-style:italic
}

#handlekurv
{
	//float:right;
	position:absolute;
	left:950px;
	margin-right:105px;
	border:1px dotted black;
	height:30px;
	width:240px;
	margin-top:30px;
	padding:5px;
}

#handlekurv img
{
	float:left;
	padding:3px;
	margin-left:5px;
	margin-right:20px;
	vertical-align:middle;
}

#header-image
{
	float:left;
	margin-right:20px;
	margin-top:10px;
	height:60px;
	margin-left:30px;
}

#kasse img
{
	height:40px;
	float:left;
	margin-right:20px;
}

#kasse td
{
	background:white;
}

.aktivitet td, .aktivitet th
{
	border:1px dotted black;
	background:white;

}

.aktivitet table
{
	margin:0;
}

#minform
{

}

#minform th
{

}

#minform td
{
	padding:10px;
	border:1px dotted black;
	text-align:center;
	width:50%;
}

#minform form
{
	padding-left:20px;
	display:inline;
}

#minform span
{
	font-weight:normal;
}

footer
{
	text-align:center;
	clear:both;
	padding:10px;
}

footer a
{
	text-decoration:none;
}


#omgfit hr
{
	margin-bottom:30px;
}

#omgfit img
{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	height:100px;
	max-width:150px;
}

#fasiliteter hr
{
	margin-top:20px;
	margin-bottom:20px;
}

#fasiliteter img
{
	margin-bottom:20px;
	height:120px;
	max-width:190px;	
	float:left;
	margin-right:10px;
}

.produkt
{
	height:200px;
}

.produkt p
{
	height:100px;
}

.year
{
	font-weight:bold;
	font-size:16px;
	font-style:italic;
}

.day
{
	margin-left:20px;
}



#forside img
{
	max-width:100px;
	float:left;
}


#forside .item
{
	height:200px;
	position:relative;
	margin-bottom:20px;
}

#forside .item .lesmer
{
	position:absolute;
	bottom:5px;
}

