/* CSS Document */

body {
	margin-top:10px;
	background:#999;
	color:#000;
	}
img {
	border:0px;
	}
.center_for_ie
{
/* this is an IE5 fix. */
width: 100%;
text-align: center;
}

.wrapper {
	width:769px;
	/* align left to fix the previous IE css bug */
	text-align: left;
	/* zero margin top/bottom, auto margin for left/right */
	margin: 0 auto;
	border:1px solid #000;
	background:#fff;
	color:#000;
	}
/* This style defines the area behind the logo. */
.logobkg {
/*	background:#71843F;*/
	background:#BE9239;
	color:#000;
	background-image: url(img/top.jpg);
	border-bottom:1px solid #45472D;
	height: 169px;
	width:769px;
	margin: 0px;
	padding: 0px;
	}

.logobkg img{
	margin-top: 25px;
	margin-left: 20px;
	padding: 0px;
	}

	
/* This style defines the area around the navigation bar. This is where the background image for the navigation bar is defines */
.navbar {
	position:relative;
	background:#fff;
	color:#000;
	height:26px;
	}
/* These styles define the buttons in the navigation bar */
.buttons {
	margin:0px 0px 0px -16px;
	padding:0px 15px 0px 16px;
	text-transform:uppercase;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:.6em;
	white-space:nowrap;
	}  
.buttons a {
	float:left;
	border-style:none;
	border-right:1px solid #45472D;
	padding:7px 20px;
	text-decoration:none;
	background: #fff;
	color:#B9871E;
	}  
.buttons strong {
	float:left;
	border-style:none;
	border-right:1px solid #000000;
	padding:7px 20px;
	text-decoration:none;
	background:#45472D;
	color:#fff;
	}
.buttons a:hover {
	color:#fff;
	background:#B9871E;
	border-bottom-width:0;
	}
.subnav {
	height: 1px;
	border-top: 1px solid #45472D;
	padding:0px;
	}
	
/* These styles define link behaviors */
a:hover {
	text-decoration:none;
	}
a:active {
	background:#fff;
	color:#cc0000;
	} 
	
/* These styles define the columns that appear within the body of the page */
.vansterHoger {
	background:#fff;
	color:#000;
}

.leftColumn {
	width:550px;
	background:#fff;
	color:#000;
	padding:15px 14px 14px 15px;
	float:left;
	font-family:Verdana, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	}

.leftColumnSmall {
	width:350px;
	background:#fff;
	color:#000;
	padding:15px 14px 14px 15px;
	float:left;
	font-family:Verdana, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	}

.rightColumn {
	width:160px;
	background:#fff;
	color:#000;
	padding:15px 14px 14px 15px;
	float:right;
	font-family:Verdana, sans-serif;
	font-size:0.8em;
	font-weight:normal;

	}

.rightColumnWide {
	width:360px;
	background:#fff;
	color:#000;
	padding:15px 14px 14px 15px;
	float:left;
	font-family:Verdana, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	}



.fullcolumn {
	width:737px;
	background:#fff;
	padding:0px 14px 14px 15px;
	float: left;
	font-family:Verdana, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	}
	

/* These styles define font attributes */
h1 {
	font-family:Verdana, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	}
h2 {
	font-family:Verdana, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	}
h3 {
	font-family:Verdana, sans-serif;
	font-size:1em;
	font-weight:bold;
	}
.smltxt {
	font-family:Verdana, sans-serif;
	font-size:.6em;
	}
	
p {
	}

/* Galleriet */
.tummRuta {
	margin: 0px;
	padding: 0px;
	width: 245px;
	float: left;
	text-align: center;
	min-height:250px;
	background:#fff;
	height: 250px;
	
}


/* This style defines the footer */
.footer {
	text-align: center;
	padding:4px 12px;
	margin:0px;
/*	background:#45472D; */
	background:#45472D;
	border-top:1px solid #000;
	font-family:Verdana, sans-serif;
	font-size:0.6em;
	color:#B9871E;
	clear:both;
	}
