 body {
	background-color: black;
	font: 14px verdana;
	overflow: hidden;
	scrollbar-base-color: #AB7500;
	scrollbar-track-color: #FFAF00;
	height: 100%;
	margin: 0px 0px 0px 0px;
} 

 .top{
 	background-image: url(../images/top.jpg);
		position:absolute;
		top: 0px;
		left: 0px;
		
		width: 614px;
		height: 70px;
 }

    .top_flex{
		
 		background-image: url(../images/top_flex.jpg);
		left: 614px;
		top: 0px;
		width: 100%;
		height: 70px; 
		
 }
 
 
 
 
 
  .left{
 	background-image: url(../images/left.jpg);
		float:left;		
		height: 100%;
		width: 194px;
		
 }
 
 

 
.content_start {
	background-image: url(../images/index.jpg);
	position: relative;
	left: -25px;
	padding-top: 40px;
	height: 90%;
	overflow: auto;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	padding-bottom: 80px;
}

.content {
	background-color: black;
	position: relative;
	left: -25px;
	padding-top: 40px;
	height: 90%;
	overflow: auto;
	background-repeat: no-repeat;
	background-position: top;
	
}
 
 
.right{
		background-image: url(../images/right.jpg);
		position:relative;
		
		left:-10px;
		float:right;
		height:100%;
 		width: 20%;	
}
/* text styles  */



.title{
 
 	left: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DA1A0D;

}



.text{
	position:relative;
	padding-top: 20px;
	padding-left: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	line-height: 22px;
}

.textsm{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 15px;
	
}

.textkolom {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FF7A00;
	vertical-align : top;
	text-align : justify;
}

	
td {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	
}


.clear{
	clear:both;
	height:25px;
	}


.fl {
	float: left;
	color: white;
	width:79px;
	position:relative;
	top:4px;
	
}


a:link{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #E01B13;
	text-decoration: none;
	font-weight : bold;

}

a:visited{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #FF9500;
	text-decoration: none;
	font-weight : bold;
}

a:hover{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #DA1A0D;
	font-weight : bold;
}

.tbheader{
	background-color:  #FF9500;
	
}


.orange {
	color: #FF9500;
}

.black {
	color: black;
}


.stage_nl{
	position:relative;
	left:20%;
	background-image: url(../images/stage_nl.gif);
	background-position: center;
	background-repeat: no-repeat;
	width:398px;
	height:423px;
	
}


.stage_eng{
	position:relative;
	left:20%;
	background-image: url(../images/stage_eng.gif);
	background-position: center;
	background-repeat: no-repeat;
	width:398px;
	height:423px;
}

.formtext{
	padding-left: 20px;
   height:28px;
	float:left;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 22px;
}

.formfield{
	float:left;
	position:absolute;
	left:142px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

.button{

	top:10px;

}

.cl{
		clear:both;
		
}















/* navigation  */



ul#navmenu {  position: relative;
z-index:30;
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 800px; /*For KHTML*/
  list-style: none;
  height: 24px;
  top: 52px;
  left: 100px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 19px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {

  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  
  color: black;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {

  background: none;
  color: #E30E12;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #FFAF00;
  color: black;
  border: 1px solid black;
  border-right-color: black;
  border-bottom-color: black;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #FBC244;
  color: #E30E12;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #FFAF00;
  color: black;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #FBC244;
  color: #E30E12;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #FFAF00;
  color: black;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #FBC244;
  color: #E30E12;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

