/*
norsjo.css

2006-02-20 22:16:16 (Jake): created
2006-03-01 23:02:45 (Jake): lade till kontakt_left och kontakt_linje
2006-03-28  0:56:30 (Jake): lade till start_box6 och en hover-variant av take-off-loggan
2006-04-22 13:10:14 (Jake): modif for norsjö
*/

/*
-------------------------------
Allmänna prylar
-------------------------------
*/
html  {
	color: rgb(30, 88, 150);
	font-family: benquiat, arial, sans-serif;
	font-size: 12px;

/*
Observera att ökar man font-size till något större än 7px kommer
Internet Explorer inte tillåta något element med höjd mindre än det
antal pixlar.	Listerna i Aktuellt-rutan råkar vara just 7 pixlar höga..
*/

}

body {
	background-color: white;
}

a  { color: #07386D; text-decoration: none; font-size: 11px; }
a:hover   { color: rgb(40, 56, 50); text-decoration: none; }

/*
B  { color: rgb(30,86,146); font-weight: bold; font-size: 11px; }
c  { color: rgb(30,86,146); font-size: 10px; }
*/

a.newscurrent  { color: rgb(90, 130, 115); }

p	{
	font-size: 11px;
	margin: 0 0 0 0;
	padding-bottom: 8px;
}

label {
	font-size: 12px;
}

img.preview {
  border: 0px;
}

/*
td används för celler i tabeller, för närvarande formuläret
*/
td {
	font-size: 12px;
}

th {
	text-align: left;
}

td.center {
	text-align: center;
}

.nicediv {
	padding-top: 10px;
	padding-left: 10px;
	width: 70%;
}

/*
-------------------------------
Box
-------------------------------
*/
.boxtitle {
	position: relative;
	width: 200px;
	height: 27px;
	background-image: url(art/boxtop.png);
}

.boxbody {
	position: relative;
	width: 200px;
	min-height: 200px;
	background-image: url(art/boxbody.png);
}

.boxmargin {
	position: relative;
	padding-top: 5px;
	padding-left: 10px;
	width: 160px;
}

.boxbottom {
	position: relative;
	width: 200px;
	height: 32px;
	background-image: url(art/boxbottom.png);
}

/* stilen som datumet skall visas med */
.date {
	font-size: 12px;
	font-style: italic;
	text-align: right;
	padding-bottom: 0;
}

/*
-------------------------------
Enkel låda för att rama in lite
-------------------------------
*/
.simplebox {
	background-color: rgb(100, 200, 240);
	border: solid 1px black;
	width: 50%;
	padding: 5px;
}


/*
-------------------------------
Pilen som används som länk här och där
-------------------------------
*/
.button_arrow div img {
	display: none;
}

.button_arrow div {
	cursor: pointer;
	margin-right: 10px;
	float: right;
	width: 26px;
	height: 26px;
	background-image: url(art/arrow.png);
}

.button_arrow:hover div {
	background-image: url(art/arrow-over.png);
}


/*
-------------------------------
Logga i topplisten
-------------------------------
*/


/*
-------------------------------
Loggor i nedre listen
-------------------------------
*/

#logo_noname  {
	position: absolute;
	left: 117px;
	top: 14px;
	width: 201px;;
	height: 41px;
	background-image: url(art/logo-noname.png);
}

#logo_noname:hover {
	background-image: url(art/logo-noname-over.png);
}

/*
-------------------------------
Start
-------------------------------
*/

#start_news_pane {
	position: absolute;
	left: 20px;
	top: 20px;
}

#start_bottom_link {
  position: absolute;
  left: 20px;
  top: 280px;
  width: 185px;
}

#start_page {
	position: absolute;
	left: 230px;
	top: 0px;
	width: 560px;
	height: 400px;
	background-image: url(art/start_back.png);
	background-repeat: no-repeat;
	background-position: 90px 10px;
}

#start_page_text {
	margin-top: 20px;
	width: 300px;
	height: 170px;
}

#start_bottom_pane {
	position: absolute;
	border-top: solid 1px rgb(40, 63, 111);
	border-bottom: solid 1px rgb(40, 63, 111);
	left: 20px;
	top: 331px;
	width: 770px;
	height: 128px;
	background-color: white;
}

#start_button1, #start_button2, #start_button3, #start_button4 {
	position: absolute;
	top: 5px;
	height: 113px;
}

#start_button1 {
	left: 1px;
	width: 184px;
}

#start_button2 {
	left: 193px;
	width: 184px;
	background-image: url(art/start_button2.png);
}

#start_button3 {
	left: 386px;
	width: 184px;
	background-image: url(art/start_button3.png);
}

#start_button4 {
	left: 577px;
	width: 184px;
	background-image: url(art/start_button4.png);
}

/*
-------------------------------
Reservdelar
-------------------------------
*/

#reserv_left {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 210px;
	height: 440px;
	border-right: 1px solid black;
	background-repeat: no-repeat;
	/*
	background-image: url(art/reserv_left_back.png);
	*/
	overflow: auto;
}

#reserv_right {
	position: absolute;
	left: 230px;
	top: 10px;
	width: 570px;
	height: 445px;
	overflow: auto;
}

#reserv_start_catalogs {
	position: absolute;
	left: 20px;
	top: 50px;
	width: 548px;
	height: 346px;
	background-repeat: no-repeat;
	background-image: url(art/reserv_kataloger.png);
}

#reserv_start_catalogs_left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 260px;
	height: 346px;
}

#reserv_start_catalogs_right {
	position: absolute;
	left: 260px;
	top: 0px;
	width: 288px;
	height: 346px;
}

#reserv_popup_text {
	font-size: 10px;
}

.reserv_table {
	border: 0px;
}

.reserv_table th {
	font-size: 15px;
}

.reserv_table tr roweven {
	background-color: blue;
}

.reserv_table tr rowodd {
	background-color: white;
}


.reserv_level0 {
	margin-left: 0em;
	font-size: 16px;
}

.reserv_level1 {
	margin-left: 1em;
	font-size: 9px;
}

.reserv_level2 {
	margin-left: 1.5em;
	font-size: 7px;
}

.reserv_level3 {
	margin-left: 3em;
	font-size: 7px;
}

.reserv_level4 {
	margin-left: 4em;
	font-size: 7px;
}

.reserv_level5 {
	margin-left: 5em;
	font-size: 7px;
}

.reservdelar_mini {
	border: 0px;
	cursor: pointer;
}

a.reservdel_group_link {

}

/*
-------------------------------
Kontakt
-------------------------------
*/
#kontakt_form {
	position: absolute;
	left: 300px;
	top: 20px;
	width: 400px;
}

#kontakt_left {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 150px;
}

#kontakt_linje {
	position: absolute;
	left: 280px;
	top: 25px;
	width: 10px;
	height: 350px;
	border-left: solid 1px rgb(90, 130, 115);
}
