html,
#tblTemplateHolder #wrapper,
.mceContentBody,
#divEditorContent td
{
    	color: #fff;
    	background-color: #231f20;
}

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

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

body, textarea
{
    	font-family: verdana, arial, helvetica, sans-serif;
    	color: #fff;
    	font-size: 11px;
}

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

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

h1, h2, h3, h4, h5, h6
{
    	color: #fff;
    	padding: 0em;
	font-weight: bold;
    	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: 1em;
    	margin: 1em 0em 0em 0em;
}

h2
{
    	font-size: 1.4em;
    	margin: 1em 0em 0em 0em;
	color: #C5B036;
}

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

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

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

a:hover
{
    	text-decoration: none;
    	color: #C5B036;
}

h2 a,
h2 a:link,
h2 a:hover,
h2 a:visited,
h2 a:active
{
	color: #C5B036 !important;
    	text-decoration: none;
}

h2 a:hover
{
    	text-decoration: underline;
    	color: #fff !important;
}

img
{

}

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*/
}

table td
{
    	/*vertical-align: top;
    	padding: 0.2em 0.5em 0.2em 0.3em;*/
}

strong
{
    	font-weight: bold;
}

em
{
    	font-style: italic;
}

blockquote
{
    	margin: 0em 3em;
}

.linje
{
	border: #ccc 1px solid;
}

.linje2
{
	border: #ccc 1px solid;
	background-image: url(http://www.testwebben.se/349/Images/057_tabell_bg.gif);
	color: #000;
}

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

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

#footer
{	
    	font-size: 0.9em;
    	text-align: center;
    	margin: 0;

    	clear: both;
        color: #fff;
        border-top: 1px solid white;
}

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

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

#wrapper
{
    	text-align: left;
    	width: 800px;
    	margin: 0.5em  auto;
        border: double white 5px;
}

#header
{
    	background-image: url(http://www.testwebben.se/349/Images/057_bg_head.gif);
    	background-repeat: no-repeat;
        background-color: #fbfaf6;
    	height: 200px; 
}


#main
{
    	margin: 0.5em;
        padding: 10px;
}

#main-left 
{
	float: left; 
	width: 180px;
}

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

#bildspel
{
	width: 450px;
        height: 200px;
    	background-position: center center;
    	background-repeat: no-repeat;
	margin: 16px 0 0 0;  
}

#main-right
{
	float: left; 
	width: 120px;
	margin: 16px 0 0 18px; 
}

#main-left .modNewsList h3
{
	background-color: #C5B036;
	border: 1px #fff solid;
	color: #231f20;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 5px;
	margin: 0px 0px 5px 0px;
	position: relative;
	top: -12px;
	width: 60px;
}

#main-left .modNewsList
{
    	position: relative;
    	display: block;
    	width: 150px;
    	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
    	padding: 0 0.5em 0.5em 0.5em;
    	margin: 1.5em 0em;
	font-size: 11px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

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

/* NAV---------------- */
/* STANDARD NAV (dropdown css) */ 
/* menu box */

div#nav {
	background-color:#000;
	font-size:80%;
	height:21px;
	line-height:normal;
	margin:px 0 0;
	padding:6px 0 0;
	text-align:left;
	width:100%; }

#dmenu {
	z-index:20; }

#dmenu,
#dmenu ul,
#dmenu li,
#dmenu ul li {
	margin:0;
	padding:0; }

#dmenu a:hover,
#dmenu ul a:hover {
	background-color:#C5B036; }

#dmenu a:hover,
#dmenu ul a:hover,
#dmenu ul li a:hover {
	color:#fff; }

#dmenu a:link,
#dmenu a:visited,
#dmenu a:hover {
	font-family:arial,verdana,sans-serif;
	font-size:1em;
	font-weight:700;
	letter-spacing:.1em;
	padding:2px .7em 3px;
	text-decoration:none;
	text-transform: uppercase; }

#dmenu a:link,
#dmenu a:visited,
#dmenu ul a,
#dmenu ul li a {
	color:#FFF; }

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

#dmenu li a {
	text-align:left; }

#dmenu li#current a,
#dmenu li.parent.current {
	background-color:#C5B036;
	color:#fff; }

#dmenu li,
#dmenu li a,
#dmenu ul a,
#dmenu a:hover,
#dmenu ul a:hover,
#dmenu ul li a:hover,
#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; }

#dmenu ul {
	margin:0!important;
	position:absolute;
	z-index:99; }

#dmenu ul a {
	background-color:#000; }

#dmenu ul a,
#dmenu ul li a:hover {
	background-image:none; }

#dmenu ul li a:hover,
#dmenu ul li.current a:hover {
	background-color:#C5B036; }

#dmenu ul li a:link,
#dmenu ul li a:visited,
#dmenu ul li a:hover {
	border-top:1px #231F20 solid; }

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

#dmenu ul ul {
	margin-left:13em!important;
	margin-top:-1.5em!important; }

#dmenu ul ul li a:link,
#dmenu ul ul li a:visited,
#dmenu ul ul li a:hover {
	border-bottom:1px #282947 solid;
	border-right:1px #282947 solid; }

#dmenu ul,
#dmenu ul li,
#dmenu ul a,
#dmenu ul li a:hover,
#dmenu ul a:hover {
	width:13em; }

#dmenu ul,
#dmenu ul ul {
	position:absolute; }

#dmenu ul,
#dmenu ul ul,
#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; }

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