/** orange specific bits */

/** header **/
div#header {
	background: #069 url(../images/mj_header_blue1.jpg) 50% 0 no-repeat;
}

/** links **/
/* Flyttet til template_css.css pga. WysiwygPro-problemer
a:link, 
a:visited {
	color: #fd4919; 
}

a:hover {
	color: #f30;	
	text-decoration: underline;
}
*/
/** menu stuff **/
#slider {
/*	border-bottom: 4px solid #B03412; */
	border-bottom: 4px solid #09c;
}

a.mainlevel:hover,
a.mainlevel#active_menu,
td#leftcol ul.submenu a:hover,
td#rightcol ul.submenu a:hover,
ul.submenu li.active a {
	color: #000;
	border-top: 1px solid #069;
/*	border-right: 4px solid #fd4919; ORIGINAL ORANGE */
/*	border-right: 4px solid #FC5E32; */
	border-right: 4px solid #069;
}

/** user block **/
body.left table#mainframe td#left2col {
	border-top: 1px solid #069;
	padding-top: 13px;
	background: #fff url(../images/mj_ushadow_orange_l.png) 100% 0 no-repeat;
}

body.right table#mainframe td#left2col {
	background: #fff url(../images/mj_ushadow_orange_l.png) 100% 0 no-repeat;
}

body.left table#mainframe td#right2col {
	border-top: 1px solid #069;
	padding-top: 16px;
	background: #fff url(../images/mj_ushadow_orange_r.png) 0 0 no-repeat;
}

body.right table#mainframe td#right2col {
	background: #fff url(../images/mj_ushadow_orange_r.png) 0 0 no-repeat;
}

table#mainframe td#usercol {
	background: #fff url(../images/mj_user_orange_bg.png) 0 0 repeat-x;
}


