@charset "UTF-8";
/* CSS Document */
body{
   font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	 line-height: 1.4; color: #3366cc;
}
li {
   font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	 line-height: 1.4; color: #3366cc;
}
h1 {
   	 line-height: 1; color: #3366cc; 
  
}
        h2,h3 {
   	 line-height: 1; color: #3366cc; background-color: #a3c7eb;
}
         p { color: #3366cc;}
        .p1 {
  line-height: 140%;
}

        a { color: #3366cc;}
        img {
  max-width: 100%;
  height: auto;
}
		video {
  max-width: 100%;
  height: auto;
}
		* {
  
    box-sizing: border-box;
    margin-top: 0;
}
		#header{
 
 color:#ffffff;
 text-align:center;
 padding:5px;
}
div.teksti {
  padding: 10px;
  text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
}
 	.wrap{
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em;
}
#primary{
    max-width: 690px;
	width: 100%;
    margin: 0 auto;
	background-color:#FFFFFF;
    padding-top: 20px; padding-bottom: 20px; padding-left: 40px; padding-right: 40px;
    text-align: left;
    line-heigth: 180%;
}

.css-button-rounded {
    background: #f1d8bb;
    color: #3366cc;
    display: block;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    width: 200px;
    border-radius: 8px;
}

.css-button-rounded {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.css-button-rounded:hover {
    background: #fdf3b1;
}


 
#footer{
 background-color: #a3c7eb;
 
 clear:both;
 text-align:center;
 padding:10px;
}
		
		