address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:list-item;list-style-type: square;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ul {
    padding-left:2em;
    margin-left:0;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}



html, body {
	margin: 0;
	padding: 0;
	background-image: url('/img/design/body_bg.gif');
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 150%;
         
}

h1 {
font-size: 16px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}

a {
	color: #006666;
}

a:visited {
	color: #006666;
}

a:active {
	color: #006666;
}

a:hover {
	color: #006666;
}


#left img, #content img, #right img {
    margin-left: 5px;
    margin-right: 5px;
}


.overskrift1 {
font-size: 140%;
}

.formularoverskrift {
font-size: 16pt;
font-family: Calibri;
}

.formularpunkt {
font-size: 12pt;
font-family: Calibri;
}

#left .overskrift1 {
margin-top: 35px;
}
#right .overskrift1 {
margin-top: 20px;
}

.overskrift2 {
font-size: 120%;
font-weight: bold;
color: #006666;
}

.overskrift3 {
font-weight: bold;
color: #006666;
}

.overskrift4 {
font-size: 80%;
font-weight: bold;
color: #999999;
}

.overskrift5 {

font-size: 20pt;
color: #666666;
text-shadow: auto;
}

.overskrift6 {
font-weight: bold;
}

.overskrift7 {
font-weight: bold;
color: #ffffff;
}

.overskrift8 {
font-size: 110%;
font-style: italic;
}


.redbody {
color: #c92d32;
}

#right hr {
	height: 1px;
	color: grey;
	border: none;
}
#content hr {
	height: 1px;
	color: grey;
	border: none;
}

input {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
}

#menu {
  padding-left: 4px;
}

#container {
	position: relative;
	width: 749px;
	background-color: #FFF;
	border-right: 1px solid #979FA8;
	border-left: 1px solid #979FA8;
	border-bottom: 1px solid #979FA8;
         line-height: 150%;
	/*height: 100%;*/
	margin: auto;
	text-align: left;
}

#header {
	position: relative;
         margin-left: 10px;
	height: 60px;
	background-color: #ffffff;
}
#footer {
	height: 20px;
	background-image: url('/img/design/footer_bg.gif');
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 5px;
	clear: left;
	color: #006666;
	margin-top: 5px;
	text-align: center;
}


/* frontpage */
#content {
	width: 420px;
	float: left;
	padding: 20px;
	min-height: 600px;
}
#left {
	width: 523px;
	padding: 10px;
	float: left;
}
#right {
	width: 180px;
	background-image: url('/img/design/right_bg.gif');
	margin-top: 15px;
	margin-left: 15px;
	padding-left: 15px;
	float: left;
	min-height: 570px;
}

#content li, #right li, #left li {
	
	
}

#right a>img {
	border-bottom: none;
}

#fullContent {
	padding: 20px;
}
#submenu {
	width: 260px;
	float: right;
	margin-top: 30px;
	margin-right: 15px;
	clear: right;
}
#submenu ul {
	width: 260px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#submenu li {
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
	padding-left: 20px;

	
}
.active {
	background-image: url('/img/design/submenu_a.jpg') ! important;
}
#submenu a {
	color: #595959;
	text-decoration: none;
}
.active a {
	font-weight: bold;
}
/*subpage end*/

#print {
	display: block;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}
#search {
	width: 260px;
	height: 22px;
	position: absolute;
	top: 22px;
	right: 10px;
	text-align: right;
}
#title {
	height: 40px;
	background-image: url('/img/design/title_bg.gif');
	font-family: 'Trebuchet MS',arial,verdana;
	color: #006666;
	font-size: 30px;
	margin-bottom: 5px;
}

.dobbeltramme {
   border: 4.5pt double #595959;
   border-collapse: collapse; 
}

.enkeltramme {
   border: 1px solid #595959;
   border-collapse: collapse;

 }


#content img {
border: none;
}

#content a < img {
text-decoration: none;
}

#left a, #right a, #content a {
	color: #006666;
	text-decoration: none;
	border-bottom: 1px dotted #006666;
}

.nederstekant{
   border-bottom: 1px solid black;
 }