BODY {
	background: url(../_img/bredbandskollen.gif) no-repeat top center;
	padding: 95px 0 20px 0;
	margin: 0;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 14px;
}
P{
	margin-top: 0;
}
H3{
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
A {
	color: #3a84b6;
}
A:hover {
	color: #000;
}
A IMG {
	border: 0;
}
/* header */
DIV#header P {
	width: 550px;
	margin: 0 auto;
	font-size: 21px;
	color: #858484;
	font-weight: normal;
	line-height: 1.3;
}
DIV#header {
	padding-bottom: 15px;
}
/* menu */
DIV#menu {
	background: url(../_img/menubar.gif) repeat-x;
	margin-bottom: 15px;
}
DIV#menu UL {
	width: 36em;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
DIV#menu LI {
	border-right: 1px solid #fff;
	float: left;
	height: 40px;
	margin: 0;
	padding: 16px 15px 0 15px;
	font-weight: bold;
}
DIV#menu LI#about {
	border-left: 1px solid #fff;
}
DIV#menu A {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
/* content */
DIV#content {
	background: url(../_img/dashes.gif) repeat-x top left;
	width: 570px;
	margin: 0 auto;
	text-align: center;
	padding-top: 2px;
}
DIV#content DIV.contentPlate{
	margin: 0 auto;
	padding: 25px 85px 0 85px;
}
DIV#content li.nr1{
	background: url(../_img/bullet_blue.gif) no-repeat top left;
}
DIV#content li.nr2{
	background: url(../_img/bullet_blue.gif) no-repeat top left;
}

/* download */
DIV#download{
	background: url(../_img/boxbackground_top_grey.png) no-repeat top left;
	margin:0 auto;
	padding-top: 5px;
}
DIV#download H3{
	/*margin-top: 0;*/
	text-align: center;
}
DIV#downloadBox {
	background: url(../_img/boxbackground_bottom_grey.png) no-repeat bottom left;
	margin:0 auto;
	padding-bottom: 5px;
}
DIV#downloadBox DIV{
	background: #efeff0 url(../_img/boxbackground_grey.png);
	overflow: hidden;
	padding: 12px 15px;
}
DIV#downloadBox DIV P{
	text-align: left;
}
/* FAQ */
DIV#faq {
	margin-top: 30px;
}
DIV#faq ul{
	text-align: left;
	margin:0 auto;
	padding:0;
	list-style: none;
}
DIV#faq UL H3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: left;
}
DIV#faq li{
	background: url(../_img/bullet_blue.gif) no-repeat left 3px;
	padding: 0 0 0 20px;
	margin-bottom: 15px;
}
/* footer */
DIV#footer {
	text-align: center;
	padding: 30px 0; 
}
DIV#footer DIV{
	background: url(../_img/dashes.gif) repeat-x top left;
	width: 570px;
	margin: auto;
	padding: 12px 0 0 0;
}
A#ptsLogotype{
	margin: 0 25px;
}

/* page specific */
BODY.test LI#test{
	background: url(../_img/menubarSelected.gif) no-repeat bottom center;
	color: #fff;
}
BODY.test DIV#content DIV.contentPlate {
	padding: 25px 75px 0 75px;
}
BODY.about LI#about{
	background: url(../_img/menubarSelected.gif) no-repeat bottom center;
	color: #fff;
}
BODY.about DIV#content DIV.contentPlate {
	text-align: left;
	padding-top: 20px;
}
BODY.about DIV#content DIV.contentPlate H3{
	margin-top: 0;
}

BODY.oldVersion DIV#content DIV.contentPlate {
	text-align: left;
	padding-top: 20px;
}
BODY.oldVersion DIV#content DIV.contentPlate H3{
	margin-top: 0;
}

BODY.oldVersion LI#oldVersion{
	background: url(../_img/menubarSelected.gif) no-repeat bottom center;
	color: #fff;
}

BODY.ipv6 DIV#content DIV.contentPlate {
	text-align: left;
	padding-top: 20px;
}

BODY.ipv6 DIV#content DIV.contentPlate H3{
	margin-top: 0;
}

BODY.ipv6 LI#ipv6{
	background: url(../_img/menubarSelected.gif) no-repeat bottom center;
	color: #fff;
}


/* Ipv6 */
DIV#ipv6 {
	margin-top: 30px;
}
DIV#ipv6 ul{
	text-align: left;
	margin:0 auto;
	padding:0;
	list-style: none;
}
DIV#ipv6 UL H3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: left;
}
DIV#ipv6 li{
	background: url(../_img/bullet_blue.gif) no-repeat left 3px;
	padding: 0 0 0 20px;
	margin-bottom: 15px;
}


/* statistik */

BODY.statistik DIV#content {
	width: 770px;
}

BODY.statistik LI#statistik{
	background: url(../_img/menubarSelected.gif) no-repeat bottom center;
	color: #fff;
}

BODY.statistik DIV#content DIV.contentPlate {
	text-align: left;
	padding: 0;
}

.settings {
	background: url(../_img/bg_settings.png) no-repeat top;
	height: 60px;
	padding-left: 20px;
	margin-bottom: 20px;
}

form {
	margin: 0;
}

.settings p {
	float: left;
	margin: 18px 10px 0 0px;
	border-right: 1px solid #ccc;
	padding-right: 15px;
}

.settings p#f_submit {
	float: right;
	margin: 0;
	width: 83px;
	border: 0;
	padding: 7px 10px 0 0;
}

.settings p label {
	color: #666;
	font-weight: bold;
	font-size: 12px;
}

.add_dropdown img {

}

.t_right {
	text-align: right;
}

.clear {
	clear: both;
}

#statshead {
	background: url(../_img/head_matresultat.png) no-repeat top;
	height: 40px;
	text-indent: -5000px;
	padding: 0;
	margin: 20px 0;
}

ul.tabs {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

ul.tabs li {
	float: left;
	height: 33px;
	margin-left: 5px;
}

ul.tabs li a {
	display: block;
	height: 33px;
	text-indent: -5000px;
}

li#t_lev a {
	background: url(../_img/tab_lev_off.png) no-repeat top;
	width: 131px;
}

li#t_hast a {
	background: url(../_img/tab_hast_off.png) no-repeat top;
	width: 119px;
}

li#t_lan a {
	background: url(../_img/tab_lan_off.png) no-repeat top;
	width: 55px;
}

li#t_om a {
	background: url(../_img/tab_om_off.png) no-repeat top;
	width: 172px;
}

li#t_hasta a {
	background: url(../_img/tab_hasta_off.png) no-repeat top;
	width: 164px;
}

li#t_lev a.on {
	background: url(../_img/tab_lev_on.png) no-repeat top;
}

li#t_hast a.on {
	background: url(../_img/tab_hast_on.png) no-repeat top;
}

li#t_lan a.on {
	background: url(../_img/tab_lan_on.png) no-repeat top;
}

li#t_om a.on {
	background: url(../_img/tab_om_on.png) no-repeat top;
}

li#t_hasta a.on {
	background: url(../_img/tab_hasta_on.png) no-repeat top;
}

#resultwrapper {
	background: url(../_img/bg_boxborder_mid.png) repeat-y top;
}

#result {
	padding: 0 15px;
}

#result_top {
	background: url(../_img/bg_boxborder_top.png) no-repeat top;
	height: 15px;
}

#result_bot {
	background: url(../_img/bg_boxborder_bot.png) no-repeat bottom;
	height: 15px;
}

#resulthead {
	overflow: auto; /* IE needs layout */
	margin-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

#resulthead h2 {
	float: left;
	margin: 0;
	color: #4397c3;
}

#resulthead p {
	float: right;
	margin: 5px 0 0 0;
	color: #666;
}

#result p {
	color: #666;
	font-size: 12px;
}

#result h3 {
	color: #666;
	text-align: left;
}

#result p.selections {
	float: left;
	margin: 0 20px 0 0;
}

.c1 {
	background: url(../_img/c1.png) no-repeat center left;
	padding-left: 10px;
}

.c2 {
	background: url(../_img/c2.png) no-repeat center left;
	padding-left: 10px;
}

.c3 {
	background: url(../_img/c3.png) no-repeat center left;
	padding-left: 10px;
}

.c4 {
	background: url(../_img/c4.png) no-repeat center left;
	padding-left: 10px;
}

.c5 {
	background: url(../_img/c5.png) no-repeat center left;
	padding-left: 10px;
}

#graph {
	border: 3px solid #999;
	padding: 20px;
}

#graph h3 {
	float:left;
	color: #666;
	text-align: left;
	margin: 0;
	padding: 0;
}

#setgraph {
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
}

#setgraph img {
	float: left;
	margin-left: 4px;
}

table {
	border-collapse:collapse;
	width: 100%;
}

th {
	background: #fff url(../_img/bg_th.png) repeat-x bottom;
	text-align: left;
	color: #666;
	padding: 3px 6px;
	font-size: 12px;
}

td {
	border: 1px solid #eee;
	color: #666;
	padding: 3px 6px;
	font-size: 12px;
}

tr.summary td {
	border: 0;
	border-top: 2px solid #eee;
}

.colactive {
	background: #f5f5f5;
}

th.active {
	background: #999 url(../_img/bg_th_on.png) repeat-x bottom;
	color: #fff;
}

th.header { 
	background: #fff url(../_img/bg_th_unsorted.png) repeat-x bottom right;
	text-align: left;
	color: #666;
	padding: 3px 12px 3px 6px;
	font-size: 12px; 
    cursor: pointer; 
} 

th.headerSortUp { 
	background: #999 url(../_img/bg_th_sortup.png) repeat-x bottom right;
	color: #fff;
} 

th.headerSortDown { 
	background: #999 url(../_img/bg_th_sortdown.png) repeat-x bottom right;
	color: #fff;
} 

.hide {
	display: none;
}

tr.hide td {
	color: #999;
}

.evenrow, .oddrow {
	clear: both;
}

.rowinfo {
	float: left;
	width: 230px;
	color: #666;
	font-size: 0.8em;
	height: 30px;
	line-height: 30px;
	padding-left: 9px;
}

.rowinfo:hover {
	color: #333;
}

.rowbars {
	background: #eee;
	float: left;
	width: 501px;
	height: 30px;
}

.oddrow .rowinfo {
	background: #f5f5f5;
}

.oddrow .rowbars {
	background: #f5f5f5 url(../_img/bg_grid_f5f.png) repeat bottom left;
}

.evenrow .rowinfo {
	background: #fff;
}

.evenrow .rowbars {
	background: #fff url(../_img/bg_grid_fff.png) repeat bottom left;
}

.rowfooter1, .rowfooter2, .rowfooter3 {
	float: left;
	width: 234px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 0.8em;
	text-align: right;
	padding-right: 5px;
}

.rowfooter2 {
	width: 244px;
}

.rowfooter3 {
	width: 244px;
}

.b1, .b2, .b3, .b4, .b5, .b6, .b7, .b8, .b9, .b10 {
	float: left;
	width: 1px;
	font-size: 11px;
	color: #666;
	text-align: center;
	height: 15px;
	margin-top: 7px;
}

.b1:hover, .b2:hover, .b3:hover, .b4:hover, .b5:hover, .b6:hover, .b7:hover, .b8:hover, .b9:hover, .b10:hover {
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #666;
}

.b1 {
	background: #e12a00;
	border-bottom: 1px solid #b42200;
}

.b2 {
	background: #ff3000;
	border-bottom: 1px solid #cc2600;
}

.b3 {
	background: #ff6600;
	border-bottom: 1px solid #cc5200;
}

.b4 {
	background: #ffa200;
	border-bottom: 1px solid #cc8200;
}

.b5 {
	background: #ffcc00;
	border-bottom: 1px solid #cca300;
}

.b6 {
	background: #fff600;
	border-bottom: 1px solid #ccc500;
}

.b7 {
	background: #d2ff00;
	border-bottom: 1px solid #a8cc00;
}

.b8 {
	background: #a8ff00;
	border-bottom: 1px solid #86cc00;
}

.b9 {
	background: #66ff00;
	border-bottom: 1px solid #52cc00;
}

.b10 {
	background: #00ff12;
	border-bottom: 1px solid #00cc0e;
}

.infoimg {
	text-align: center;
	margin-top: 25px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	opacity: 0.90;
	color: #333;
}

#tooltip h3, #tooltip div { margin: 0; }

.center {
	text-align: center;
}

#helpbox {
	background: #ffffcc url(../_img/bg_help.png) top left;
	height: 59px;
	padding: 0px 7px 0 15px;
	margin-bottom: 20px;
}

#helpbox h3 {
	float: left;
	text-align: left;
	color: #666;
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 0 0;
	width: 570px;
}

#helpbox p {
	float: left;
	color: #666;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	width: 570px;
}

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

a#helpclose {
	float: right;
	padding: 5px 5px 0 0;
}
