html, body {
	/*background-color: #ddd;*/
	background: #ecf2f6;
	color: #000;
	font: normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../../billeder/design/pattern.jpg);
	
}
em{
	background: none;	
}

#sidefane {
	position: absolute;
	top: 0px;
	border-top: 1px solid #000;
	margin: -1px 0 0 -51px;
	/* Sidefanen uden åbenthus sidefane.jpg 
	   Sidefane med åbenthus sidefane.png   */
	background: url(../../billeder/design/sidefane_v2.png) no-repeat;
	width: 50px;
	height: 800px;
}
#container {
	position: relative;
	background: #fff;
	border: 1px solid #000000;
	border-width: 0 1px 0 1px;
	border-width: 1px;
	width: 975px;
	padding: 0;
	margin: 0 auto 0px auto;
}


#logo {
	position: relative;
	top: 0;
	background: url("../../billeder/design/v2_logo_bg.jpg") no-repeat;
	width: 975px;
	height: 100px;
	border-bottom: 1px solid #000;
	z-index: 100;
}
	#logo img.snegl {
		position: relative;
		margin: 23px 10px -85px -150px;
		float: right;
		border: none;
	}
	
	
#top, #bottom {	
	background-color: #C91216;
	padding: 0;
	width: 975px;
}

#top {
	border-bottom: 1px solid #000;
	height: 36px;	
	position: relative;	
	top: 0;	
}
	#top ul {
		list-style: none;
		margin: 0 0 0 1em;
		padding: 3px 0 0 0;
	}
	#top li {
		display: inline;
		margin: 0 1.5em 0 0;
		border: 1px solid #900;
		padding: 3px;
	}
	#top li a {
		font-size: 1.3em !important;
	}
	#top li:hover {
		background: #FF5B53;
	}
	#top li a:hover {
		text-decoration: none;
	}
	#top img{
		padding: 0px;
		margin: 0px;
	}
#bottom {
	border-top: 1px solid #000;	
	clear: both;
	color: #fff;
	line-height: 16px; 
	height: 18px;
	margin: 0;
	position: relative !important;	
	text-align: center;
}
#bottom p a {
	color: #fff !important;
}
#bottom p a:hover {
	text-decoration: underline;
}

#left, #right {
	font-size: 70%;
	padding: 10px;
	position: relative; 
	text-align: left; 
	top: 0px;
	width: 180px;
	
}
	#right h2, #left h2 {
		color: #C91216;
		font-size: 1.3em !important;
		text-align: center;
		margin: 5px 0 10px 0;
		padding: 0;
		border: 1px solid #C91216;
		border-width: 2px 0 1px 0; 
	}
	#right h2 a, #left h2 a {
		color: #C91216;
		font-size: 1.0em !important;
	}
	#right h3, #left h3 {
		color: #000;
		font-size: 1.3em !important;
		text-align: center;
		margin: 5px 0 10px 0;
		padding: 0;
		border: 0; 
	}
	#right h3 a, #left h3 a {
		color: #000;
		font-size: 1.0em !important;
	}
	#right div.tilbud img {
		height: 180px;
		width: 180px;
	}	
#left {
	float: left;
	left: 0px;
}
	#left hr.thick {
		height: 2px;
	}
#right {	
	float: right;
	right: 0px;
}
	#right img {
		border: 1px solid #000;
		margin: 2px 0;
		width: auto !important;
	}
	#right p {
		font-size: 80%;
		text-align: left;
	}
	#right p.center {
		text-align: center;
	}
	#right a {
		font-size: 90%;
	}	
	#right p a {
		font-size: 110%;
	}
	#right hr {		
		background: #d1d1d1;
		border: 0px solid #d1d1d1;
		color: #d1d1d1;
		height: 1px;
		margin: 7px 0;
	}

#content {
	font-size: 80%;
	float: left;
	line-height: 16px;
	margin: 0;
	padding: 10px;
	position: relative;
	width: 550px;
	margin-top: 15px;
	margin-bottom: 15px;
	/*background: #EDF0FF;*/
	/*border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;*/
	background-color: #f8fbfe;
	text-align: left;
}
#content h1 {
	clear: both;
	margin: 10px 0;
}
#content h2{
	color: #900;
}


th.no-border, td.no-border, img.no-border {
	border: 0 !important;
}
#content p {
	margin: 0 0 10px 0;
}
#content a {
	font-size: 100%;
}
#content li {
	font-size: 95%;
}
#content img {
	float: none;
	margin: 0;
}
#content hr {
	clear: both !important;
}
#content img.left {
	/* clear: left; */
	float: left;
	margin: 0 6px 10px 0;
}
#content img.right {
	/* clear: right; */
	float: right;
	margin: 0 0 10px 6px;
}
#content img.left + img.left {
	margin-right: 0;
}
#content img.left + img.right {
	margin-left: 0;
}
#content td {
	border: 0;
	vertical-align: top !important; /* Løser problem med tabeller og billeder */
}

#content td p{
	font-size: 100%;
}

/*
 * Forms
 */
td label {
	font-size: 80%;
}
legend {
	font-size: 100%;
}
fieldset {
	margin-bottom: 8px;
	padding-bottom: 5px;
	
}
input.submit {
	color: #fff !important;
	background: #C91216 !important;
	width: auto !important;
}
input.submit:hover {
	color: #C91216 !important;
	background: #fff !important;		
}

/* 
 * Components 
 */
	#opening-hours table {
		font-size: 0.9em;
		margin: 0 auto 10px auto;
		width: 90%;
	}
	#opening-hours th {
		text-align: left;
		border-bottom: 1px solid #ddd;
	}
	
	/*#opening-hours td {
		text-align: right;
	}*/
	
	#opening-hours td tekst {
		text-align: left;
	}
	#opening-hours p {
		font-size: 0.9em;
		margin: 5px 0;
		text-align: left;
	}
	#opening-hours a {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

#links-component {}
	#links-component ul {
		list-style: none;
		margin: 0 0 1.5em;
		padding: 0;
	}
	#links-component li {
		margin: 1em 0;
		padding: 0;
	}
	#links-component a {
		font-size: 1.2em;
	}

#nyhedsbrev {
	/* background: #b9c596; */
	padding: 0;
	margin-bottom: 10px;
}
	#nyhedsbrev p {
		margin: 0;
	}
	#nyhedsbrev input {
		width: 160px;
	}
	#nyhedsbrev input.submit {
		margin-bottom: 5px;
	}
	
#webshop-component {
	background: #A60800;
	margin: 10px 0 15px;
	padding-bottom: 1px;
}
		#webshop-component a.banner {
			background: #CB090E;			
			display: block;
		}
		#webshop-component a.banner:hover {
			display: block;
			background: #A60800;
			background: #FF5B53;
			margin: 0;
		}
		#webshop-component a.banner img {
			border: none;
			margin-top: -5px;
		}		
		#webshop-component h2 {
			background: #fff;
		}
		#webshop-component h3 {
			border-top: 1px solid #fff;
			clear: both;
			margin: 0 0 -3px;
			padding: 5px 0 7px;
		}
		#webshop-component h3:hover {
			background: #C60A00;
			background: #FF5B53;
		}
		#webshop-component h3 a {
			color: #fff !important;			
		}
		#webshop-component div.tilbud a {
			border: 1px solid #ffffff !important;
			border-width: 1px 0 1px 0;
		}
		#webshop-component div.tilbud p {
			background: inherit !important;
			color: #fff;
			margin: 5px 5px 0px;
		}
		#webshop-component div.tilbud p a {
			background: #A60800 !important;
			border: none !important;
			color: #fff;
			display: inline;
			font-weight: normal;
			margin: 0;
		}
		#webshop-component div.tilbud p a:hover {
			text-decoration: underline;
		}		
		#webshop-component div.tilbud p span.pris {
			font-weight: bold;
		}
		
		#webshop-component div.tilbud a {
			background: #fff;
			border: 1px solid #000;
			clear: both;
			display: block; 
			margin: 3px 0;
			max-height: 150px; 
			overflow: hidden;  
		}
		#webshop-component div.tilbud a img {
			border: 0;
			display: block;
			margin: -4px 0 -4px 0px;
		}
		#webshop-component div.tilbud p {
			text-align: right;
		}
		/*
		* html #webshop-component div.tilbud a {
			height: 150px;
			width: 178px;
			margin: 7px 0 5px 0;
		}
		* html #webshop-component div.tilbud a img {
			border-top: 0;
		} */	


#benzin-konkurrence {
	margin: 0 0 1.5em;
}

#listpages {
	font-size: small;
	text-align: center;
}
/*
 * Nyheder på forsiden
 */
table.news h1 {
	font-size: 120%;
	margin: 0 0 0px !important;
}
table.news p {
	font-size: 90%;
	margin: 0 0 0.8em !important;
}
table.news p.date {
	font-style: italic;
}
table.news img {
	border: 1px solid #000;
	margin: 0 0 0.5em;
}
table.news a.readMore {
	position: relative;
	top: -3px;
}
#forhandler-tv {
	border: 1px solid #000;
}

.lille{
	font-size: 80%;	
}
