body {
	background: url(logo2.png) no-repeat white;
	margin-top: 71px;
	margin-left: 0px;
}
.navbar {
	width: 100%;
	border-bottom: 1px dashed black;
	padding-left: 8px;
	padding-bottom: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
}
.navbar a:link, a:visited {
	text-decoration: none;
}
.navbar a:hover {
	font-weight: bold;
}
.main {
	margin-top: 0px;
	margin-left: 40px;
	padding-left: 38px;
	padding-top: 8px;
	border-left: 1px dashed black;
	width: 92%;/* bah, IE */	
	position: absolute;
	min-height: 100%;
}
.main p, .main table {
	font-size: 0.9em;
}
h1 {
	margin-left: -30px;
	margin-top: 7px;
	width: 100%;
	border-bottom: 2px solid blue;
}
h1, h2 {
	font-family: arial, helvetica, sans-serif;
}	
.kalender td, .kalender th {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
table.kalender {
	border-left: 1px solid black;
	border-top: 1px solid black;
	margin-right: 45px;
	width: 90%;
	border-spacing: 0px;
	table-layout: auto;
	border-collapse: collapse;
}
.kalender th {
	font-family: arial, helvetica, sans-serif;
	font-size: smaller;
	padding-top: 2px;
}
.kalender td {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.kalender th {
	background: #bbf;
}
.kalender tr.even td {
	background: #ffb;
}
.kalender tr.inactive * {
	background: #ccc;
}
.kalender tr.new * {
	background: #ff0;
}
.dato     { width:  10em; }
.tid      { width:  5em; }
.menighet { width:  6em; }
tr.sum {
	border-top: 3px solid black;
}	
.dugnad td, .dugnad th {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
table.dugnad {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-spacing: 0px;
	table-layout: auto;
	border-collapse: collapse;
}
.dugnad th {
	font-family: arial, helvetica, sans-serif;
	font-size: smaller;
	padding-top: 2px;
}
.dugnad td {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.dugnad td.ansvarlig {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: smaller;
	padding-top: 2px;
	padding-left: 1px;
	padding-right: 1px;
	font-weight: bold;
}
.dugnad th {
	background: #bbf;
}
.dugnad tr.even td {
	background: #ffb;
}	
.lederhelg td, .dugnad th {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
table.lederhelg {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-spacing: 0px;
	table-layout: auto;
	border-collapse: collapse;
}
.lederhelg th {
	font-family: arial, helvetica, sans-serif;
	font-size: smaller;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding-top: 2px;
}
.lederhelg td {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.lederhelg td.even {
	background: #ffb;
}
.lederhelg th {
	background: #bbf;
}
.lederhelg tr.even td {
	background: #ffb;	
}
.ingress { font-weight: bold; }

img.gruppebilde {
	border: 1px solid black;
	float: left;
	margin-right: 1em;
	clear: both;
	margin-bottom: 1em;
}
h2 {
	margin-top: 0;
	margin-bottom: 0;
}
div.gruppe {
	clear: left;
}
.footer {
        font-size: smaller;
        margin-top: 0;
}

