html,body {
      margin:0;
      margin-top: 0px;
      padding:0;
      height:100%;
	  background-color: #F6F9FF;
	  font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
}

article ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

article ul li
{
	background-color: #dce4f1;
	margin: 2px;
	padding: 2px;
	list-style: none;
	margin-left: 0px;
	text-align: left; 
}

article li a, article li a:visited
{
	color: black;
}

.background
{
	background-image: url('/images/background.gif');
	background-repeat: repeat-y;
	width: 820px;
	overflow: auto;
	background-position:left;
	margin-left: auto;
	margin-right: auto;
}

.container
{
	width: 780px;
	background-color: white;
	float: left;
	margin-left: 20px;
	background-image:url('/images/menubg.gif');
	background-repeat: repeat-y;
}

.current
{
background-color: #6b8dbd;
}

#tekst
{
	width: 370px;
	float: left;
	font-size: 13px;
}

#tekst a
{
	color: black;
}

#fotos
{
	width: 230px;
	float: right;
	padding-right: 2px;
	padding-left: 2px;
	text-align: right;
}

nav
{
	width: 150px;
	float: left;
}

article
{
	background-color: white;
	float: right;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	width: 610px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify; 	
}



footer
{
	clear: both;
	display: block;
	width: 630px;
	height: auto;
	overflow: auto;
	background-color: #015A99;
	color: #efefef;
	font-size: 11px;
	clear: both;
	padding-left: 130px;
	padding-right: 20px;
	margin-top: 10px;
	display: block;	
}

footer h4
{
	margin-bottom: 5px;
}

footer a
{
	color: white;
	font-size: 11px;
}

.footer_col
{
	padding-left: 30px;
	padding-right: 10px;
	float: left;
	width: 170px;
	margin-top: 5px;
	color: #cccccc;
}

footer h3
{
	color: white;
}

footer ul,footer ul li
{
	margin-left: 7px;
	padding-left: 0px;
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size: 11px;
}

.imm
{
	width: 780px;
	text-align: center;
	display: block;
	clear: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted white;
	background-color: #015A99;
	color: #efefef;
	font-size: 11px;	
}

.imm a
{
	color: #efefef;
}

input
{
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size: 11px;
}

H1 {
        font-size: 18px;
        font-weight: bold;
        color: #015A99;
		margin-top: 0px;
}

H2 {
        font-size: 16px;
        font-weight: bold;
        color: #015A99;
		margin: 0px;
}

nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

nav ul li{
	background-color: #015A99;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 140px;
	display: block;
	vertical-align: middle;

}

nav ul li a {
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
}


nav ul li a:hover
{
	text-decoration: underline;
}

header
{
    width: 780px;
    height: 119px;
	background-color: white;
	display: block;
}

header img
{
	border: none;
}

.aligncenter
{
	text-align: center;
}

.button1{display:inline-block; padding:10px 20px; border:0px; cursor:pointer; font-size:14px; text-align:center;  color:white; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow:0px 5px 10px rgba(0,0,0,0.3); -webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.3); box-shadow:3px 3px 5px rgba(0,0,0,0.3);  background: #015A99;}
.button1 a { color: white; }

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #015a99;
}
.highslide:hover img {
	border: 2px solid #6b8dbd;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}
/* Controlbar example */
.controlbar {	
	margin-left: 60px;
	background: url(highslide/graphics/controlbar2.gif);
	width: 210px;
	height: 32px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


