body {
	background: url('../images/bg_img.jpg') #ab9f67 top repeat-x;
	margin: 0;
	padding: 0;
}

h1 { 
	font-size: 18px;
	font-weight: bold;
	font-family: verdana;
	color: #c43537;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
	color: #c43537;
}

img {border: none;}	

input {
	border: #2c3228 1px solid;
	background-color:#252b21;
	color: #6f7547;
	font-size: 12px;
}

textarea {
	border: #2c3228 1px solid;
	background-color:#252b21;
	color: #6f7547;
	font-size: 12px;
}

#left_margin {
	float: left; 
	margin: 1px; 
	width: 5%;
}

#layout {
	float: left; 
	width: 860px;	
}

/*******************************************
* Överdelen; top, logo, header, meny
*******************************************/

#page_top {
	width: 860px;
	margin-top: 14px;
}

#logo {
	height: 76px;
	width: 860px;
}

#header_top {
	height: 167px;
	width: 860px;
}

#header_menu_logo {
	float: left;
	height: 180px;
	width: 860px;
}

#header_foot_logo {
	float: left;
	height: 180px;
	width: 677px;
	background: url('../images/header_foot_left.jpg') top no-repeat;
}

#header_foot_menu {
	height: 40px;
	width: 183px;
	background: url('../images/header_meny.jpg') top no-repeat;
	float: left;
	margin-right: -1px;
}
#header_menu {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: right;		
	float: left;
}

#menu{
	width: 860px;	
	background: url('../images/content.jpg') top repeat-y;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#menu a{color: #6f7547; text-decoration: none;}
#menu a:visit{color: #6f7547; text-decoration: none;}
#menu a:hover{color: #c43537; text-decoration: none;}

#header_foot a{color: #6f7547; text-decoration: none;}
#header_foot a:visit{color: #6f7547; text-decoration: none;}
#header_foot a:hover{color: #c43537; text-decoration: none;}

/*******************************************
* Mitten; innehåll, högra panelen
*******************************************/

#page_middle {
	width: 860px;
	background: url('../images/content.jpg') top repeat-y;
	
	font-family: verdana;
	font-size: 11px;
	color: #6f7547;
	float: left; 
	
}

#gallery {
	width: 720px;
	background: url('../images/shade_top.jpg') top left no-repeat;
	padding: 20px 40px 20px 40px;
	margin-top: 15px;
	margin-left: 30px;
	float: left; 
}

#gallery img {border: 1px solid #304b23;}
#gallery img:hover {border: 1px solid #6f7547;}
#gallery a{color: #aacc66; text-decoration: none;}
#gallery a:visit{color: #6f7547; text-decoration: none;}
#gallery a:hover{color: #c43537; text-decoration: none;}
#gallery td { margin: -8px; padding: -8px; border: 1px solid #2c3228;	}
#gallery th { margin: -8px; padding: -8px; border: 1px solid #2c3228;	}

#contents {
	width: 425px;
	background: url('../images/shade_top.jpg') top left no-repeat;
	padding: 20px 40px 20px 40px;
	margin: 15px 0px 0 30px;
	float: left; 
}

#contents a{color: #aacc66; text-decoration: none;}
#contents a:visit{color: #6f7547; text-decoration: none;}
#contents a:hover{color: #c43537; text-decoration: none;}
#contents td { margin: -8px; padding: -8px; border: 1px solid #2c3228;	}
#contents th { margin: -8px; padding: -8px; border: 1px solid #2c3228;	}

#contents_right{
	float: left;
}

#right_1 {
	height: 100px;
	width: 230px;
	background: url('../images/shade_top.jpg') top left no-repeat;
	padding: 34px 0px 20px 30px;
	margin-left: 10px;
	margin-top: 15px;
}

#right_2 {
	height: 250px;
	width: 230px;
	background: url('../images/shade_top.jpg') top left no-repeat;
	padding: 30px 0px 20px 30px;
	margin-left: 10px;
}

#right_2 img {border: 1px solid #5a6459;}

#right_3 {
	height: 39px;
	width: 180px;
	padding: 10px 0px 0 40px;
	margin-top: 30px;
}

/*******************************************
* Underdelen; footer, copyright
*******************************************/

#page_footer {
	width: 860px;
}

#footer_left {
	height: 38px;
	width: 25px;
	background: url('../images/footer_left.jpg') top no-repeat;
	float: left;
}
	
#footer_center {
	height: 38px;
	width: 814px;
	background: url('../images/footer.jpg') top repeat-x;
	text-align: center;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding-top: 20px;
	float: left;
}

#footer_right {
	height: 38px;
	width: 21px;
	background: url('../images/footer_right.jpg') top no-repeat;
	float: left;
}

/*******************************************
* Style för gästboken
*******************************************/

.gbstyle {
	border: 1px solid #2c3228;
	background-color: #252b21;
	width: 400px;
	padding: 5px;
	margin-bottom: 8px;
}

