/***********************************************/
/*           HARTELIUS STYLESHEET              */
/***********************************************/
body			{
				text-align: center;
				min-width: 732px;
				padding-top: 5%;
				padding-left: 5%;
				background: #fff;
				}

/*BAGGRUND*/
#background		{ 
				position: relative;
   				text-align: left;
				margin-left: auto;
				margin-right: auto;
				width: 732px;
   				height: 460px;
				background-color: #FB7C00;
				border-style: solid;
				border-color: #000;
				border-width: 1px;
				}

#cornerTL		{ 
				position: absolute;
   				width: 5px;
   				height: 20px;
				
   				background-image: url(img/tl.gif);
				background-repeat: no-repeat;
				z-index: 1;
				}
				
#cornerBL		{ 
				position: absolute;
   				width: 5px;
   				height: 20px;
				top: 382px;
   				background-image: url(img/bl.gif);
				background-repeat: no-repeat;
				z-index: 1;
				}
				
/*HOVEDMENU*/			
#menu			{ 
				position : absolute;
   				left : -40px;
   				top: 19px;
				z-index: 1;
				}  

#hovedmenuramme	{ 
				position: absolute;
				width: 751px;
				height: 19px;
				border-right-style: solid;
				border-right-color: #000;
				border-right-width: 1px;
				border-top-style: solid;
				border-top-color: #000;
				border-top-width: 1px;
				background-color: #fff;
				}  

#hovedmenu		{
				width: 385px;
				padding: 5px 183px 0px;
				font-size: 9px;
				font-style: normal;
				font-weight: normal;
				font-family: Tahoma, Helvetica, Arial, sans-serif;
				}
				
#hovedmenu a	{
				padding: 0px 5px 0px;
				color: #333;
				text-decoration: none;
				}

#hovedmenu a:link		{
				color: #333;
				text-decoration: none;
				}
				
#hovedmenu a:visited		{
				color: #333;
				text-decoration: none;
				}
				
#hovedmenu a:hover			{
				color: #333;
				background-color: #FDE7D2;
				text-decoration: none;
				}				
								
#hovedmenu a:active		{
				color: #333;
				background-color: #FDE7D2;
				text-decoration: none;
				}

/*VENSTREMENU*/
#venstremenuramme		{ 
				position: absolute;
				top: 20px;
				width: 163px;
  				}
			
#venstremenu	{
				height: 379px;
				padding: 21px 0px 0px;
				background-image: url(img/bg_venstre.jpg);
				background-repeat: no-repeat;
				border-left-style: solid;
				border-left-color: #000;
				border-left-width: 1px;
				border-top-style: solid;
				border-top-color: #000;
				border-top-width: 1px;
				border-bottom-style: solid;
				border-bottom-color:#000;
				border-bottom-width: 1px;
				z-index: 2;
				}
				
#venstrebund	{ 
				position : absolute;
   				left : -40px;
   				top: 59px;
				z-index: 1;
				}  

/*MAIN/INDHOLD*/
div#indhold		{ 
				position: absolute;
				left: 122px;
   				top: 39px;
				}

/*indholdsrammen*/
#bg_indhold		{ 				
				position: absolute;
   				width: 588px;
   				height: 400px;
				margin-top: 39px;
				margin-left: 122px;
				background-color: #fff;
				background-image: url(img/bg_indhold.jpg);
				background-repeat: no-repeat;
				border-style: solid;
				border-color: #000 #000 #000 #000;
				border-width: 1px;
				}
				
#tekst			{ 				
				position: absolute;
   				width: 588px;
   				height: 400px;
				margin-top: 50px;
				}

h1 				{
				margin-top: -28px;
				padding: 53px 20px 0px;
				font-size: 11px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				text-align: left;
				width: 350px;
				}
				
h2 				{
				margin-top: 0px;
				padding: 0px 20px 0px;
				font-size: 11px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				text-align: left;
				width: 350px;
				}

p				{
				margin-top: 0px;
				font-size: 11px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				text-align: left;
				width: 350px;
				}
				
.logo			{ 
				position: absolute;
				left: 498px;
				top: 363px;
				}

img				{ 
				border: none; 
				} 