/* stylesheet til Millex Websiden's Frontend */

/* basis elementer */
html, body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #3f3f3f;
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #3f3f3f;
	scrollbar-track-color: #3f3f3f;
	scrollbar-shadow-color: #3f3f3f;
	scrollbar-highlight-color: #3f3f3f;
	scrollbar-3dlight-color: #3f3f3f;
	scrollbar-darkshadow-Color: #3f3f3f;
}


/* Stylesheet til styring af tabellen "Frame" */
table.frame{
	width: 100%;
	height: 100%;
}

td.frame_content{
	vertical-align: middle;
}

/* Stylesheet til styring af tabellen "Main" */

table.main{
	width: 960px;
}

td.main_content{
	height: 510px;
	vertical-align: middle;
	background-color: #777777;
}

td.main_bottom{
	height: 20px;
}

/* Stylesheet til styring af tabellen "Bottom" */

table.bottom{
	height: 100%;
}

td.bottom_copyright{
	width: 798px;
	color: #b8b8b8;
	font-size: 11px;
	font-family: Arial, Verdana, Trebuchet, Sans Serif;
}

td.bottom_color{
	background-color: #777777;
	width: 10px;
}

td.bottom_spacer{
	width: 2px;
}

td.bottom_admin{
	background-color: #777777;
	width: 150px;
}

/* Stylesheet til styring af tabellen "layout" */
table.layout{
	height: 465px;
}

td.layout_left{
	width: 445px;
	vertical-align: top;
}

td.layout_middle{
	width: 20px;
}

td.layout_right{
	width: 445px;
	vertical-align: top;
}

/* Stylesheet til styring af tabellen "Navigation" */

table.navigation{
	height: 465px;
}

td.navigation_img{
	width: 445px;
	height: 140px;
	background-color: #cccccc;
}

td.navigation_menu{
	height: 140px;
	background-color: #cccccc;
	vertical-align: top;
}

td.navigation_kategori{
	width: 145px;
	height: 325px;
	background-color: #cccccc;
	vertical-align: top;
}

td.navigation_nyheder{
	width: 155px;
	height: 185px;
	background-color: #cccccc;
	vertical-align: top;
}

/* Stylesheet til styring af tabellen "Menu" */

table.Menu{
	width: 100%;
}

td.Menu_Content{
	width: 100%;
	height: 20px;
	vertical-align: middle;
	background-image: url("../grafik/bar1.jpg");
	padding-left: 5px;
}

/* Stylesheet til styring af tabellen "Nyheder" */
table.Nyheder{
	width: 100%;
}

td.Nyheder_Ov{
	height: 20px;
	background-image: url("../grafik/bar1.jpg");
	padding-left: 5px;
	
	color: #444444;
	font-size: 11px;
	font-family: Arial, Verdana, Trebuchet, Sans Serif;
	font-weight: bold;
}

td.Nyheder_Content{
	padding-left: 10px;
	padding-right: 10px;
	color: #444444;
	font-size: 11px;
	font-family: Arial, Verdana, Trebuchet, Sans Serif;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
}

/* Stylesheet til styring af tabellen "Kategori" */
table.Kategori{
	width: 100%;
}

td.Kategori_Ov{
	width: 100%;
	height: 20px;
	background-image: url("../grafik/bar1.jpg");
	padding-left: 5px;
	
	color: #000000;
	font-size: 11px;
	font-family: Arial, Verdana, Trebuchet, Sans Serif;
	font-weight: bold;
}

td.Kategori_Content{
	width: 100%;
	padding-left: 5px;
	color: #000000;
	font-size: 10px;
	font-family: Arial, Verdana, Trebuchet, Sans Serif;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* Stylesheet til styring af linksende "MenuLinks" */
a.Menulinks{
	color: #444444;
	font-size: 11px;
	font-family: Arial, Verdana, Trebuchet, Sans Serif;
	text-decoration: none;
}

a.Menulinks:visited{
	color: #444444;
	font-size: 11px;
	font-family: Arial, Verdana, Trebuchet, Sans Serif;
	text-decoration: none;
}

a.Menulinks:hover{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Verdana, Trebuchet, Sans Serif;
	text-decoration: none;
}


/* Stylesheet til styring af "AdminLink" */
a.AdminLink{
	color: #b8b8b8;
	font-size: 11px;
	font-family: Arial, Verdana, Trebuchet, Sans Serif;
	text-decoration: none;
}

a.AdminLink:visited{
	color: #b8b8b8;
	font-size: 11px;
	font-family: Arial, Verdana, Trebuchet, Sans Serif;
	text-decoration: none;
}

a.AdminLink:hover{
	color: #000000;
	font-size: 11px;
	font-family: Arial, Verdana, Trebuchet, Sans Serif;
	text-decoration: none;
}


/* Stylesheet til styring af linksende "MailLinks" */
a.MailLinks{
	color: #000000;
	font-size: 11px;
	font-family: Arial, Verdana, Trebuchet, Sans Serif;
	text-decoration: none;
}

a.MailLinks:visited{
	color: #000000;
	font-size: 11px;
	font-family: Arial, Verdana, Trebuchet, Sans Serif;
	text-decoration: none;
}

a.MailLinks:hover{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Verdana, Trebuchet, Sans Serif;
	text-decoration: none;
}
