* {
	margin: 0; padding: 0; border: 0; /*Återställer grundvärden*/
}

body {
	background: url(wavegrid_@2X.png);
	font-family: verdana;
}

#container {
	width: 960px;
	margin: 0px auto;
	background-color: #F5F5F5;
}

header {
	height: 60px;
}

header h1 {
	text-align: center;
	text-shadow: 2px 2px 3px #EEE;
	font-size: 28px;
	padding-top: 5px;
}

footer {
	padding-top: 20px;
}

header a#headline {
	text-decoration: none;
	color: black;
	display: block;
	width: 450px;
	margin:0 auto 0 auto;
}

#container h2{
	text-align: center;
	padding-top: 20px;
	color: white;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.topRight{
	float: right;
	padding-right: 10px;
}

nav ul.Svenska {
	list-style-type: none;
	margin: 20px auto auto auto;
	width: 523px;
	}

nav ul.Engelska {
	list-style-type: none;
	margin: 20px auto auto auto;
	width: 515px;
	}	

nav li {
	float: left;
}

nav a {
	text-decoration: none;
	color: #8D8D8D;
	font-weight: bold;
	background-color: rgba(240,240,240,0.9);
	display: block;
	margin: 0 5px 0 5px;
	text-align: center;
	padding:3px 10px 3px 10px;
	border-radius: 5px;
	border:1px solid black;
}

nav a:hover{
	background-color: rgba(240,240,240,1);
	text-decoration: underline;
	color: black;
}

ul.Aktiviteter {
	overflow: hidden;
}

ul.Aktiviteter li{
	float: left;
}

#main-content {
	/*background-image: url(IMG_0169.JPG);
	background-repeat: no-repeat;
	background-size: 940px;
*/	min-height: 540px;
	margin-top: 40px;
	width: 940px;
	margin: 40px 10px 0 10px;
} 

#StartsidaBild {
	display: block;
	width: 500px;
	margin: 30px auto;
}

.mainp{
	background-color: rgba(240,240,240,0.9);
	padding:10px 10px 0px 10px;
	overflow: hidden;
	width: 80%;
	margin:0 auto;
	min-height: 540px;
}

.mainp img{
	width: 200px;
	float:right;
	padding-left: 5px;
}

.mainp img.gallery{
	float: left;
	clear: right;
	margin-right: 5px;
	border: 1px solid black;
	margin-top: 5px;
}

footer {
	text-align: center;
	background-color: #F5F5F5;
}

footer p {
	padding: 5px;
}

#Kontakt iframe, #Contact iframe {
	display: block;
	position: relative;
	overflow: hidden;	
	margin: 10px auto;

}

#Kontakt form, #Contact form {
	display: block;
	position: relative;
	overflow: hidden;	
	margin: 10px auto;
}

/* För galleriet! */
.galleritext {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
}

.slides {
    padding: 0;
    width: 609px;
    height: 420px;
    display: block;
    margin: auto auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 609px;
    height: 420px;
    display: block;
    position: absolute;
    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 84px;
    height: 20%;
    display: none;
    position: absolute;
	opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: opacity .2s;

    color: #FFF;
    font-size: 130pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6,
input#img-7:checked ~ .nav-dots label#img-dot-7 {
	background: rgba(0, 0, 0, 0.8);
}

/* För mobilvänlighet! */

