html
{
		scrollbar-arrow-color: #000080;
		scrollbar-track-color: #000000;
		scrollbar-face-color: #000000;
		scrollbar-shadow-color: #000000;
		scrollbar-highlight-color: #000000;
		scrollbar-darkshadow-color: #000080;
		scrollbar-3dlight-color: #000080;
		background-color: #000000;
		width:				100%;
		height:				100%;
}

body
{	
	background-color: 		#000000;
    font-family:            Comic Sans MS;
    font-size:              11px;
    color:					#333333;
	
	margin:					0px auto; 
	padding:				0px;
	position:				relative; 
	width:					100%;
	height:					100%;
	
}



/*master page MASTER*/
#Container

  {
  	background-image: 		url(/images/site/Hennyhovestad.jpg);
  	width:					900px;
	padding: 				0px;
	margin:					0px;
	height:					674px;
	vertical-align:			top;
	text-align:				left;
  }

#TopContainer
  {
  
	margin:					0px;
	width:					900px;
	vertical-align:			top;
	text-align:				center;	
	height:					126px;
  }

#TopTussenContainer
  {
	margin:					0px;
	width:					900px;
	vertical-align:			top;
	text-align:				center;	
	height:					74px;
  }

#LeftContainer
{
	width:					28px;
	float: 					left;
}

#MenuContainer
  {
    	
	width:					140px;	
	vertical-align:			top;
	text-align:				left;	
	height:					450px;
	float: 					left;
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 0px; 
	border-left-width: 0px; 
	border-style: dotted; 
	border-color: #000080; 
  }


  
#BodyContainer
  {  	
	margin:					0px;
	width:					710px;
	height:					446px;	
	float: 					right;
  }


 
.contentplace 
   {
		
		margin:				0px;
		width:				700px;
		height:				446px;
		vertical-align:		top;
   		overflow:			auto;
    	
    	
		scrollbar-arrow-color: #000080;
		scrollbar-track-color: #FFFF99;
		scrollbar-face-color: #FFFF99;
		scrollbar-shadow-color: #FFFF99;
		scrollbar-highlight-color: #FFFF99;
		scrollbar-darkshadow-color: #000080;
		scrollbar-3dlight-color: #000080;	
		
  }
  
  
#NaamHeader
{
	font-size:              45px;
    color:                  #000080;
    text-decoration:        none;
    line-height:			normal;
    text-align:             center;
    font-weight:			bold;
}
  
#InfoHeader
{
	font-size:              12px;
    color:                  #000080;
    text-decoration:        none;
    line-height:			normal;
    text-align:             center;
}
  

a.container:link, a.container:visited, a.container:active
{
    font-size:              20px;
    color:                  #000080;
    text-decoration:        underline;
    line-height:			normal;
}

a.container:hover
{
    font-size:              20px;
    color:					#000080;
    text-decoration:		none;
    line-height:			normal;
}


div.spacer
{
    font-size:				1px;
    height:					10px;
}

#copyright
{
	clear:					left;
    text-align:             center;
    font-size:              11px;
    color:                  #FFFFFF;
    font-weight:            normal;
}

a.copyrightlink:link, a.copyrightlink:visited, a.copyrightlink:active
{
    font-size:              11px;    
    color:                  #FFFFFF;
    text-decoration:        underline;
    line-height:			normal;
}
a.copyrightlink:hover
{
    font-size:				11px;
    color:					#FFFFFF;
    text-decoration:		none;
    line-height:			normal;
}


a:link, a:visited, a:active
{
   
    color:                  #000080;
    text-decoration:        underline;
    line-height:			normal;
}

a:hover
{
   
    color:					#000080;
    text-decoration:		none;
    line-height:			normal;
}















