#distance {
	display: none;
}

#main {
	margin: 0 auto;
	position: relative;
	height: 550px;
	width: 100%;
	clear: none;
	background-color: #131313;
}

#header {
	height: 88px;
	padding-top: 6px;
	/*text-align: center;*/
	padding-left: 10px;
    padding-right: 0;
}

#bg {
	background-color: #131313;
	height: 0;
	padding-left: 0;
    padding-top: 0;
	border-top: none;
	border-bottom: none;
}

.submenu {	
    position:absolute;
	top: 94px;
    padding: 10px 10px 10px 0;
	overflow: hidden;
	z-index: 99;
}

#submenu1 {
	left: 0;
}
#submenu2 {
	left: 73px;
}
#submenu3 {
	left: 177px;
}
#submenu4 {
	left: 245px;
}

a#link4 {
    padding-right:0;
}

option, selectedIndex, select {
	font-size: 15px;
	background-color: #303030;
	color: #fff;
}

#footer {
	padding-left: 10px;
}
   
#photo {
	width: 100%;
	background-image:url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
	min-height: 30%;
}

.flexslider {margin: 0; position: relative; zoom: 1; width: 100%}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; width: 100%;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; text-align: right; width: 100%} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; margin: 0 auto 0;}


#navi {
	float: none;
	margin: -2px 0 0 -10px;
	/*background: none repeat scroll 0 0 #555553;*/
	height: 19px;
	padding: 10px;
	border-top: 1px solid #c5c6c6;
	border-bottom: 1px solid #c5c6c6;
}

#mobnavi {
	display: block;
	margin-top: -4px;
}

#desknavi {
	display: none;
}

#katname {
	display: none;
}

h1 {
	font-size: 16px;
	margin: 6px 0 20px;
	float: none;
} 

.flex-direction-nav .flex-next {background-position: -56px 0; right: 0; position: absolute; /*display: none;*/}
.flex-direction-nav .flex-prev {left: 0; position: absolute; /*display: none;*/}