html,body { margin:0;padding:0;}

body {
  text-align:center;
  margin:10px 0px 10px 5px;
 
}

/*Font*/
BODY, TABLE,DIV, INPUT, BUTTON
{
	font: 9pt arial, sans-serif;
}



div#container { 
 text-align:left;
 width:950px;
 margin:0px auto; 
 min-height: 600px;
 background-color: white;
 background-image: URL("bgr_cnt.jpg");
 background-position: 0px 76px;
 background-repeat: repeat-x;
 height: auto;
}

div#header { 
  height:76px;
  margin:0;
  padding:0;
}



div#wrapper { margin:15px 5px;} 




DIV#content
{
	float: right;
	margin: 0 7px 20px 3px;
	padding: 0;
	width: 725px;
	height: 0px;
	min-height: 600px;
	height: auto;
}
DIV#leftcnt
{
	float: left;
	width: 200px;
	margin: 0 0 20px 5px;
}
DIV#centercnt
{
	float: left;
	width: 537px;
	margin: 0;
	padding: 0;
	height: 1px;
}
DIV#rightcnt
{
	float: right;
	width: 190px;
	margin: 0 1px 0 0;
	padding: 0;
}
DIV#footer
{
	clear: both;
	height: 15px;
	max-height: 15px;
	margin-top: 10px;
	padding: 5px;
	text-align: right;
}


/*Boxe*/
.box1
{
	border-style: solid;
	border-width: 1px;
	padding: 5px 0 5px 0;
	min-height: 200px;
	margin-bottom: 20px;
	
}
.box2
{
	border-width: 1px;
	border-style: solid;
	margin-bottom: 20px;
	
}
.box_titel
{
	padding: 3px;
	font-weight: bold;
	font-size: 110%;
}
.box_text
{
	padding: 3px 5px 3px 5px;
}


/*Venste navigion*/
.prd_1, .prd_2, .prd_mousover, .prd_selected
{
	padding: 2px 3px;
	font-weight: bold;
}


/*Afsnit*/
H1
{
	font-weight: bold;
	margin: 0;
}
H2
{
	font-weight: bold;
	margin: 0 0 4px 0;
}
H3
{
	margin: 2px;
	font-weight: bold;
}
H4
{
	margin: 1px;
	font-weight: bold;
}


/*Link*/
A
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
A:hover.prd_link
{
	text-decoration: none;
}





/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
 text-align: center;
}
.rvps2 /* Right */
{
 text-align: right;
}
.rvps3 /* Justify */
{
 text-align: justify;
}





