/* 

#################################################

# Copyright 2006 Mcomputer. All rights reserved. #

#################################################

*/




/* ###################### LINK Settings ###################### */

a:link, a:visited, a:active { color: #0080FF; text-decoration: none; font-weight: none; }
a:hover { color: #79BCFF; font-weight: none; }

.content a:link, .content a:visited, .content a:active { color: #70A8E0; text-decoration: none; }
.content a:hover { color: #70A8E0; text-decoration: underline; }


/* ###################### HEAD SETTINGS ###################### */

body		{
	padding: 0px;
	margin: 0px; 
	height: 100%;
/*	background-color: #009933; */
}
#outerbox	{ /* background-color: #009933; */ padding-top: 20px; padding-bottom: 20px; }

.left		{
	background-position: right;
	background-repeat: repeat-y;
	width: 25px;
}
.right		{
	background-position: left;
	background-repeat: repeat-y;
	width: 25px;
}
.top_1				{ width: 800px; height: 25px; } /* 176 */
.top_2				{ width: 800px; height: 25px; } /* 176 */
.bottom				{ width: 800px; height: 25px; }
.middle				{ padding: 0px; background-color: #FFFFFF; width: 875px; }


#navigation { width: 178px; list-style: none; margin: 10px 0 0 30px; }
#navigation li { cursor: pointer; font-size: 15px; }
#navigation li a { height: 30px; display: block; padding: 12px 0 1px 15px; margin: 0 0 1px 0; text-decoration: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#navigation li a.selected, #navigation li a.selected:hover { color: #000000; background-color: #FFFFFF; font-weight: bold; }
#navigation li a:hover { padding-left: 20px; text-decoration: none; background-color: #f3fbff; color: #000000; }


/* ###################### TABLES ###################### */

TD {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	vertical-align: top;
}
.leftmenu {
	width: 178px;
	padding: 0px;
}
.rightmenu {
	width: 178px;
	padding: 0px;
}
.content {
	width: 519px;
	padding: 10px 30px 20px 30px;
}

.menu_top_inactive, .menu_top_inactive a { color: #000000; font-family: Verdana; font-size: 16px; padding: 3px 10px 0px 10px; font-weight: bold; }
.menu_top_active {
	font-family: Verdana;
	font-size: 16px;
	padding: 6px 10px 2px 10px;
	font-weight: bold;
	background-color: #D6DADE;
	border-right: 2px solid #BDC2C6;
	border-left: 2px solid #BDC2C6;
}
.menu_bottom_inactive { font-family: Verdana; font-size: 12px; padding: 0px 10px 0px 10px; font-weight: none; }
.menu_bottom_active {
	font-family: Verdana;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}

#navi_box_1_top {
	background-image: url("http://mcomputer.dk/img/navi_boxes/navi_box_1_top.jpg");
	background-repeat: no-repeat;
	width: 178px;
	height: 31px;
}
#navi_box_1_bottom {
	background-image: url("http://pchjælp.com/img/navi_boxes/navi_box_1_bottom.jpg");
	background-repeat: no-repeat;
	width: 178px;
	height: 32px;
}
#navi_box_1_mid {
	background-image: url("http://pchjælp.com/img/navi_boxes/navi_box_1_mid.jpg");
	background-repeat: repeat-y;
	width: 178px;
	padding: 0px 0px 0px 30px;
	margin-right: -30px;
}


/* ###################### ELEMENTS ###################### */

img   { border: 0px; }
#text { color: #000000; }
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 11px;
	padding: 3px 0px 0px 10px;
	margin: 0px;
	color: #000000;
	height: 17px;
	background-repeat: repeat-x;
	background-color: #C1CFDE;
	border-top: 1px solid #E6ECF2;
	border-bottom: 1px solid #B8C8D9;
}

small	{ font-size: 10px; }
.input 	{ border: 1px solid #666666; }
.submit { border: 1px solid #999999; background-color: #FFFFFF; }
#right	{ float: right; }
#left	{ float: left; }