
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align:center;
}

.container {
	width: 1279px;
	background: #FFF;
	margin: 0 auto; 
}

#toolbar{
	width: 388px;
}

#toolbar ul{
	list-style: none;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
	}

#toolbar ul li{
	margin: 0px;
    padding: 0 10px 0 10px;
	list-style: none;
	text-align: center;
	display: inline;
	}

#toolbar ul li a{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	display: inline;
	text-decoration:none;
}


#toolbar ul li a:hover{
color:red;
}

ul, ol, dl, li {
	padding: 0;
	margin-left: 300px;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-style: normal;
}

h1 {
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;	
	}
	
p {
	padding-right: 15px;
	padding-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	font-style: normal;
}

h4 {
	margin-top: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

h5 {
	padding-right: 15px;
	padding-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	font-style: normal;
}

h6 {
	padding-right: 15px;
	padding-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	font-style: normal;
}

a img { 
	border: none;
}

.figurer { 
	border: none;
	float: right
}

.booking {
	width: 600px;
	border: none;
	float:left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 60px;
}

.facebook {
	width: 600px;
	border: none;
	float:left;
	padding-top: 70px;
	padding-right: 300px;
	padding-bottom: 60px;
	padding-left: 0px;
}


.venstre { 
	border: none;
	width: 388px;
	float:left;
	overflow:hidden;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


.sidebar1 {
	float:left;
	width: 388px;
	background: #fff;
	padding-bottom: 10px;
}
.content {
	float:left;
	padding: 0px;
	width: 891px;
	height: 1024px;
	margin:0;
}


ul.nav {
	list-style: none;
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.view {
	width: 300px;
	height: 268px;
	float: left;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff url(../images/bgimg.jpg) no-repeat center center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
}
.view .mask, .view .content {
    width: 300px;
    height: 268px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view p {
    font-family: Verdana, sans-serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}

.view-sixth img {
    transition: all 0.4s ease-in-out 0.5s;
}
.view-sixth .mask{
    background-color: rgba(146,96,91,0.5);
    opacity:0;
    transition: all 0.3s ease-in 0.4s;
}
.view-sixth h2{
    opacity:0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    transform: scale(10);
    transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth p {
    opacity:0;
    transform: scale(10);
    transition: all 0.3s ease-in-out 0.2s;
}
.view-sixth a.info {
    opacity:0;
    transform: translateY(100px);
    transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth:hover .mask {
    opacity:1;
    transition-delay: 0s;
}
.view-sixth:hover img {
    transition-delay: 0s;
}
.view-sixth:hover h2 {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;
}
.view-sixth:hover p {
    opacity:1;
    transform: scale(1);
    transition-delay: 0.2s;
}
.view-sixth:hover a.info {
    opacity:1;
    transform: translateY(0px);
    transition-delay: 0.3s;
}