html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container_page {
   min-height:100%;
   height:100%;
   position:relative;
}
#container_top{
height: 99px; 
  width:1000px;
   margin-right: auto;
margin-left: auto;
  text-align:center;
}
#container_flash{
  width:1000px;
  background:url(../imgs/image.jpg) no-repeat center top;
  height: 282px; 
   margin-right: auto;
margin-left: auto;
  text-align:center;
}
#container_main{
  background:url(../imgs/bgmain.jpg) no-repeat center top;
   padding:0px;
   padding-bottom:90px;   /* Height of the footer */
}
#container_bottom{
   position:fixed;
   bottom:0;
   text-align:center; 
   width:100%;
   height:90px;   /* Height of the footer */
}
#cleardiv{
	height:2px;
}
#navcontainer ul
{
  font-size:11px;
  font-family:Verdana, Helvetica, sans-serif;
  color:#ffffff;
  font-weight:normal
}
--------------------------------
TEKST en MENU
--------------------------------
h1{
  font-size:15px;
}
h2{
  font-size:13px;
}

p.menu {
  font-size:10px;
  font-family:Verdana, Helvetica, sans-serif;

  color:#ffffff;
}
p.menu #current
{
  font-size:10px;
  font-family:Verdana, Helvetica, sans-serif;

  color:#FF7F00;
text-decoration: underline;
}
p.menu a {color:#ffffff;text-decoration:none}
p.menu a:hover{color:#FF7F00;text-decoration:none}

p.titel {
  font-size:12px;
  font-family:Verdana, Helvetica, sans-serif;
 font-weight:bold;
  color:#ffffff;
}
p.small {
  font-size:9px;
  font-family:Verdana, Helvetica, sans-serif;
 font-weight:bold;
  color:#ffffff;
}
p.tekst {
  font-size:9px;
  font-family:Verdana, Helvetica, sans-serif;
  color:#ffffff;
  font-weight:normal
}
p.contact {
  font-size:10px;
  font-family:Verdana, Helvetica, sans-serif;
  color:#ffffff;
}
p.contact a {color:#ffffff;text-decoration:none}
p.contact a:hover{color:#505050;text-decoration:none}
p.footer1 {
font-family:Verdana, Helvetica, sans-serif;
  font-size:11px;
  color:#ffffff;
}
p.footer1 #current
{
color: #ffffff;
font-family:Verdana, Helvetica, sans-serif;
text-decoration: underline;
}
p.footer1 a {color:#ffffff;text-decoration:none}
p.footer1 a:hover{color:#ffffff;text-decoration:none}

p.footer2{
  font-size:9px;
  font-family:Verdana, Helvetica, sans-serif;
  color:#DFD2C3;
}
p.footer2 a {color:#ffffff;text-decoration:none}
p.footer2 a:hover{color:#ffffff;text-decoration:none}
table.center {text-align:center; margin-left:auto; margin-right:auto; width:610px;}
a:link{
	color: #ffffff;
	text-decoration: none;
}
a:visited{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	color: #FF7F00;
	text-decoration: none;
}
.photo {
	background-color: #896C4A;
	padding: 2px;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 2px;
	display: block;
}
a img.photo:hover {
	background-color: #FFFFFF;
	cursor: pointer;
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(../images/slider.png) no-repeat;
    width:900px;
    height:300px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}

#slider {
	position:relative;
    width:900px;
    height:300px;
    margin-left:0px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
