﻿/* general */
body
{
	background: transparent url(/images/gasbilen/bg-start.gif) top left repeat-x;
	margin: 0 auto;
	width: 900px;
	font-family: arial, helvetica;
	font-size: 12px;
}

h1
{
	font-size: 16px;
}
th
{
	text-align: left;
}
th.spacer
{
	width: 20px;
}
a
{
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: none;
}

#header
{
	width: 100%;
	height: 119px;
	
	border-bottom: 2px solid white;
}
#headerlogo
{
	width: 480px;
	float: left;
}
#headerright
{
	float: left;
}

img
{
	margin: 0;
	border: none;
}


/* navigation menu */

.navcontainer
{
	margin-top: 0px;
	padding-top: 0px;
	/*border-top: 1px solid #2D527E;*/
	border-bottom: 1px solid #2D527E; 
	width: 100%;
	height: 41px;
	background: transparent url(/images/gasbilen/menubg.gif) top left repeat-x;
}
.navcontainer ul
{
	display: inline;
}
.navcontainer ul li
{
	display: inline;
}
.navcontainer ul li a
{
	font-family: helvetica;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.5px;
	float: left;
	text-decoration: none;
	line-height: 41px;
	margin: 0;
	padding: 0px 20px 0px 20px;
	background: transparent url(/images/gasbilen/menudivider.gif) center right no-repeat;
	color: #f0f0f0;
}
.navcontainer ul li a:hover, ul li a.active
{
	margin-left: -1px;
	padding-left: 21px;
	padding-right: 19px;
	margin-right: 1px;
	/*background: transparent url(/images/gasbilen/menuhoverbg.gif) top left no-repeat; */
	background-color: #78A2D8;
}

.submenu
{
	height: 21px;
	background: transparent url(/images/gasbilen/submenubg.gif) top left repeat-x;
	border-top: none;
}
.submenu ul li a
{
	font-size: 11px;
	line-height: 21px;
}

.startnavcontainer
{
	margin: 10px;
	font-family: helvetica;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.startnavcontainer ul
{
	display: inline;
	float:left;
	width: 133px;
	margin: 0;
	padding: 0;
}

.startnavcontainer ul.left
{
    margin: 0 10px 0 0;
}
.startnavcontainer ul.right
{
}

.startnavcontainer ul li
{
	display: inline;
}
.startnavcontainer ul li a
{
	float: left;
	text-decoration: none;
	margin: 0;
	color: #f0f0f0;
	clear:both;
	white-space: nowrap;
}

.col1 #greenbox, .col2 #redbox, .col3 #bluebox {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 296px;
	height: 261px;
}

#green, #red, #blue
{
	color: white;
	visibility: hidden;
	width: 100%;
	height: 90px;
	border-top: 2px solid white;
	background-color: #519643;
	margin-top: -92px;
}

#green a, #red a, #blue a {
	color: white;
}

#red
{
	background-color: #519643;
}

#blue
{
	background-color: #519643;
}

/* menu on content page */

#contentmenucontainer
{
	float: left;
	width: 100%;
}
.contentmenuactive
{
	height: 80px;
	background-color: #A1BFE8;
	margin-bottom: 1px;
	padding-left: 5px;
}
.contentmenu
{
	height: 80px;
	background-color: #E6F1F9;
	margin-bottom: 1px;
	padding-left: 5px;
}
.contentmenu a, .contentmenuactive a
{
	text-decoration: none;
}
.contentmenu:hover, .active
{
	background-color: #A1BFE8;
}
.contentmenu h1, .contentmenuactive h1
{
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 7px;
	font-size: 100%;
	vertical-align: middle;
}
.contentmenu img, .contentmenuactive img
{
	width: 70px;
	height: 70px;
	float: left;
	margin: 5px 5px 5px 0px;
}

.thumbnail-empty {
	width: 70px;
	height: 70px;
	float: left;
	margin: 5px 5px 5px 0px;
}

/* column layout */

#container
{
	float: left;
	padding-bottom: 1px;
	background-color: #fff;
}
#inner
{
	float: left;
	width: 100%;
	overflow: hidden;
}
#inner .col1, #inner .col2, #inner .col3, #inner .wide
{
	float: left;
	width: 260px;
	margin-right: 5px;
	padding: 0px;
/*
	margin-bottom: -1000px;
	padding-bottom: 1000px;
*/
}
#inner .col2
{
	width: 440px;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
}
#inner .col3
{
	width: 145px;
	margin-right: 0px;
	margin-top: 25px;
}
#inner .wide
{
	width: 695px;
	margin-right: 30px;
	padding-left: 30px;
	margin-top: 25px;
}
.clear
{
	clear: both;
	padding-top: 10px;
	text-align: center;
}

#inner-start
{
	float: left;
	overflow: hidden;
	/* width: 900px; */
}
#inner-start .col1, #inner-start .col2, #inner-start .col3
{
	float: left;
	width: 296px;
	padding-left: 2px;
/*
	margin-bottom: -1000px;
	padding-bottom: 1000px;
*/
}
#inner-start .col2
{
	width: 296px;
}
#inner-start .col3
{
	width: 296px;
	margin-right: 2px;
}

/* faq */

.faq
{
	font-weight: bold;
}
.answer
{
}

.contentspace {
	margin: 25px;
}
#tankstallen
{
	clear: both;
	
}

#GasbilenTankstalleInfo 
{
    margin: 0 0 30px 0;
}

#GasbilenTankstalleInfo td
{
    padding: 0 30px 5px 0;    
}

#GasbilenMapFilter
{
    width: 780px;
    margin: 0 0 15px 0;
    background-color: #f5f5f5;
    float:left;
}

#GasbilenMapFilterInner
{
    margin: 15px;
}

#GasbilenMapFilter .Group
{
    float:left;
    width: 240px;
    height: 260px;
    overflow: auto;
    position: relative;
}
#GasbilenMapFilter #Stader,
#GasbilenMapFilter #Stallen
{
    margin-left: 10px;
}

label.defaultSelected
{
    font-weight: bold;
    margin: 0 0 10px;
}

#TankstallenLista
{
    background-color: #f5f5f5;
    float:left;
    width: 780px;
    position: relative;    
    margin: 15px 0 15px 0;
}
#TankstallenListaInner
{
    margin: 15px;
}


table.tablesorter 
{
    width: 750px;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
	padding: 0 35px 9px 0;
}
table.tablesorter thead tr .header {
	background-image: url(/js/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 3px 20px 3px 0;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/js/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/js/tablesorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}


div#form
{
    margin: 0 10xp;
}

.formradiogroup
{
    margin-left: 30px;
}

#formtitle
{
    display: none;
}