﻿@import url('layout2.css');
body {
	margin: 0 0%;
	background-image:  url("../huvudfiler/bakgrund2.jpg");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0px;
	scrollbar-arrow-color:#000;
	scrollbar-base-color:#fcf9e2;
	scrollbar-face-color:#fcf9e2;
	scrollbar-track-color:#fcf9e2;
	
}
/* Styles for DIV tags */
#container {

	margin-top:10px;
	margin-bottom:0px;
	
	
	background-image:  url("../huvudfiler/bakgrund1.jpg");
	}
	
#container a {
	
	
	text-decoration: none;
	}
	
#navigation {
	

	margin-left: 95px;
	margin-top: 15px;
	border-bottom: 4px solid #5e533d;
	border-top:  4px solid #5e533d;
	

	
}
#navigation {
	overflow: hidden;
}
#content_container {
	
	padding: 0px;
	margin-top: 0px;
	height:650px;
	
	
}

#footer {
	background-image: url("../huvudfiler/bakgrund2.jpg");
	color: #666666;
	border-top: 1px solid #CCCCCC;
}

#gallnav {
	height:20px;
	width: 445px;
	margin-left: 250px;
	margin-top:0px;
	border-bottom: 3px solid #5e533d;
	border-top:  3px solid #5e533d;
	margin-bottom:10px;

	
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0px;
}
#navigation li {
	float: left;
	
}
#navigation a {
	margin: 0 0px;
	padding-left: 15px;
	padding-right: 15px ;
	display: block;
	border-right: 2px solid #000;
	color: #000;
	text-decoration: none;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3c372d;
}

#gallnav ul {
list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 3px;
	
}
#gallnav li {
	float: left;
	
}
#gallnav a {
	margin: 0 0px;
	padding-left: 15px;
	padding-right: 15px ;
	display: block;
	border-right: 2px solid #000;
	color: #000;
	text-decoration: none;
	}
	
#gallnav a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3c372d;
}





/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.85em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
}
#footer a {
	color: #3F58BC;
}
#footer a:hover {
	color: #00008B;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
