﻿/* CSS Document */

body { margin:0px; padding:0px 0px 0px 0px; background: #F4FCD4 url('../img/background.png') repeat-x}


div.page {
	width: 970px;
	min-height: 900px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;	
}

div.menu {
	width: 200px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 4px;
	text-align: left;
	float: left;
	min-height: 300px;
	
}

div.menu img {
	border: none;
	margin: 1px;
	cursor: pointer;
}

div.tekst {
	width: 720px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	color: black;
	font-family: Tahoma;
	font-size: 14px;
	float: right;
	min-height: 500px;
}

li.menu {
	border: 1px solid; 
	padding-left: 10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	background-color: YellowGreen;
	width: 170px;
	color: black;
	margin-left: -30px;
	margin-top: 5px;
}

a {
cursor: pointer;

}

a:hover {
cursor: pointer;
color: red;
}

h2 {
	font-family: Tahoma; 
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

table {
	font-family: Tahoma; 
	font-weight: normal;
}

th {
   border: 1px solid gray;
   padding: 5px;
}

td {
   border: 1px solid gray;
   padding: 5px;
}

th.zero {
   border: 0px;
   padding: 5px;
}

td.zero {
   border: 0px;
   padding: 5px;
}

p, ul {
	font-family: Tahoma; 
	text-align: justify;
	font-size: 14px;
}



p.sign {
	font-size: 12px;
	margin: auto;
	color: green;
	text-align: center;
}




.highslide {cursor: url(highslide/graphics/zoomin.cur), pointer; outline: none;}
.highslide-active-anchor img {visibility: hidden;}
.highslide img {border: none #392808 !important; margin: 2px;}
.highslide:hover img {border: 1px solid #392808;}
.highslide-wrapper {background: white;}
.highslide-image {border: 10px solid white;}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 10px;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: none;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-full-expand {background: url(highslide/graphics/fullexpand.gif) no-repeat; display: block; margin: 0 10px 10px 0; width: 34px; height: 34px;}

.highslide-display-block {display: block;}
.highslide-display-none {display: none;}