p, ul, li {
	font-family: verdana, helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
}

h1, h2, h3  {
	font-family: georgia, serif;
	font-style: normal;
	font-variant: normal;
}
		
p, ul {
	list-style:none;
	line-height: 1.5em;
	margin: 0px 0px 20px -13px;
	padding: 0.3em 0em 0em 0em;
	text-align: left;
	color: #414141;
}
			
menu {
	list-style:bullet;
	line-height: 1.5em;
	margin: 0px 0px 20px 0px;
	padding: 0.3em 0em 0em 0em;
	text-align: left;
	color: #414141;
}
	
li {
	list-style:bullet;
	line-height: 1.8em;
	margin: 0px 0px 0px 13px;
	padding: 0em 0em 0em 0em;
	text-align: left;
	color: #414141;
}

li a:link, li a:visited  {
	color: #3EB8D7;
	font-weight: bold;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

li.current, li.current a:link, li.current a:visited  {color:#FFF;background:#3EB8D7;padding:3px 0px 3px 0px}
li.current:active, li.current:hover{color:#FFF;background:#3EB8D7;text-decoration: underline}

p.promo, a.promo:link, a.promo:visited  {
	color: #414141;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.promo:hover {
	color: #414141;
	background: #FFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

p.navtekst, a.navtekst:link, a.navtekst:visited  {
	color: #000;
	font-size: 13px;
	line-height: 2.0em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 10px 20px;
}

p.active, a.active:link, a.active:visited {
	color: #FFF;
	font-size: 13px;
	line-height: 2.0em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 10px 20px;
	background-color: #3EB8D7;
}

a.navtekst:hover, a.active:hover{
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	background-color: #3EB8D7;
	text-decoration: underline;
}

p.footertekst, a.footertekst:link, a.footertekst:visited  {
	color: #3EB8D7;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

a.footertekst:hover {
	color: #3EB8D7;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	margin: 0px 0px 20px 0px;
	padding: 0em 0em 0em 0em;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: normal;
	color: #BD0F26;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0em 0em 0.3em 0em;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	color: #3EB8D7;
}

h3	{
	margin: 0px 0px 6px 0px;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	color: #BD0F26;
}

a:link, a:visited {
	text-decoration: none;
	color: #3EB8D7;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #3EB8D7;
	font-weight: bold;
}

a[target="_blank"] {
	background:url(pics/newwindow.png) center right no-repeat;
	padding-right:20px;
	} 