body {
	background-color: #102c46;
	margin: 0px auto auto auto;
	padding: 0px;
}

body, td, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2 {
	display: block;
	font-size: 20px;
	height: 22px;
	margin: 0px 0px 15px 0px;
}

h1 {
	font-size: 20px;
	height: 24px;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size: 15px;
	height: 22px;
	margin: 0px 0px 10px 0px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


table.main {
	position: absolute;
	left: 45px;
	width: 714px;
	overflow: hidden;
	background-color: #FFF;
	border: 2px solid #3a3b38;
	padding: 0px;
}



#tbL, #tbR {
	height: 111px;
	padding: 0px;
	margin: 0px;
}

#tbL {
	padding-left: 15px;
	font-size: 10px;
	color: #826732;
	background: url('/images/topbarL.png') top left no-repeat;
}


#tbR {
	background: url('/images/topbarR.jpg') top right no-repeat;
}

img#logo {
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 100;
}



/* Menu */
		td#menu {
			padding: 0px;
			width: 179px;
			margin: 0px;
			font-size: 14px;
			border-right: 1px solid #c1a05d;
			background: #faf7f2 url('/images/menubottom.png') bottom left no-repeat;
			overflow: hidden;
		}
		
		#menu span {
			width: 179px;
			overflow: hidden;
			display: block;
		}

		#menu a {
			display: block;
			margin: 17px 0px 3px 6px;
			color: #222;
			min-height: 20px;
			max-width: 149px;
			overflow: hidden;
			background: url('/images/bullet_list_off.png') top left no-repeat;
			padding-left: 24px;
			text-decoration: none;
		}
				
		#menu a.small {
			margin-top: 5px;
			height: auto;
			font-size: 11px;
		}
		
		#menu a:hover {
			text-decoration: underline;
		}
		
		#menu #activeLink a {
			font-weight: bold;
		}
		
		#menu #activeLink a, #menu a:hover, .iconselector .iconliste {
			background-image: url('/images/bullet_list_on.png');
			color: #000;
		}
		
		#menu a.birgit {
			background-image: url('/images/bullet_nisse_off.png');
			line-height: 22px;
			min-height: 22px;
		}
		#menu a.birgit:hover, #menu #activeLink a.birgit, .iconselector .iconnisse {
			background-image: url('/images/bullet_nisse_on.png');
		}
		
		#menu a.jorgen {
			line-height: 14px;
			background-image: url('/images/bullet_skema_off.png');
		}
		#menu a.jorgen:hover, #menu #activeLink a.jorgen, .iconselector .iconskema {
			background-image: url('/images/bullet_skema_on.png');
		}
		
		
		
		

/* Indhold */
		#content {
			background: url('/images/bodytopright.png') top right no-repeat;
			text-align: justify;
			line-height: 140%;
			color: #000;
			width: 535px;
			font-size: 13px;
			padding: 10px 10px 80px 10px;
			overflow: hidden;
		}

		#content img {
			border: 1px solid #444;
		}
		
		#content p, #content ul, #content li
		{
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		
		
/* Sidefod */
		#bottom {
			height: 20px;
			overflow: hidden;
			background: url('/images/mainbottom.png') bottom left no-repeat;
			font-size: 10px;
			color: #777;
		}
		

		fieldset {
			border: none;
		}
		
		
/* Tabel til brug i admin */
		table.black {
			border: 2px solid #000;
		}
		
		.black td {
			font-size: 10px;
		}
		
		.black .tone {
			background-color: #EEE;
		}
		
		.black .ttwo {
			background-color: #DDD;
		}
		
		.black .thead td {
			background-color: #FFF;
			font-weight: bold;
			border-bottom: 2px solid #000;
		}
		
		.black td.exleft {
			border-left: 1px solid #555;
			padding-left: 5px;
		}
		
		select.iconselector {
			width: 80px;
		}
		
		.iconselector option {
			background: left no-repeat;
			padding-left: 24px;
		}
		
		
		.phat {
			font-weight: bold;
		}
		
		#content .black img, #content img.nobrd {
			border: none;
		}
		
		
		
		
