@import url(/css/global.css);
@import url(/css/framkalla.css);
@import url(/css/system.css);
body{
	overflow: -moz-scrollbars-vertical;
	background: #c1c1c1 url(/layout/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
h2 {
	margin-bottom: 5px;
	padding-bottom: 0px;
	line-height: 100%;
}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
#header {
	text-align: right;
	height: 59px;
	padding: 0;
	margin:0;
}

img#logo {
	margin: 0;
	padding:0;
	float: left;
}
ul#menu {
	margin: 0;
	padding:0;
	padding-top:31px;
	list-style-type: none;
}
ul#menu li{
	float: right;
	height: 28px;
	margin-left: 0px;
	background: url(/layout/left_both.gif) no-repeat left top;
	padding-left: 9px;
}
ul#menu li a {
	padding-top:8px;
	padding-bottom: 4px;
	background: url(/layout/right_both.gif) no-repeat right top;
	padding-right: 10px;
	text-decoration: none;
	color: #86630d;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

ul#menu li a:hover, ul#menu li#Active a, ul#menu li.active a{
	background: url(/layout/right_both.gif) no-repeat right -150px;
	color: #000;	
}
ul#menu li#Active[id] a {
	padding-bottom: 5px;
}
ul#menu li#Active[id] {
	padding-bottom: 1px;
}
ul#menu li#Active a {
	border-bottom: 0px;
}
ul#menu li#Active {
}
ul#menu li:hover, ul#menu li#Active, ul#menu li.active{
	background: url(/layout/left_both.gif) no-repeat left -150px;;
	*>border-bottom: 1px solid #debb6b;
}

#body {
	*>margin-top: -1px;
	background: #fff;
	border: 1px solid #debb6b;
}

#topcorners {
	height: 12px;
	position: relative;
	left: -2px;
	top: -2px;
	background: url(/layout/tl.jpg) no-repeat;
}

#maincont {
	padding: 10px;
}

#main {
}

#footer {
	margin-top: 10px;
	width: 980px;
	text-align: center;
	color: #666;
}


#footer a{
	font-decoration: none;
	color: #444;
}

#bottomcorners{
	position: relative;
	background: url(/layout/bl.jpg) no-repeat left bottom;
	left: -2px;
	top: 2px;
}
#bottomcorners #bl{
	height: 12px;
	background: url(/layout/br.jpg) no-repeat right bottom;
	position: relative;
	left: 4px;
}
#mode2 {
	float: left;
	width: 680px;
}

#right {
	width: 240px;
	margin-left: 700px;
}
div.clear {
	clear: both;
}
