﻿body {
	font-family: verdana, helvetica, arial, tahoma;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-color: #e5e5e5;
	line-height: 18px;
	}
	
p {
	margin-top: 5px;
	line-height: 18px;
	}

table {
	font-size: 11px;
	text-align: left;
	}
	
.tabletekst {
	font-size: 10px;
	line-height: 14px;
	}
	
html {
	overflow-y: scroll;
	}

/* -------------------------
			BOX
-------------------------- */

#container {
	width: 800px;
	margin: auto;
	background-color: #fbfbfb;
	}

#header {
	width: 800px;
	background: url('http://www.gp-h.dk/images/head.jpg');
	height: 254px;
	text-align: center;
	font-size: 40pt;
	color: #cccccc;
	clear: both
	}

#content {
	width: 535px;
	text-align: left;
	background-color: #fbfbfb;
	padding: 20px 20px 30px 20px;
	float: right;
	text-align: left;
	border-left: 1px solid #e5e5e5;
	}

.tablew {
	width: 535px;
	}
	
#navigation {
	padding: 20px 0px 30px 5px;
	background-color: #fbfbfb;
	width: 205px;
	float: left;
	text-align: left;
	}
	
#footer {
	padding: 0px;
	margin: auto;
	clear: both;
	border-top: 0px solid #0379a7;
	font-size: 11px;
	line-height: 15px;
	background: #0379a7 url('http://www.gp-h.dk/images/footer.jpg') no-repeat bottom;
	color: #e5e5e5
	}

.footerbold {
	color: #fcd764;
	}

/* -------------------------
		   LINKS
-------------------------- */

a:link, a:active, a:visited {
	color: #176a8a;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #1fa3d7;
	text-decoration: none;
	outline: none;
	}

/* -------------------------
		OVERSKRIFTER
-------------------------- */

h2 {
	font-family: georgia, times new roman;
	font-size: 16pt;
	color: #18789d;
	font-weight: 300;
	margin: 0 0 10px 0;
	text-align: left;
	}
	
h3 {
	font-family: verdana, trebuchet ms, arial, tahoma;
	font-size: 11pt;
	color: #b18731;
	margin-bottom: 5px;
	padding: 0 0 3px 0px;
	text-align: left;
	}
	
h3 a:link, h3 a:visited {
	color: #b18731;
	}

h3 a:hover {
	color: #cca148;
	}