
body
{background-color:RGB(255,241,194);
margin:0;}

.slideshow { margin: 0px auto; width: 100%; height: 450px; text-align: center;  }

.baner li a { display: block; width: 100%; height: 450px; position: absolute; z-index: 1; text-indent: -9999em; }

.baner, .baner:after { position: absolute; width: 100%; height: 450px; top: 0; left: 0; z-index: 0;}

.baner li { list-style: none; }

.baner li span {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
color: transparent;
background-size: cover;
background-position: 50% 50%;
opacity: 0;
z-index: 0;
-webkit-backface-visibility: hidden;
-webkit-animation: imageAnimation 20s ease infinite 0s;
-moz-animation: imageAnimation 20s ease infinite 0s;
-o-animation: imageAnimation 20s ease infinite 0s;
-ms-animation: imageAnimation 20s ease infinite 0s;
animation: imageAnimation 20s ease infinite 0s;
}
.baner li:nth-child(1) span {
background-image : url(Slide/slide1_1.jpg);}

.baner li:nth-child(2) span {
background-image: url(Slide/slide1_2.jpg);
-webkit-animation-delay: 5s;
-moz-animation-delay: 5s;
-o-animation-delay: 5s;
-ms-animation-delay: 5s;
animation-delay: 5s; 
}
.baner li:nth-child(3) span {
background-image : url(Slide/slide1_3.jpg);
-webkit-animation-delay: 10s;
-moz-animation-delay: 10s;
-o-animation-delay: 10s;
-ms-animation-delay: 10s;
animation-delay: 10s; 
}
.baner li:nth-child(4) span {
background-image : url(Slide/slide1_4.jpg);
-webkit-animation-delay: 15s;
-moz-animation-delay: 15s;
-o-animation-delay: 15s;
-ms-animation-delay: 15s;
animation-delay: 15s;
}
.baner li:nth-child(5) span {
background-image : url(Slide/slide1_5.jpg);
-webkit-animation-delay: 20s;
-moz-animation-delay: 20s;
-o-animation-delay: 20s;
-ms-animation-delay: 20s;
animation-delay: 20s;
}
.baner li:nth-child(6) span {
background-image : url(Slide/slide1_6.jpg);
-webkit-animation-delay: 25s;
-moz-animation-delay: 25s;
-o-animation-delay: 25s;
-ms-animation-delay: 25s;
animation-delay: 25s;
}
.baner li:nth-child(7) span {
background-image : url(Slide/slide1_7.jpg);
-webkit-animation-delay: 30s;
-moz-animation-delay: 30s;
-o-animation-delay: 30s;
-ms-animation-delay: 30s;
animation-delay: 30s;}
.baner li:nth-child(8) span {
background-image : url(Slide/slide1_8.jpg);
-webkit-animation-delay: 35s;
-moz-animation-delay: 35s;
-o-animation-delay: 35s;
-ms-animation-delay: 35s;
animation-delay: 35s;}
.baner li:nth-child(9) span {
background-image : url(Slide/slide1_9.jpg);
-webkit-animation-delay: 40s;
-moz-animation-delay: 40s;
-o-animation-delay: 40s;
-ms-animation-delay: 40s;
animation-delay: 40s;}
.baner li:nth-child(10) span {
background-image : url(Slide/slide1_10.jpg);
-webkit-animation-delay: 45s;
-moz-animation-delay: 45s;
-o-animation-delay: 45s;
-ms-animation-delay: 45s;
animation-delay: 45s;}

@-webkit-keyframes imageAnimation { 
0% { opacity: 0;}
13% { opacity: 1;}
25% { opacity: 1;}
37% { opacity: 0;}
100% { opacity: 0;}
}
@-moz-keyframes imageAnimation { 
0% { opacity: 0;}
13% { opacity: 1;}
25% { opacity: 1;}
37% { opacity: 0;}
100% { opacity: 0;}
}
@-o-keyframes imageAnimation { 
0% { opacity: 0;}
13% { opacity: 1;}
25% { opacity: 1;}
37% { opacity: 0;}
100% { opacity: 0;}
}
@-ms-keyframes imageAnimation { 
0% { opacity: 0;}
13% { opacity: 1;}
25% { opacity: 1;}
37% { opacity: 0;}
100% { opacity: 0;}
}
@keyframes imageAnimation { 
0% { opacity: 0;}
13% { opacity: 1;}
25% { opacity: 1;}
37% { opacity: 0;}
100% { opacity: 0;}
}

#header img
{width:100%;
height:30%;
}

#menu
{width:100%;
height:50px;
position:relative;
background-image:url("../menu.jpg");
float:left;

}

#menu ul 
{
margin:-0.20%;
list-style-type:none; /*tekst*/
text-align:center;
font-size:200%;
font-family:Great Vibes, sans-serif;
vertical-align:middle;
}

#menu img
{vertical-align:text-bottom;}
#menu ul li
{display:inline;
margin:3%;

}

#menu a
{text-decoration:none;
color:black;
font-weight:bold;

}
#menu a:hover
{
color:#565656;
transition-duration:3s;
font-size:120%;}



#content h1
{text-align:center;
margin:0.40%;}

#content h2
{
text-align:center;
font-style:italic;}
#content p
{
text-align:center;
font-style:italic;
font-size:120%;}


#footer

{width:100%;
height:30%;
background-image:url(../menu.jpg);
}

#footer p
{font-size:120%;
text-align:center;
padding-top:1%;
}

