/*fonts*/ #tblTemplateHolder,body,span {font:12px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100}select, input, textarea {font:99arial,helvetica,clean,sans-serif;}pre, code {font:115monospace;*font-size:100}body * {line-height:1.5em;}

/* CSS Document */

body 
{
    background-color: #ccc;
    margin: 0;
    padding: 0;    
}

/*-----------------------------------------------------*/

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

body, textarea
{
    font-family: arial,verdana,sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: black;
}

h1, h2, h3, h4, h5
{	
    color: #FDB515;
    padding: 0em;
    font-weight: bold;
    text-decoration: none;
}

h6
{
    font-size: 1.3em;
    margin: 1em 0em 0em 0em;
    color:black;
    font-weight: bold;
}

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

h4
{
    font-size: 0.9em;
    margin: 1em 0em 0em 0em;
}

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

h2
{
    font-size: 1.3em;
    margin: 1em 0em 0em 0em;
}

h1,
.modGallery h3,
.modGuestbook h2,
.modCatalog h2,
.modNewsList h2
{
    text-transform: none;
    letter-spacing: 0.em;
    font-size: 2.1em;
    margin: 0.2em 0em 0em 0em;
}

/* från h1 till h2 */
.modGuestbook form h2
{
    font-size: 1.3em;
}

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

a,
a:link,
a:hover,
a:visited,
a:active
{
    color: #403e33;
    text-decoration: underline;
    font-weight: bold;
}

a:hover
{
    text-decoration: none;
}

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

ul li,
ol li
{
    margin: 0.2em 0em 0em 0em;
}

ul li
{
    list-style: circle;
}


img
{
    border-style: solid;
}

#Page8463 img  {
border:0px;
border-style: none;

}

a img {
border:0px;}

table
{
    border-collapse: collapse;
	margin: 1em 0em 0em 0em
}
table td
{
    vertical-align: top;
    padding: 0.1em 0.5em 0em 0em;
}

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

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

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

#footer
{
    background-image: url("http://www.testwebben.se/575/Images/047balk.gif");
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #CCCCCC;  
    margin: 0px;
    padding: 0px; 
    text-align: center;
    border: #999999 1px solid;
}

#footer p
{
    padding: 5px; 
}

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

#wrapper
{
    background-color: #fff; 
    width: 800px;  
    margin: 0 auto;
    border: 6px solid white;
}

#content { }

#header
{
    width: 800px;
    height: 225px;
    background: url(http://www.testwebben.se/575/Images/top.jpg);
}

#header2
{
    width: 100%;
    height: 10px;
    background-image: url(http://www.testwebben.se/575/Images/047balk.gif) repeat-x;
    background-repeat: repeat-x;
    background-color: #CCCCCC;
}

#main
{
    padding: 0 20px;
    width:780px;
}

#main-content
{
    float: left;
    width: 550px;
}

.img-right
{
    margin-right:30px;
    padding:5px;
    float:right;
}

.img-inline
{
    padding:5px;
    float:left;
}

.block
{
    clear: both;
}

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

div#nyhet {
float:right;
width:160px;}


/* MENY------------------ */
#nav {
	background-color: #fff;
	border-bottom: 1px #010101 solid;
	line-height: normal;
	padding: 0px;
	margin: 0 auto;
	height: 20px; }

#nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: 1em; }

#nav li {
	float: left; }

#nav ul li li {
	float: left;
	width: 130px; }

#nav a,
#nav li#liCurrent a {
	font-size: 85%;
	display: block;
	padding: 3px 1em;
	margin:0px;
	color: #333; }

#nav a:hover,
#nav li#liCurrent a {
	color: #fdb515; }

#dmenu li {
	list-style-type: none;
	float: left;
	display: block; }

#dmenu ul {
	background-color: #fff;
	border: 1px #653036 solid;
	border-top: 0px #653036 solid;
	position: absolute;
	display: none;
	margin-left: 10px;
	width: 130px;
	z-index: 99; }

#dmenu li a {
	display: block;
	text-decoration: none;
	border: 0px; }

#dmenu ul a {
	display: block; }

#dmenu a:hover {
	display: block; }

#dmenu ul li a:hover {
	display: block; }

#dmenu ul ul {
	display: none;
	position: absolute;
	margin-left: 116px;
	margin-top: -2em; }

#dmenu ul li>ul, #dmenu ul ul li>ul {
	margin-top: -2em; }

#dmenu li:hover ul ul, 
#dmenu li:hover ul ul ul,
#dmenu li:hover ul ul ul ul,
#dmenu li:hover ul ul ul ul ul {
	display:none; }

#dmenu li:hover ul,
#dmenu ul li:hover ul,
#dmenu ul ul li:hover ul,
#dmenu ul ul ul li:hover ul,
#dmenu ul ul ul ul li:hover ul {
	display:block; }

li>ul {
	top: auto;
	left: auto; }
