@import url("vucmenustyle.css");
/* Global Styles - imported */
body {
	font-family: "Verdana", "Helvetica"; 
	font-size:12px;
	background-color:#dfebee;
	background-image:url("../grafik/baggrund_content.gif");
	background-repeat:no-repeat;
	background-position :left top; 
	line-height: 16px;
	color: #333333;
	}

/* ID Styles - importeret fra vucmenustyle */

/* ID Styles - CONTENT */
#content4 {
	float: left;
	width: 227px;
	padding: 0 9px 0 14px;
	color: #333333;
/*	background: transparent url(../grafik/bg_menu_dots.gif) repeat-y left top; */
	}
#content4 h1 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 6px -14px;
	color:#FFFFFF;
	background-color:#162929
	}
#content4 h2 {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 6px -14px;
	color:#FFFFFF;
	background-color:#162929
	}
#content4 h3 {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 6px -14px;
	color:#FFFFFF;
	background-color:#162929
	}
#content4 table {
 	font-size:10px;
	background:none;
	border:dotted;
	}
#content4 p {
		margin: 0 0 0 0px;
	}

#content2 {
	float: left;
	width: 463px;
	padding: 0 9px 0 14px;
	color: #333333;
/*	background: transparent url(../grafik/bg_menu_dots.gif) repeat-y left top; */
	}
#content2 h1 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 6px -14px;
	color:#FFFFFF;
	background-color:#162929
	}
#content2 h2 {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 6px -14px;
	color:#FFFFFF;
	background-color:#162929
	}
#content2 h3 {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 6px -14px;
	color:#FFFFFF;
	background-color:#162929
	}
#content2 table {
 	font-size:10px;
	background:none;
	border:dotted;
	}
#content2 p {
		margin: 0 0 0 0px;
	}


/* Class Styles */
a.bullets {
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	}
a.bullets:hover {
	text-decoration: underline;
	background: transparent url("../grafik/icon_arrow_blue.gif") no-repeat 0 6px;
	padding-left: 10px;
	}
.imagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
 	color: #016F85;
	}
.subtitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
 	color: #333333;
	}
.title {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 24px;
	line-height: 30px;
 	background-color: #016F85;
	color: #DCDCDC;
	}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	}

		
/* Class Styles TABLE */
.tableblackwhite {
	border-width: 1px;
	border-style: solid;
	border-color: #BDC7CA;
	border-collapse: collapse;
	}
.tableblackwhite th {
	padding: 6px;
	height:10px;
	color:#ffffff;
	background-color: #172929;
	}
.tableblackwhite td {
	padding: 6px;

	border-style: none;
	background-color: #fff5ee;
	}

.tablebluewhite {
	border-width: 1px;
	border-style: solid;
	border-color: #BDC7CA;
	border-collapse: collapse;
	}
.tablebluewhite th {
	padding: 6px;
	height:10px;
	color:#ffffff;
	background-color: #3a6f98;
	}
.tablebluewhite td {
	padding: 6px;
	border-style: none;
	background-color: #fff5ee;
	}

.tablegraywhite {
	border-width: 1px;
	border-style: solid;
	border-color: #BDC7CA;
	border-collapse: collapse;
	}
.tablegraywhite th {
	padding: 6px;
	height:10px;
	color:#ffffff;
	background-color: #4b4b4b;
	}
.tablegraywhite td {
	padding: 6px;

	border-style: none;
	background-color: #fff5ee;
	}

.tableredwhite {
	border-width: 1px;
	border-style: solid;
	border-color: #BDC7CA;
	border-collapse: collapse;
	height:10px;
}
.tableredwhite th {
	padding: 6px;
	height:10px;
	color:#FFFFFF;
	background-color: #cd2d42;
}
.tableredwhite td {
	padding: 6px;

	border-style: none;
	background-color: #fff5ee;
}

.tablecyanwhite {
	border-width: 1px;
	border-style: solid;
	border-color: #BDC7CA;
	border-collapse: collapse;
}
.tablecyanwhite th {
	padding: 6px;
	height:10px;
	color:#333333;
	background-color: #c598c6;
}
.tablecyanwhite td {
	padding: 6px;

	border-style: none;
	background-color: #fff5ee;
}


.tablelightblue {
	border-width: 1px;
	border-style: solid;
	border-color: #BDC7CA;
	border-collapse: collapse;
	}
.tablelightblue th {
	padding: 6px;
	height:10px;
	color:#333333;
	background-color: #d8e4e7;
	}
.tablelightblue td {
	padding: 6px;

	border-style: none;
	background-color: #fff5ee;
	}

.tablegreenwhite {
	border-width: 1px;
	border-style: solid;
	border-color: #BDC7CA;
	border-collapse: collapse;
	}
.tablegreenwhite th {
	padding: 6px;
	height:10px;
	color:#333333;
	background-color: #558F96;
	}
.tablegreenwhite td {
	padding: 6px;

	border-style: none;
	background-color: #fff5ee;
	}

.tableyellowwhite {
/*	border-width: 2px;
 	border-style: solid;
	border-color: #BDC7CA; */
	border-collapse: collapse;
	}
.tableyellowwhite th {
	padding: 2px;
	color:#000000;
	}
.tableyellowwhite td {
	padding: 1px;
	line-height: 16px;
	border-style: none;
	}



