body {
	background: #D1E3F5 url('/images/contentrpt.gif') left repeat-y;	
	margin: 0px;
	padding: 0px;
}

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

table#headerpic {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#headerpic td {
	margin: 0px;
	padding: 0px;
	height: 160px;
	overflow: hidden;
}

#headercontainer {
	width: 666px;
	background: url('/images/mainhead.gif') top left no-repeat;
}

#topbar {
	background: url('/images/mainrpt.gif') repeat-x top left;
	overflow: hidden;
}

h1, h2 {
	display: block;
	font-size: 13px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}


div#menu, #content {
	position: absolute;
	display: block;
}

img#cornerhorse {
	position: absolute;
	left: 5px; 
	top: 5px;
}

div#menu {
	left: 0px;
	width: 117px;
	overflow: hidden;
	top: 150px;
}

#content {
	left: 130px;
	top: 100px;
	width: 597px;
	padding-bottom: 15px;
}

#content, #content a {
	font-size: 9px;
}

#content .top, #content .bottom {
	display: block;
	width: 597px;
	background-repeat: no-repeat;
}

#content .top {
	height: 58px;
	background-image: url('/images/cnt_head.gif');
}

#content .bottom {
	background-image: url('/images/cnt_foot.gif');
	height: 16px;
	margin-bottom: 10px;
}

#indhold {
	padding: 0px 10px 15px 10px;
	background: url('/images/cnt_body.gif') left repeat-y;
	color: #000;
}

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

#indhold, #indhold a {
	font-size: 12px;
}

a:hover {
	text-decoration: none;
}



/* Menu */
		#menu a {
			text-decoration: none;
			display: block;
			font-size: 11px;
			background: url('/images/bullet_off.png') top left no-repeat;
			padding: 1px 0px 1px 26px;
			margin: 2px 0px 2px 0px;
		}

		#menu a.active, #menu a:hover {
			background-image: url('/images/bullet_on.png');
		}
		#menu a:hover {
			text-decoration: underline;
		}
	
/* Tabel til brug i admin */
		table.black {
			border: 2px solid #000;
		}
		
		.black td {
			font-size: 10px;
		}
		
		.black img {
			border: 0px;
		}
		
		.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;
		}
		
		
	
		
		
		#galshow {
			text-align: center;
		}
		
		#galshow img {
			border: 2px solid #000;
		}
		
		#galdesc {
			
		}
		
		#galdesc small {
			display: block;
			padding: 2px;
			margin: 5px;
			border: 1px solid #444;
			background-color: #EEE;
		}
		
		.gallery img {
			border: 2px solid #000;
			margin: 0px 10px 8px 0px;
		}
		
		fieldset {
			display: block;
			padding: 10px;
			border: 2px solid #000;
			background-color: #FAFAFA;
		}
		
		fieldset textarea {
			width: 100%;
		}
