@charset "utf-8";
/* CSS Document */

body,head{
	margin: 0 auto;
	background: url(images/background.jpg) repeat-x;
}
.container{
	display: block;
	position: relative;
	margin: 0 auto;
	background: #4e4e4e;
	width: 980px;
	min-height: 700px;
	overflow: hidden;
}

.top{
	display: block;
	position: static;
	width: 100%;
	background: red;
	margin: 0 auto;
}

.adress{
	display: block;
	position: static;
	width: 35%;
	background: blue;
	float: left;
	height: 450px;
	background: url(images/leftside.jpg) no-repeat;
	background-position: bottom;
/*	border-bottom: 1px solid #666; */
	border-right: 1px solid #666; 
	margin-bottom: 0;
}

.contentholder{
	display: block;
	position: static;
	width: 64.7%;
	background: #4e4e4e;
	float: right;
	height: 450px;
}

.bottom_separator{
	display: block;
	position: static;
	width: 100%;
	background: #4e4e4e;
	float: left;
	height: 10px;
	margin: 0;
}

.menu{
	display: block;
	position: static;
	width: 99.8%;
	background: #000;
	height: 25px;
	border:  1px solid #666; 
	overflow: visible;
}

.content{
	display: block;
	position: static;
	width: 99.9%;
	background: #333;
	height: 420.5px;
	border:  1px solid #666;
	overflow: auto;
	
	
}
a.menulink {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.menutable{
	margin: 0;
	display: table;
	padding-left: 2px;
	padding-top: 1px;
	float: left;
	height: 23px;	
	width: 99.4%;
	text-align: center;
}
.menucell{
	display: table-cell;
	border-right: 1px solid #666;
	width: 12%;
	height: 22px;
}
.menulastcell{
display: table-cell;
	width: 12%;
	height: 22px;
	border-right: 0px;
}
ul{
	/*list-style: none;*/
	margin: 0;
	display: table;
	padding-left: 2px;
	padding-top: 1px;
	float: left;
	height: 23px;	
	width: 99.4%;
	text-align: center;
	
}
li{
	display: table-cell;
	border-right: 1px solid #666;
	width: 12%;
	height: 22px;
	
}

li#menuend{
	display: table-cell;
	width: 12%;
	height: 22px;
	border-right: 0px;
	
}
p.tekst{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 5px 5px 5px 5px;
}
p.address{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	padding: 5px 5px 5px 5px;
	padding-right: 30px;
	float: right;
}
.titleimg{

	padding: 5px 5px 5px 5px;
}
.footer{
	display: block;
	width: 100%;
	height: 35px;
	overflow: hidden;
	float: left;
	position: static;
	background: url(images/footer.jpg);
	text-align: right;
}
p.copy{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-right: 10px;

}
.gallery{
	display: table;
	border: 1px solid #666;
	text-align: center;
	margin-left: 17px;
}
p.image{
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFF;
}