/* @override http://www.mkmedia.se/kunder/grow/templates/mkmedia/css/template.css */

body {
	margin: 0;
	padding: 0;
	background: #3d2d25;
	font-family: arial;
	font-size: 12px;
}

a {
	color: #069ab0;
	text-decoration: none;	
}

a img {
	border: none;
}

#wrap {
	margin-top: 0px;
	width: 920px;
	margin: 0 auto;
	background: url(../images/bg.gif) center repeat-y;
}

#head {
	width: 900px;
	height: 120px;
	margin: 0px auto;
	background: url(../images/header.jpg) no-repeat;
}

#logo {
	float: left;
	margin-left: 45px;
	margin-top: 10px;
}

#main {
	padding: 20px 30px 20px 28px;
	width: 839px;
	margin: 0px auto;
	background: url(../images/fade_bg.gif) repeat-x bottom;
}

/* @group Menyn */

#menu {
	margin-top: 0px;
	background: url(../images/menubar.png) top no-repeat;
	padding-left: 37px;
}

#menu ul {
	margin: 0;
	padding: 4px 0 4px 0px;
	width: 880px;
	height: 33px;
	list-style-type: none;
	
}

#menu ul li {
	float: left;
	background: url(../images/horizontal_menu_spacer.gif) right no-repeat;
	padding-top: 9px;
	padding-bottom: 10px;
}

#menu ul li a {
	text-decoration: none;
	color: #fff;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px 11px;
	outline: none;
}

#menu ul li a:hover {
	background: #069ab0;
	color: #fff !important;
}

#menu a.mainlevel_current, #menu a.mainlevel_active {
	background: #069ab0;
	color: #fff !important;
}



/* @end */

/* @group Submeny */

#sub_menu {
	width: 196px;
	margin-top: 10px;
	float: left;
}

#sub_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-bottom: 15px;
}

#sub_menu ul li {
	display: block;
	background-position: 0;
}

#sub_menu ul#mainlevel li span.mainlevel {
	background: url(../images/bg_submenu_title.gif) no-repeat 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom: 1px solid #686868;
	display: block;
	color: #414141;
	font-weight: bold;
	text-transform: uppercase;
}

#sub_menu ul#mainlevel li {
	display: block;
}

#sub_menu ul li a.mainlevel {
	display: block;
	border-bottom: 1px solid #3d2d25;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #414141;
	text-decoration: none;
	background: url(../images/bg_li_submenu.gif) no-repeat 10px;
	outline: none;
}

#sub_menu ul#mainlevel li a:hover {
	background: url(../images/bg_li_submenu_active.gif) no-repeat 10px;
	outline: none;
}

#sub_menu ul#mainlevel li a#active_menu.mainlevel {
	background: url(../images/bg_li_submenu_active.gif) no-repeat 10px;
	outline: none;
}
/* @end */

/* @group Left */

#sub_menu h2 {
	background: none;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
}

/* @end */


/* @group Content */

#content {
	width: 590px;
	float: right;
	margin-right: 25px;
}

.alt_content {
	width: 850px !important;
	float: left !important;
	margin-right: 25px;
}

.contentpaneopen {
	width: 100%;
}

.contentpaneopen tbody tr td{
	padding: 0px !important;
}

.contentpaneopen tbody tr td a {
	color: #069ab0;
	text-decoration: none;	
}

#main img {
	padding: 4px;
	background: #f2f2f2 !important;
	border: 1px solid #d9d9d9 !important;
}

#content {
	padding-top: 10px;
}

#content h1 {
	margin-top: 10px;
}


/* @end */



/* @group Startsidan */

#start_left {
	width: 430px;
	float: left;
	padding-right: 10px;
}

h1 {
	background: url(../images/bg_h1.gif) no-repeat;
	padding-left: 20px;
	font-size: 26px;
	color: #414141;
	margin-top: 0;
}

#start_right {
	width: 380px;
	float: left;
	font-size: 11px;
	border-left: 1px solid #686868;
	padding-left: 15px;
}

#start_right tr td {
	padding-bottom: 10px;
}

h2 {
	margin: 0;
	padding-left: 20px;
	font-size: 18px;
	color: #414141;
	background: url(../images/bg_h2.gif) no-repeat;
}

#start_right a.right_link, .example_link {
	background: #353535;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	border-top: 1px solid #9a8c74;
	border-left: 1px solid #9a8c74;
	border-bottom: 1px solid #5c4d3f;
	border-right: 1px solid #5c4d3f;
	padding: 3px 7px;
}


#start_right img.image_left {
	padding-bottom: 20px;
}

#large_image {
	margin-top: 10px;
	margin-bottom: 10px;
}

#large_image ul#jw-sir {
	margin: 0px;
	width: 845px;
	height: 260px;
}

#large_image ul li{
	width: 845px;
	height: 260px;
}

/* @end */

/* @group Footer */

#footer {
	width: 920px;
	height: 32px;
	padding-top: 14px;
	padding-left: 80px;
	font-size: 10px;
	margin: auto;
	color: #3d2d25;
	background: url(../images/footer.gif) no-repeat center;
}



/* @end */

/* @group Klasser */

.image_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 4px !important;
}

.image_right {
	float: left;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 4px !important;
}
.clear {
	clear: both;
}



/* @end */
