@font-face {
    font-family: 'goudy-old-styleoldstylenormal';
    src: url('font/goudyo-webfont.eot');
    src: url('font/goudyo-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/goudyo-webfont.woff') format('woff'),
         url('font/goudyo-webfont.ttf') format('truetype'),
         url('font/goudyo-webfont.svg#goudy-old-styleoldstylenormal') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: 'goudy-old-styleoldstylenormal';
	color: #000000;
	background-color: #efefef
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
.clear {
	clear: both;
}
::selection {
	background: #bcbcbc;
}
.body-ydre {
	width: 600px;
	height: auto;
	margin: 20px auto 10px auto;
/* 	background-color: grey; */
}
p {
	font-size: 15px;
	text-shadow: 1px 1px 1px white;
}
h1 {
	font-size: 46px;
	font-weight: bold;
	text-shadow: 1px 1px 1px white;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 1px white;
}
.title {
	height: auto;
	margin-bottom: 10px;
}
.information {
	height: auto;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.information h2 {
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.25s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.25s ease-in-out; /* Opera */
}
.information h2:hover {
	color: #2268AD;
}
.information h2 a {
	text-decoration: none;
	color: #000;
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.25s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.25s ease-in-out; /* Opera */
}
.information h2 a:hover {
	color: #346ca4;
}
.tb {
	width: 100%;
	height: auto; 
}
.tekst {
	float: left;
	width: 270px;
	padding-right: 10px;
}
.tekst p a {
	text-decoration: none;
	color: #000000;
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.25s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.25s ease-in-out; /* Opera */
}
.tekst p a:hover {
	color: #2268AD;
}
.billede {
	float: left;
	width: 320px;
}
.billede img{
	opacity:0.90;
	filter:alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.25s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.25s ease-in-out; /* Opera */
}
.billede img:hover{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: none;
    -webkit-filter: grayscale(0%);
}
.footer {
	width: 100%;
	margin-top: 10px;
}
.booking {
	padding: 10px;
	background-color: #2268AD;
	border-top: rgba(127,127,127,0.50) 1px dashed;
	
	border-bottom-right-radius: 300px 43px;
	border-bottom-left-radius: 300px 43px;
	
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #2268AD 0%, #597FA5 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #2268AD 0%, #597FA5 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #2268AD 0%, #597FA5 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2268AD), color-stop(1, #597FA5));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #2268AD 0%, #597FA5 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #2268AD 0%, #597FA5 100%);



	opacity:0.90;
	filter:alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.25s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.25s ease-in-out; /* Opera */

}
.booking:hover{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: none;
    -webkit-filter: grayscale(0%);
}
.booking h2 {
	color: #ffffff;
	text-shadow: 1px 1px 1px #1d548c;
}
.booking-link {
	text-decoration: none;
}
.kontakt {
	background-color: #2268AD;
	
	opacity:0.90;
	filter:alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.25s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.25s ease-in-out; /* Opera */
}
.kontakt:hover{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: none;
    -webkit-filter: grayscale(0%);
}
.info {
	height: 102px;
	width: 130px;
	padding: 10px;
	float: left;
}
.info p {
	color: #ffffff;
	text-shadow: 1px 1px 1px #1d548c;
}
.info p a {
	color: #ffffff;
	text-shadow: 1px 1px 1px #1d548c;
}
.map {
	height: 122px;
	width: 450px;
	float: left;
	
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.25s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.25s ease-in-out; /* Opera */
}
.map:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}