body {
	background: #fff url(../img/bg_body.jpg) repeat-y top center;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}

div#start-left .normal {
	padding: 0 28px;
}

div#start-right .normal {
	padding: 0 15px;
}

div#sub-right .normal {
	padding: 0 10px;
}

hr {
	height: 1px;
	color: #d4d4d4;
	background-color: #d4d4d4;
	padding: 0;
	margin: 5px 0 10px 0;
	*margin: 5px 0 5px 0;
	border-bottom: 0px solid #fff;
	border-top: 0px solid #808183;
	border-right: 0px;
	border-left: 0px; 
}

h1 {
	font-family: times, serif;
	font-size: 30px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: times, serif;
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 0;
}

h3 {
	font-family: times, serif;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
}

ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 20px;
}

div#layout-body {
	margin: 0 auto;
	width: 807px;
	border: 0px solid yellow;
}

div#logo {
	padding: 0 0 20px 0;
}

a.arrow {
	background: url(../img/arrow.gif) no-repeat;
	color: #f68220;
	text-decoration: none;
	padding: 0 0 0 12px;
}

a {
	color: #f68220;
	text-decoration: none;
}

a:focus, a:hover, a:active { outline:none }

a img { border: 0;}

div#menu-search {
	background: url(../img/bg_meny.gif) repeat-x bottom;
	height: 35px;
	border-bottom: 1px solid #fff;
}

#search {
	padding: 0px 16px 0px 0;
	float: right;
	width: 160px;
	text-align: right;
}

div#wide {
	padding: 0 0 0 10px;
	clear: both;
}

div#start-left {
	width: 522px;
	float: left;
	padding: 0 0 0 10px;
}

div#start-right {
	width: 256px;
	float: right;
	padding: 0 10px 0 0;
}

img.textonright {
	float: left;
	margin: 5px 20px 5px 0px;
}

img.textonleft {
	float: right;
	margin: 5px 0 5px 20px;
}

img.border {
	border-bottom: 3px solid #a62375;
}

div#content {
	background: url(../img/bg_content.gif) repeat-y;
	padding: 30px 0 0 0;
	height: 100%;
	overflow: hidden;
}

div#content-sub {
	float: right;
	width: 524px;
	padding: 0 42px 0 0;
}

div#sub-left {
	float: left;
	width: 358px;
}

div#sub-right {
	float: right;
	width: 145px;
}

div#left-menu {
	width: 161px;
	padding: 0 0 0 30px;
	float: left;
}

div.menu-slot {
	padding: 20px 0 0 0;
}



/**** Topmenu ****/

div#topmenu {
	width: 500px;
	margin: 15px 17px 1px 0;
	line-height: 8px;
	font-size: 8px;
	float: right;
}

div#topmenu ul {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
}

div#topmenu ul li {
	border-right: 2px solid #d4d3d3;
	float: left;
	display: block;
	margin: 0;
	padding: 0 7px;
}

div#topmenu ul li.topmeny-item-last {
	border-right: 0px solid;
}

div#topmenu ul li a {
	color: #525151;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8px;
	font-family: arial, verdana, sans-serif;
}

/**** Level 1 ****/

div#menu {
	width: 610px;
	float: left;
}

div#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#menu ul li {
	float: left;
	display: block;
	margin: 0;
	padding: 0 0 0 7px;
	height: 35px;
	background: url(../img/bg_menu_left.gif) no-repeat bottom left;
}

div#menu ul li.first {
	background: url(../img/bg_menu_left.gif) no-repeat bottom left;
}

div#menu ul li.last-active {
	background: url(../img/bg_menu_left_active.gif) no-repeat bottom left;
}

div#menu ul li.active {
	background: url(../img/bg_menu_left_active.gif) no-repeat bottom left;
}

div#menu ul li.first-active {
	background: url(../img/bg_menu_left_first_active.gif) no-repeat bottom left;
}

div#menu ul li a {
	color: #525151;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	height: 35px;
	display: block;
	background: url(../img/bg_menu_right.gif) no-repeat bottom right;
	padding: 0 24px 0 17px;
}

* html div#menu ul li a {
	display: inline-block;
}

div#menu ul li a.last {
	background: url(../img/bg_menu_right_last.gif) no-repeat bottom right;
}

div#menu ul li a.active-l1 {
	background: url(../img/bg_menu_right_active.gif) repeat-x bottom right;
}

div#menu ul li a.active-l1-last {
	background: url(../img/bg_menu_right_last_active.gif) repeat-x bottom right;
}

/*** Level 2 ***/

div#menu-2 {
}

div#menu-2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#menu-2 ul li {
	margin: 0;
	padding: 3px 0 3px 0px;
}

div#menu-2 ul li a {
	color: #525151;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
}

/*** Level 3 ***/


div#menu-2 ul ul li {
	margin: 0;
	padding: 3px 0 3px 14px;
}

div#menu-2 ul ul li a {
	color: #525151;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
}

/*** News module ***/

div#start-left .news-extra {
	padding: 0 28px;
}

.news-extra-entry {
	border-bottom: 1px solid #D4D4D4;
	padding: 10px 0;
	clear: both;
	height: 100%;
	overflow: hidden;
}

.news-extra-entry-first {
	border-bottom: 1px solid #D4D4D4;
	padding: 0 0 10px 0;
	clear: both;
	height: 100%;
	overflow: hidden;
}

.news-extra-entry .image, .news-extra-entry-first .image {
	float: left;
	width: 150px;
	display: block;
}

.news-extra-entry .content, .news-extra-entry-first .content {
	float: left;
	width: 304px;
	display: block;
}

.news-extra-entry .format, .news-extra-entry-first .format {
	display: none;
}

.news-extra-entry .date, .news-extra-entry-first .date {
	font-weight: bold;
	display: block;
	font-size: 9px;
	color: #aaa;
	padding: 0 0 5px 0;
}

.news-extra-entry .title, .news-extra-entry-first .title {
	font-weight: bold;
	display: block;
}

.news-extra-entry .description, .news-extra-entry-first .description {
	display: block;
	clear: both;
	padding: 5px 0;
}

.news-extra-entry .link, .news-extra-entry-first .link {
	display: block;
}

/* Search */

#searchform
{
	margin: 0;
	padding: 0;
}

.search-holder
{
	width: 165px;
	height: 19px;
	background: url(../img/bg_search.gif) no-repeat;
	padding: 0 0 0 0px;
}

.search-input
{
	width: 120px;
	height: 19px;
	background: none;
	border: none;
	color: #000000;
	margin: 0px;
	padding: 3px 0 0 5px;
	font-size: 11px;
	display: block;
	float: left;
}

.searchButton {
	display: block;
	float: right;
}

/*** tab objekt ***/

h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h5.tab {
	color: #000;
	background: #fff;
	border-bottom: 1px solid #000;
}

h5.tab-active {
	color: #000;
	background: #fff;
	border-bottom: 1px solid #000;
}

ul.tab-navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.tab-navigation li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.tab-navigation li.active {
	
}

ul.tab-navigation li.active a {
	color: #000;
	text-decoration: none;
}

ul.tab-navigation li a {
	text-decoration: none;
}

.tab-container {
	clear: both;
	padding: 0;
}


/** Scorecard **/

table.scorecard  th, table.scorecard  td {
	border-right: 1px solid #ddd;
	padding: 2px;
	border-bottom: 1px solid #ddd;
	height: 10xp;
}


table.scorecard  tr {
	
}

table.scorecard td.reference-column { font-weight: bold; }

table.scorecard td.highlight-0 { background: #fa0000; }
table.scorecard td.highlight-10 { background: #ff2a00; }
table.scorecard td.highlight-20 { background: #ff4e00; }
table.scorecard td.highlight-30 { background: #ff8100; }
table.scorecard td.highlight-40 { background: #ffad00; }
table.scorecard td.highlight-50 { background: #ffd100; }
table.scorecard td.highlight-60 { background: #fded04; }
table.scorecard td.highlight-70 { background: #e3fc0c; }
table.scorecard td.highlight-80 { background: #baff18; }
table.scorecard td.highlight-90 { background: #2eff42; }
table.scorecard td.highlight-100 { background: #2eff42; }
table.scorecard td.highlight-110 { background: #2eff42; }

table.scorecard td.not-a-number { background: #eee;}
