* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
}
body, html {
color: #000; 
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #eee; 
text-align: center; /*** Centers the design in old IE versions ***/
}
body {
font-size: 75%;
}
p {padding: 7px 0 7px 0;}

a {
color: #003399;
/* Tidigare färg på nara.nu color: #0066cc; */
}
a:hover{
color: #0066cc;
text-decoration: none;
}
h1, h2, h3, h4, h5 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 1.6em;
color:#993300;
padding-top:10px;
line-height:25px;
}
h2 {
font-size: 1.3em;
color:#993300;
padding-top:10px;
line-height:18px;
}
h2.link {
font-size: 1.1em;
line-height:13px;
}
h3 {
font-size: 1.1em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }

.list {line-height:30px;}
#content table.list {width:376px;}


#mainContainer {
width: 800px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background:#FFF url(/images/header.jpg) right no-repeat;
height:135px;
}
#headerindex {
height:135px;
}

/**************************
NAVIGATOR
**************************/
#navigator {
background: #AAD553;
padding-left: 10px;
padding:2px;
padding-top:4px;
color:#000;
height:15px;
}

#navigator ul {
list-style-type:none;
margin-left:10px;
}
#navigator li {
display:inline;
}
#navigator a {
color:#000;
text-decoration:none;
font-size:10px;
}
#topmarg {
height:20px;
background-color:#fff;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 165px;  
padding-right: 120px;
background-color:#fff;
}

.inner {
width: 635px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 638px;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#content {
float: right;
width: 470px;
position: relative; /*** IE needs this  ***/
line-height:14px;
}

.contentWrap {
padding: 10px;
border-right:1px solid #ccc;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 150px;
min-height: 250px;
position: relative; /*** IE needs this  ***/
background-color:#eee;
}
* html #left {
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
background-color:#eee;
}
#left li {
display:block;
padding:4px 0;
border-bottom:1px solid #fff;
}
#left ul.white {
background-color:#FFF;
padding-left:5px;
padding-top:20px;
height:50px;
}
#left ul.leftbox {
background-color:#eee;
padding:5px;
color:#666666;
font-size:10px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}
#left ul#main_menu li {
background:#FFF;
background-color:#eee;
padding-left:5px;
font-size:11px;
}

#left a {
text-decoration:none;
color:#666;
}

#main_menu a:hover {
background:#990000;
color:#FFF;
}
#main_menu a#current {
color:#FFF;
}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 145px;
background: #fff;
padding: 5px;
min-height: 250px;
position: relative; /*** IE needs this  ***/
font-size:11px;
}
* html #right {
margin-right: -120px; /*** IE gets this margin. ***/
height: 250px;
}
#right ul {
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
margin-left:10px
}
#right h2 {
font-size:10px;
}
#right a.bluelink {
color:#0066cc;
}
#karta {
background-color:#eee;
border:1px solid #ccc;
padding:5px;
}
/**************************
FOOTER
**************************/
#footer {
width: 800px;
margin: 0 auto;
text-align: center;
padding-bottom:8px;
background:#FFF url(/images/footer.gif) right no-repeat;
/*background-color: #993300;*/
height:18px;
color: #FFF;
font-size:10px;
}

#footer a {
text-decoration:none;
color: #FFF;
}

#content .msg {margin:10px 0 15px 0;padding:7px;border:1px solid #AA1700;background-color:#FFE2DD;font-size:12px;}
#content p.msg {margin-top:0;padding:4px;text-align:center;}