
HTML {height: 100%;margin: 0 0 10px 0;
}

BODY {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	background: #F0F0F0 url('../images/bg.gif');
}

H1 {
	font-size: 90%;
	font-weight: bold;
	color: #069;
	margin: 0 0 12px 0;
}

H2 {
	font-size: 80%;
	font-weight: bold;
	color: #069;
	margin: 0 0 2px 0;
}

H3 {
	font-size: 70%;
	font-weight: bold;
	margin: 0 0 2px 0;
}

P, .text {
	font-size: 70%;
	line-height: 1.3em;
	margin: 0 0 12px 0;
}

FORM {margin: 0;padding: 0;}

FIELDSET {border:none;}

IMG {border: none;}

UL, OL {margin: 0 0 10px 30px;font-size: 70%;line-height: 1.3em;}
UL LI {list-style-image: url('../images/icons/small_arrow.gif');}
OL LI {list-style-type: decimal;}


/* **   Formulär   ** */
INPUT, TEXTAREA, SELECT {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333;
	background-color: #FFF;
	border: 1px solid #555;
	padding: 2px;
	width: 200px;
}

INPUT.button {
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	width: auto;
}

OPTION.selected {background-color:#D7D7B3;}

/* **   Lager   ** */
#menu1 {
	position:absolute;
	z-index: 10;
	top: 30px;
	left: 36px;
	width: 80px;
}

#menu2 {
	position:absolute;
	z-index: 11;
	top: 20px;
	left: 116px;
}

#strip {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 0px;
	width: 100%;
	height: 120px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-repeat: no-repeat;
}

#over {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 30px;
	width: 162px;
	height: 122px;
}

#heading {
	position: absolute;
	z-index:3;
	top: 30px;
	left: 205px;
	width: 100px;
}

#left {
	position: absolute;
	z-index:3;
	top: 170px;
	left: 40px;
	width: 130px;
}

#right {
	position: absolute;
	z-index: 4;
	top: 170px;
	left: 220px;
	width: 440px;
	background-repeat: no-repeat;
	background-position:30px left;
}

#righter {
	position: absolute;
	z-index: 5;
	top: 170px;
	left: 680px;
	width: 200px;
}


/* **   Huvudmenyn   ** */
/* Nivå 1 */
#menu1 UL{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.3em;
}

#menu1 UL LI{
	list-style-image:none;
	list-style-type:none;
	color:#333;
}

#menu1 UL LI A {color:#333;text-decoration:none;}
#menu1 UL LI A:hover {color:#777;}

/* Nivå 2 */
#menu2 UL{
	border-left:1px solid #666;
	margin:0 0 10px 0;
	padding:0 0 0 2px;
	font-size:11px;
	line-height:1.3em;
}

#menu2 UL LI{
	list-style-image:none;
	list-style-type:none;
	color:#666;
}
#menu2 UL LI A {color:#666;text-decoration:none;}
#menu2 UL LI A:hover {color:#999;}


/* **   Länkar (standard)   ** */
A:link, A:visited, A:active {	color: #369;}
A:hover {color: #69C;}
