html
{
	overflow-y:		scroll; 
	overflow-x:		hide; 
	font-family:		arial, Helvetica,sans-serif; 
	background:		#DFA34D;
	color:			#653200;
}

h3
{
	color:			#FB6509;
	text-decoration:	underline;
	font-size:		13pt;
}

.tabs {
	width: 			90%;
	margin-left: 		30px;
	margin-top:		30px;

}

.tab_active {
	-moz-border-radius: 	50px 50px 00px 00px;
/*	border-color:		#FB6509;  den "gamle" farve */
	border-color:		#FFA30B;
	border-width:		1px;
	border-right-style:	solid;
	border-top-style:	solid;
	border-left-style:	solid;
	background-color:	#FB6509;
	color:			#000;
	float:			left;
	width:			10%;
	cursor:			default;
	font-weight:		normal;
	font-style:		italic;
	padding:		3px;
	font-size:		10pt;
	text-align:		center;
	font-weight:		bold;
}

.tab_inactive {
	-moz-border-radius: 	50px 50px 00px 00px; 
	border-color:		#FFA30B;
/*	background-color:	#FC995D; */ /* skal bruges hvis rounded corners slåes fra */
	background-color:	#FB6509;
	color:			#777;
	border-right-style:	solid;
	border-top-style:	solid;
	border-left-style:	solid;
	border-width:		1px;

	float:			left;
	width:			10%;
	cursor:			default;
	padding:		3px;
	font-size:		10pt;
	text-align:		center;
}

.tab_content {
/*	-moz-border-radius: 	0px 10px 10px 10px;*/
	width: 			100%;
	height:			auto;
	border-color: 		#FFA30B;
	border-top-style:	solid;
	border-left-style:	solid;
	border-right-style:	solid;
	border-width:		1px;
	color: 			#000;
	float: 			left;
	background:		white;
}

.tab_filling {
	height:			auto;
	font-size:		10pt;
}

.bottom_content {
/*	-moz-border-radius:	0px 00px 10px 10px; */
	background-color:	#FB6509;
	width:			100%; 
	height:			15px;
	text-align:		center;
	font-size:		8pt;
}

.maindiv {
	width:			85%;
	font-size:		18pt;
}


.left_td
{
	vertical-align:		top;
	width:			33%;
	padding:		15px;
}

.front_page_td
{
	vertical-align:		top;
	padding:		15px;
}

.center_td
{
	border-right:		1px dotted grey;
	border-left:		1px dotted grey;
	vertical-align:		top;
	width:			33%;
	padding:		15px;
	width:			33%;
}

.right_td
{
	vertical-align:		top;
	width:			33%;
	padding:		15px;
}

.maintable
{
	font-size:		10pt;
	padding-left:		20px;
	padding-top:		20px;
	
}
