BODY {
	SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: silver;
	SCROLLBAR-SHADOW-COLOR: black;
	SCROLLBAR-ARROW-COLOR: silver;
	SCROLLBAR-BASE-COLOR: silver;
	scrollbar-3d-light-color: silver;
	scrollbar-dark-shadow-color: silver
}

/******************************* Formateringen til alm. tekst ********************************/
/* Husk at opdatere styles i styleTE.css - det er der Text Editorens style styres */
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
	margin: 0em;
}

.overskrift1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #37546E;
	margin: 0em;
	font-weight: bold;
}

.overskrift2{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #37546E;
	margin: 0em;
	font-weight:bold;
}

.overskrift3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #37546E;
	margin: 0em;
	font-weight:bold;
}

.normal_hvid {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
	margin: 0em;
}

/********************************** Formateringen til links **********************************/

A:link	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000;
	margin: 0em;
	
}

A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000;
	margin: 0em;
	
}

A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000;
	margin: 0em;
	
}

A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000;
	margin: 0em;
	
}

/******************************* Formateringen til FormFields ********************************/
.LayoutField	{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:10px; 
}

.LayoutButtonSmall {
	font-family: Verdana; 
	font-size: 10px; 
	color: #666666; 
	border: 1px solid #4B4A49; 
	padding: 0; 
	background-color: #EEEEEE;
	width:40px;
	cursor:hand;
}

.LayoutButton {
	font-family: Verdana; 
	font-size: 10px; 
	color: #666666; 
	border: 1px solid #4B4A49; 
	padding: 0; 
	background-color: #EEEEEE;
	width:80px;
	cursor:hand;
}

/***************************** Formateringen til dropdown menuen *****************************/
table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #ffffff;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #849FB7; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px; /*angivelse af højde/bredde på dropdown */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	white-space: nowrap;
}
table.MenuTop td	{
	color: #ffffff;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #849FB7; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	white-space: nowrap;
}
table.MenuTop td	{
	color: #ffffff;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #849FB7; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	white-space: nowrap;
}

/******************************* Formateringen til FoldoutMenu *******************************/
.FoldoutMenu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	font-size:10px;
	line-height: 15pt;
	font-weight: bold;
	text-decoration: none;
}

.FoldoutMenu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	font-size:10px;
	line-height: 10pt;
	text-decoration: none;
}

.FoldoutMenu3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	font-size:10px;
	line-height: 10pt;
	text-decoration: none;
}