@import url(/local/site/global.css);

body {
	background: #194a8b url(/local/site/layout/bg.jpg) center repeat-y;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

* {
	padding: 0px;
	margin: 0px;
}

#container {
	width: 899px;
	margin: 0 auto;
}

#header {
	width: 899px;
	height: 177px;
	background: url(/local/site/layout/header.jpg) no-repeat;
}

#logga {
	margin-left: 28px;
	padding-top: 6px;
}

#content {
	margin-top: 30px;
	width: 899px;
}

#hotline {
	position: relative;
	left: 740px;
	width: 155px;
	height: 20px;
	top: -25px;
}

#maincontent1 {
	margin-left: 30px;
	float: left;
	width: 563px;
}

#main {

}

#rightcontent1 {
	width: 250px;
	margin-left: 620px;
}

#maincontent2 {
	width: 260px;
	margin-left: 30px;
	float: left;
}

#rightcontent2 {
	margin-left: 320px;
	width: 550px;
}

#maincontent3 {
	padding: 0px 30px;
}

div.tabell {
	margin-bottom: 15px;
}

table#startsida {
	border-collapse: collapse;
}

table#startsida tr td img {
	padding-bottom: 10px;
}

/* TABELL */

table#tabell {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #999;
}

table#tabell tr.odd {
	background-color: #E9E7E7;
}

table#tabell tr.even {
	background-color: #fff;
}

table#tabell tr td {
	padding: 0px 6px;
	text-align: right;
	height: 18px;
	font-size: 10px;
}

table#tabell tr td.team {
	text-align: left;
	font-weight: bold;
}

table#tabell tr td.points {
	font-weight: bold;
}

/* END TABELL */

/* menu */

#menu {
	width: 899px;
	margin-top: 1px;
}

#menu-root {
	list-style-type: none;
	height: 34px;
	background: url(/local/site/layout/menu_bg.jpg) repeat-x;
}

#menu-root li {
	float: left;
	border-right: 1px solid #fff;
}

#menu-root li.active, #menu-root li.subactive, #menu-root li:hover {
	background: url(/local/site/layout/menu_bg_active.jpg) repeat-x;
}

#menu-root li a {
	color: #fff;
	padding: 10px 25px 9px 25px;
	display: block;
	font-weight: bold;
}

#submenu {
	width: 899px;
	margin-top: 1px;
}

#submenu-root {
	list-style-type: none;
	height: 34px;
	background: url(/local/site/layout/submenu_bg.jpg) repeat-x;
}

#submenu-root li {
	float: left;
	border-right: 1px solid #fff;
}

#submenu-root li.active, #submenu-root li.subactive, #submenu-root li:hover {
	background: url(/local/site/layout/submenu_bg_active.jpg) repeat-x;
}

#submenu-root li a {
	color: #fff;
	padding: 10px 25px 9px 25px;
	display: block;
	font-weight: bold;
}

/* END MENU */