@charset "utf-8";

/********************************************************************************************************/
/*	General																								*/
/********************************************************************************************************/

*{
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	text-decoration: none;
}

html, body{
	height: 100%;
}

body{
	font: bold 12px/23px 'Arial';
	background: #e95d0f;
}

img, fieldset{
	border: 0;
}

.clear{
	clear: both;
}

/********************************************************************************************************/
/*	Container																							*/
/********************************************************************************************************/

#container{
	width: 100%;
	background: #2c5dc3 url('images/bg.png') center top repeat-x;
}

#inner{
	width: 895px;
	margin: 0 auto;
	background: #fff;
}

/********************************************************************************************************/
/*	Header																								*/
/********************************************************************************************************/

#header{
	width: 895px;
	height: 117px;
	background: url('images/bg.png') center top no-repeat;
}

#header img{
	float: left;
	margin: 41px 0 0;
}

/********************************************************************************************************/
/*	Content																								*/
/********************************************************************************************************/

#content{
	width: 881px;
	border: 7px solid #fff;
	position: relative;
	background: url('images/content.png');
}

/********************************************************************************************************/
/*	Navigation																							*/
/********************************************************************************************************/

#nav{
	float: left;
	width: 197px;
	padding: 1px 5px 75px;
}

#nav li{
	float: left;
}

#nav a{
	float: left;
	width: 156px;
	padding: 0 0 0 41px;
	font: bold 12px/39px 'Arial';
	color: #fff;
	border-bottom: 1px solid #fff;
	background: url('images/nav.png');
}

#nav .active a, #nav a:hover{
	background-position: bottom;
}

/* Skod */
#skod{
	position: absolute;
	left: 78px;
	bottom: 14px;
}

/********************************************************************************************************/
/*	Text																							*/
/********************************************************************************************************/

#text{
	float: left;
	width: 625px;
	padding: 0 24px 0 25px;
	position: relative;
}

/* Visual */
#visual{
	float: right;
	width: 668px;
	height: 237px;
	padding: 7px 16px 16px 3px;
	margin: -7px 0 0 -100px;
	position: relative;
	left: 39px;
	background: url('images/visual.png');
}
#visual li {
	width:668px;
	height:237px;
	overflow:hidden;
	position:absolute;

}
#visual img{
	position: absolute;
	left: 3px;
	top: 7px;
}

#text h1{
	padding: 29px 0 25px;
	font: bold 22px/26px 'Arial';
	color: #fd6500;
}

#text p{
	position: relative;
	padding: 0 0 23px;
}

#text a{
	color: #fd6500;
}

#text a:hover{
	text-decoration: underline;
}

/********************************************************************************************************/
/*	Footer																								*/
/********************************************************************************************************/

#footer{
	height: 38px;
	margin: -38px 0 0;
	position: relative;
	top: 39px;
	font: 11px/37px 'Arial';
	color: #fff;
	padding: 0 20px;
	border-bottom: 1px solid #ef864b;
	background: #e95d0f;
}

#footer a{
	color: #fff;
}

#footer a:hover{
	text-decoration: underline;
}

/* sfeerindruk style */
#slideshow {
    position:relative;
    height:468px;
    width: 625px; /* 696 */
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    height:468px;
    width:625px;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

a.albumlink{
	text-decoration: none;
	color: #E95E0D;
	font-size: 13px;
}
img.showFotos{
	width: 110px;
	height: 110px;
	margin: 2px;
	border:1px solid #000000;
}
table.fotosTabel{
	width: 550px;
	margin: 10px 50px 0 50px; 
}

table td, table th{
	vertical-align: top;
}
