html
{
    background-image: url(http://www.testwebben.se/687/Images/000_bg_html.gif);
    background-position: center top;
    background-repeat: repeat-y;
    background-color: #F4F4F4; 
} 

body
{
    text-align: left;
    margin: 0;
    padding: 0;
} 

/* CONTENT (start) --------- */ 

body, table, input, textarea
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    color: black;
    font-size: 12px;
} 

table
{
    font-size: inherit;
    font-size: 100%;
} 

body, p, li, td
{
    line-height: 1.5; 
}

h1, h2, h3, h4, h5, h6
{
    color: #305194;
    padding: 0em;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.1;
} 

h6
{
    font-size: 0.4em;
    margin: 1em 0em 0em 0em;
} 

h5
{
    font-size: 0.6em;
    margin: 1em 0em 0em 0em;
} 

h4
{
    font-size: 0.8em;
    margin: 1.5em 0em 0em 0em;
} 

h3
{
    font-size: 1.2em;
    margin: 1em 0em 0em 0em;
}

#main-right h3
{
    margin: 1.3em 0em 0em 0em;
    font-size: 1.1em;
    font-weight: bold;
}

h2
{
    font-size: 1.4em;
    margin: 2em 0em 0em 0em;
} 

#main-right h2
{
    margin: 0em 0em 0em 0em;
    letter-spacing: 0.1em;
}

h1,
.modGallery h2,
.modGuestbook h2,
.modCatalog h2,
.modNewsList h2
{
    /*text-transform: uppercase;*/
    letter-spacing: 0.1em;
    font-size: 1.6em;
    margin: 0em 0em 0em 0em;
} 

p
{
    font-size: 1em;
    margin: 0.5em 0em 0em 0em;
} 

#main-right p
{
        font-size: 0.9em;
}

a,
a:link,
a:hover,
a:visited,
a:active
{
    color: red;
    text-decoration: none;
    font-weight: bold;
} 

a:hover
{
    text-decoration: underline;
    color: blue;
} 

img
{
    border-style: none;
    margin: 0.5em;
    border: 1px solid #DBDDEC;
    padding: 3px;
} 

hr
{
    height: 1px;
    margin: 0.5em 0 1em 0;
    color: gray;
    background-color: gray;
    /* clear: both; */
} 

ul,
ol
{
    margin: 1.2em 0em 1.2em 2em;
    padding: 0;
} 

ul li,
ol li
{
    margin: 0.2em 0em 0em 0em;
    list-style-position: outside; 

}

ul
{
    list-style: url(http://www.testwebben.se/687/Images/icon_li.gif) disc;
}

ol
{
    list-style: decimal;
} 

table
{
    border-collapse: collapse;
    border-spacing:0;
    margin: 1em 0em 0em 0em
} 

table td
{ 
    vertical-align: top;
    padding: 0.2em 0.5em 0.2em 0.3em;
    /* border: 1px solid black; */
} 

strong
{
    font-weight: bold;
} 

em
{
    font-style: italic;
} 

blockquote
{
    margin: 0em 3em;
} 

/* CONTENT (end) ----------- */ 

/* FOOTER ------------------ */ 

#footer
{
    font-size: 0.8em;
    text-align: center;
    margin: 2em 1em 1em 1em;
    clear: both;
} 

/* LAYOUT ------------------ */ 

#wrapper
{
    text-align: left;
    width: 820px;
    margin: 0 auto 1em auto;
} 

#header
{
    background-image: url(http://www.testwebben.se/687/Images/000_bg_header2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 176px;
/* border: 1px solid red; */
padding: 0.01em;
} 

#main
{
    margin: 0 10px 1em 20px;
    /* border: 1px solid red; */
} 

#main-content
{
    float: left;
    width: 551px;
    padding: 2em 0em 0em 0em;
    /* border: 1px solid red; */
} 

#main-right
{
    float: left;
    width: 226px;
    padding: 0em 0 0em 0px;
    /* border: 1px solid red; */
    margin-left: 13px;
    background-image: url(http://www.testwebben.se/687/Images/000_bg_mainright_middle.gif);
    background-position: center top;
    background-repeat: repeat-y;
} 

#m-r-top
{
    background-image: url(http://www.testwebben.se/687/Images/000_bg_mainright_top.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 26px;

}
#m-r-bottom
{
    background-image: url(http://www.testwebben.se/687/Images/000_bg_mainright_bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 110px;
    padding-left: 20px;
    padding-right: 20px;
}

.clear
{
    clear: both;
    line-height: 0.01;
    border-style: none;
} 

/* FORMULÄR ---------------- */

form
{
    margin: 1em 0em 0em 0em;
} 

form fieldset
{
    position: relative;
    display: block;
    width: 100%;
    background-color: #dbdcee;
    border: 1px #c1c1db solid;
    padding: 0 0.5em 0.5em 0.5em;
    margin: 1.5em 0em ;
} 

form fieldset legend
{ 
    background-color: #afb5d7;
    border: 1px #dbdcee solid;
    color: white;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 1.1em;
    padding: 2px 5px;
    margin: 0px 0px 10px 0px;
    position: relative;
    top: -12px;
} 

textarea,
input
{
    padding: 0 0.2em;
} 

textarea
{
    font-size: 83%;
    height: 6em;
} 

select,
input 
{
    font-size: inherit;
    font-size: 100%;
} 

button
{
    line-height: 1.1em;
    padding-top: 0.05em;
}

/* MENU DROPDOWN ----------- */

#nav
{
    margin: 130px auto 0 auto;
    padding: 0;
    height: 46px;
    font-size: 11px; 
    text-transform: uppercase;
    background-image: url(http://www.testwebben.se/687/Images/000_bg_nav.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    /* border: 1px solid red; */
}


#nav,
#nav ul ul
{
	width: 800px; 
}



#nav ul
{
	margin: 0px;
	padding: 6px 0 0 0; 
	float: left;			
}

#nav ul li
{
	list-style: none;
	margin: 0;
	display: inline;
	/* border-right: 1px #bbbec5 solid; */
}
/*** nivå 2 ***/
#nav ul ul
{
    margin: 0px 0 0 0;
    /* height: 22px;*/
    padding: 4px 0 0 0;

}

/*** nivå 2 ***/
#nav ul ul li
{
	list-style: none;
	margin-top: 20px;
	display: inline;
	padding: 9px;
	border-right: 0px;  
}

/*** nivå 1 ***/
#nav ul li a,
#nav ul li a:link, 
#nav ul li a:visited,
#nav ul li a:hover  
{ 
	padding: 10px 0.5em 0px 0.5em;
	margin: 0px 0px 0px 3px;
	color: #2a4a93;
	text-decoration: none;
}

#nav ul li a:hover
{
	color: #c10000; 

}

/*** nivå 2 ***/
#nav ul ul li a,
#nav ul ul li a:link, 
#nav ul ul li a:visited,
#nav ul ul li a:hover  
{ 
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #000; 
}

#nav ul ul li a:hover
{
	color: #c10000;
}


/* LÄMNA CV */

.obligatorisk
{
	color: red;
}


#lamna-cv label,
#lamna-cv button
{
	display: block;
}

#lamna-cv label
{
	margin-top: 0.7em;
	width: 90%;
}


#lamna-cv button
{
	margin-top: 1em;
}

#lamna-cv label.inline
{
	display: inline;
}

#lamna-cv input,
#lamna-cv textarea
{
	width: 90%;
}

#lamna-cv input.radio
{
	width: 2em;
	margin-right: 1em;
}
