body
	{
		margin: 				0px;
		margin-bottom: 	0px;
		margin-top: 		0px;
		margin-left: 		0px;
		margin-right:		0px;
		padding: 				0px 0px 0px 0px;
		
		background-image: url('/images/gradient_background.jpg');
		background-color: #18467e;
		background-attachment: fixed;
		background-repeat: repeat-x;

/*		
		scrollbar-face-color :df6900;
		scrollbar-shadow-color : #A40000;
		scrollbar-highlight-color : #b70000;
		scrollbar-3dlight-color : df6900;
		scrollbar-darkshadow-color : #A40000;
		scrollbar-track-color : b70000;
		scrollbar-arrow-color : #ffffff;
*/		
		font-family: Verdana, Arial, sans-serif, Tahoma, Helvitica;
		font-size: 11px;
		color: #000000;
	}


h1 { 
		color: #535355; 
		font-size: 18px;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		line-height: 20px; 
		font-weight: normal;
		margin-bottom: 5px;
	}

h2 { 
		color: #535355; 
		font-size: 16px; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		line-height: 20px; 
		font-weight: bold;
		margin-bottom: 5px;
	}
	
p
	{
		margin: 0px;
	}
	
#holder
	{
		background-image: url('/images/bubbles.jpg');
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	
#holder_top
	{
		background-image: url('/images/bubbles_top.jpg');
		background-position: top left;
		background-repeat: no-repeat;
	}
	
#body_table
	{

		background-image: url('/images/body_background.jpg');
		background-repeat: repeat-y;
		backgroun-position: top left;
		width: 755px;
		height: 100%;
	}
	
#body_table_td
	{
		background-image: url('/images/body_background_top.jpg');
		background-repeat: no-repeat;
		
		vertical-align: top;
		
		color: #000000;
		padding-left: 10px;
	}
	
#menu_td
	{
		color: #000000;
		padding-top: 140px;
		padding-left: 10px;
		width: 180px;
		vertical-align: top;
	}
	
	
	A:link    {text-decoration: none; color: #6c93cc;}
	A:visited {text-decoration: none; color: #6c93cc;}
	A:active  {text-decoration: none; color: #6c93cc;}
	A:hover   {text-decoration: none; color: #18467e;}
	
	A.menu:link    {text-decoration: none; color: #6c93cc; font-weight: bold; line-height: 18px;}
	A.menu:visited {text-decoration: none; color: #6c93cc; font-weight: bold; line-height: 18px;}
	A.menu:active  {text-decoration: none; color: #6c93cc; font-weight: bold; line-height: 18px;}
	A.menu:hover   {text-decoration: none; color: #18467e; font-weight: bold; line-height: 18px;}
	
	A.menu2:link    {text-decoration: none; color: #b00012; font-weight: bold; line-height: 18px;}
	A.menu2:visited {text-decoration: none; color: #b00012; font-weight: bold; line-height: 18px;}
	A.menu2:active  {text-decoration: none; color: #b00012; font-weight: bold; line-height: 18px;}
	A.menu2:hover   {text-decoration: none; color: #67020c; font-weight: bold; line-height: 18px;}
	
	A.eksterne_links:link    {text-decoration: none; color: #6c93cc;}
	A.eksterne_links:visited {text-decoration: none; color: #6c93cc;}
	A.eksterne_links:active  {text-decoration: none; color: #6c93cc;}
	A.eksterne_links:hover   {text-decoration: none; color: #18467e;}
	


#content
	{
		vertical-align: top;
		color: #000000;
	}



	
tr
	{
		line-height: 15px;
		font-size: 11px;
		color: #000000;
	}
	
form
	{
		margin: 0px;
	}
	
	

input, select
	{
		font-family: tahoma, arial, verdana;
		font-size: 10px;
	}
	
textarea
	{
		font-family: tahoma, arial, verdana;
		font-size: 10px;
	}