﻿html
{
    background-image: url(../bilder/bg.jpg);
    background-repeat: repeat;
}
body, table, td, tr, p
{
	  font-family: Trebuchet ms, Verdana, Arial, sans-serif;
	  font-size: 10px;
	  line-height: 1.4;
	  color:#838383;
	  margin: 0;
	  padding: 0;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	color: #825700;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.1;
    text-transform: uppercase;
}
h6
{
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
h5
{
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}
h4
{
    font-size: 1.1em;
    margin: 0;
    padding: 0;
    color:#838383;
    text-transform: none;
}
h3
{
    font-size: 1.1em;
    margin: 0;
    padding: 0;
    text-transform: none;
    font-weight: bold;
}
h2
{
    font-size: 1.4em;
    margin: 2em 0 0 0;
    padding: 0;
}
h1
{
    font-size: 2.0em;
    margin: 0 0 0.8em 0;
    padding: 0;
}
p
{
    font-size: 1em;
    margin: 0.5em 0 1em 0;
}
#left a,
a:link,
a:visited,
a:active
{
    color: #825700;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.2em;
}
#left a:hover
{
    text-decoration: none;
	color: #ccc;
	font-size: 1.2em;
}
#bottom_list a,
a:link,
a:visited,
a:active
{
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
}
#bottom_list a:hover
{
    text-decoration: none;
	color: #ccc;
	font-size: 1em;
}
table, tr, td, th
{
    border: 0;
    color: #838383;
}
#list li
{
    list-style-image: url(); 
}
.adress
{
    margin: 0;
    padding: 0; 
    float: left;  
}
.mecs
{
    margin: 0 0 0 200px; 
    padding: 0;
    float: left;   
}
img
{
    border: 0;    
}
#aspnetForm
{
margin: 0;
padding: 0;    
}
.logo
{
    float: left;
    margin: 50px 0 0 50px;  
}
.brun
{
    color: #825700;
    font-weight: bold;
}
/*---------- Layout -----------*/

#wrapper
{
	margin: 0 auto;
	padding: 0;
	width: 1026px;
}

#header
{
	width: 1026px;
	background: url("../bilder/top.png") no-repeat;
	height: 168px;
	margin: 0;
	padding: 0;
}
#main_start
{
	margin: 0;
	width: 1026px;
	height: 407px;
	background: url("../bilder/main_start.png") no-repeat;
}
#main_hundar
{
	margin: 0;
	width: 1026px;
	height: 407px;
	background: url("../bilder/main_hundar.png") no-repeat;
}
#main_hundar2
{
	margin: 0;
	width: 1026px;
	height: 407px;
	background: url("../bilder/main_hundar2.png") no-repeat;
}
#main_valpar
{
	margin: 0;
	width: 1026px;
	height: 407px;
	background: url("../bilder/main_start.png") no-repeat;
}

.valpar
{
	width:374px;
	white-space: nowrap;
}

#main_valpar2
{
	margin: 0;
	width: 1026px;
	height: 407px;
	background: url("../bilder/main_valpar2.png") no-repeat;
}
#main_griffon
{
	margin: 0;
	width: 1026px;
	height: 407px;
	background: url("../bilder/main.png") no-repeat;
}
#main_galleri
{
	margin: 0;
	width: 1026px;
	height: 407px;
	background: url("../bilder/main_galleri.png") no-repeat;
}
#left
{
    float: left;
    width: 340px;
    padding: 40px 0 0 50px;
}
#right
{
    float: left;
    width: 580px;
    padding: 40px 50px 0 0;
}
#left2
{
    float: left;
    width: 540px;
    padding: 40px 0 0 50px;
}
#right2
{
    float: left;
    width: 380px;
    padding: 40px 50px 0 0;
}
#bottom_list
{
    clear: both;
    width: 926px;
    margin: 0;
	padding: 4px 50px 0 50px;
	height: 28px;
	background: url("../bilder/bottom.png");
	color: #fff;
	font-family: Trebuchet ms, Verdana, Arial, sans-serif;
	  font-size: 12px;
}
.list_left
{
    float:left;
}

.list_right
{
    float: right;
}
/*---------- Layout slut -----------*/
/* ---------- Meny ----------- */

#menu
{
    margin: 0;
    padding: 0 0 0 50px;
    background-image: url(../bilder/menu.png);
    background-repeat: repeat;
    width: 976px;
    height: 26px;
}
#menu li
{
	list-style-type: none;
}
#menu a
{ 
  	text-decoration: none;	
  	display: block;	
	margin: 0;
	padding: 7px 12px 7px 12px;
	text-transform: uppercase;
    line-height: 1;
}
#menu li a:link,
#menu li a:visited,
#menu li a:hover
{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}
#menu li a:hover
{
    background-image: url(../bilder/menu_c.png);
    background-repeat: repeat;
}
#menu li a.current
{
	background-image: url(../bilder/menu_c.png);
    background-repeat: repeat;
}

/* Layout */ 
#menu li
{
     	float: left;
}
#menu li a
{
        text-align: left;
}
#menu ul,
#menu ul ul,
#menu li:hover ul ul, 
#menu li:hover ul ul ul,
#menu li:hover ul ul ul ul,
#menu li:hover ul ul ul ul ul
{
        display:none;
}
#menu li,
#menu li a,
#menu ul a,
#menu a:hover,
#menu ul a:hover,
#menu ul li a:hover,
#menu li:hover ul,
#menu li.sfhover ul,
#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul,
#menu ul ul ul ul li:hover ul
{
        display: block;
}
/* ---------- Meny slut ----------- */
