html
{

	background-color: #1e5190;
}

body
{
	text-align: left;
	margin: 0;
	padding: 30px;
}

/* CONTENT (start) --------- */

body, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	font-size: 13px;
}

table
{
	font-size: inherit;
	font: 100%;
}

p, li, td
{
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6
{
	color: #205394;
	padding: 0em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.1;
	/* 	font-family: Georgia, times, serif;  */
}

h6
{
	font-size: 70%;
	margin: 1em 0em 0em 0em;
}

h5
{
	font-size: 85%;
	margin: 1em 0em 0em 0em;
}

h4
{
	font-size: 100%;
	margin: 1.5em 0em 0em 0em;
}

h3
{
	font-size: 122%;
	margin: 1em 0em 0em 0em;
}

h2
{
	font-size: 144%;
	margin: 2.5em 0em 0em 0em;
}

h1,
.modGallery h2,
.modGuestbook h2,
.modCatalog h2,
.modNewsList h2
{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 222%;
	margin: 0em 0 0.3em 0;
}

p
{
	font-size: 1em;
	margin: 1.2em 0em 0em 0em;
}

a,
a:link,
a:hover,
a:visited,
a:active
{
	color: #ef343f;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border-style: none;
}

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/000/Images/) disc;
}

ol
{
	list-style: decimal;
}

table
{
	border-collapse: collapse;
	border-spacing:0;
	margin: 1em 0em 0em 0em
}

#wrapper 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;
}


	/* -- FOOTER -- */

#footer
{
	clear: both;
	padding: 0.5em 0;
	margin: 1em 5%;
	border-top: 1px #1e5190 solid;
	font-size: 11px;
	text-align: center;
}

#footer a
{
	color: #1e5190;
}

#footer p
{
	display: inline;
}


	/* -- LAYOUT -- */

#wrapper
{
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -452px;
	border: 2px #ef343f solid;
	background-color: #fff;
}

#header
{
	height: 115px;
	background: #fff url(http://www.testwebben.se/814/Images/069_header.jpg) no-repeat center top;
}

#main
{
	width: 630px;
	margin: 3em 20px;
	text-align: left;
	display: inline;
	float: right;
	padding-bottom: 3em;
}

#nav-footer
{
	font-size: 0.9em;
}
	/* -- MENU -- */

#nav
{
	width: 190px;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 3.4em;
	float: left;
	display: inline;
	text-align: left;
	overflow: hidden;
}

#nav ul
{
	margin: 0em 0 2em 0;
}

#nav ul li
{
	color: #29323e;
	margin: 0em;
	margin-bottom: 0.7em;
	list-style-type: none;
	font-size: 92%;
}

#nav ul a
{
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	border: 0px solid transparent;
	text-decoration: none;
}

#nav ul a:hover
{
	text-decoration: none;
}

#nav .current
{
}

#nav ul ul
{
	margin: 0em;
	margin-bottom: 1em;
	padding-left: 1em;
}

#nav ul ul li
{
	margin-bottom: 0em;
}

#nav ul ul a
{
	text-transform: none;
	font-size: 92%;
}