@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background-image: url(../images/baggrund.jpg);
	background-repeat: no-repeat;
	background-size: cover !important;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}

header, main, footer {
	margin: auto;
	margin-top: 8px;
	width: 80%;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #333;
    -webkit-border-radius: 4px 20px;
    -moz-border-radius: 4px 20px;
	border-radius: 4px 20px;
	box-shadow: 2px 2px 3px #333;
}
main div {
	padding: 20px;	
}
footer div {
	padding: 20px;	
}
#logo {
	font-family: Tangerine;
	font-weight: 700;
	font-size: 80px;
	padding: 10px;
	padding-left: 30px;
	text-shadow: 1px 1px 3px #333;
}
#menu {
	font-family: Tangerine;
	font-weight: 700;
	font-size: 28px;
	padding: 10px;
	padding-right: 30px;
}
#active_menu {
	text-shadow: 1px 1px 3px #333;
	text-decoration: underline;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
a:active, a:hover {
	text-decoration: overline underline;
	color: #000;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #000;
	white-space: nowrap;
}
#menu a:active, #menu a:hover {
	text-decoration: overline underline;
	color: rgba(40,0,0,1);
	text-shadow: 1px 1px 3px #333;
}
h1 {
	font-family: Tangerine;
	font-weight: 700;
	font-size: 30px;
	text-shadow: 1px 1px 3px #333;
}
img.show_box {
	display: block;
	border: 2px solid #333;
    -webkit-border-radius: 4px 20px;
    -moz-border-radius: 4px 20px;
	border-radius: 4px 20px;
	box-shadow: 2px 2px 3px #333;
	margin: 10px;
	padding: 5px;}

/* BackToTop button css */
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
	background-color: rgba(255,255,255,0.8);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius: 4px 20px;
    -moz-border-radius: 4px 20px;
    border-radius: 4px 20px;
	box-shadow: 2px 2px 3px #333;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#000;
}
#scroll:hover {
	background-color: rgba(255,151,51,0.8);
}

#galleryList {
    margin: 0;
    padding: 0 4px;
}

#galleryList li {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 5px 6px;
    padding: 0;
	text-align:center;
	font-family: Tangerine;
	font-weight: 700;
	font-size: 30px;
	text-shadow: 1px 1px 3px #333;
	text-decoration: none;
}

#galleryList li a {
    background-color: #FFF;
    border: 1px solid #000;
    display: block;
    padding: 4px;
    -webkit-border-radius: 4px 20px;
    -moz-border-radius: 4px 20px;
	border-radius: 4px 20px;
	color:#000;
}

#galleryList li a:link, a:active, a:visited {
	text-decoration: none;
}
#galleryList li a:hover {
    border-color: #999;
	box-shadow: 2px 2px 3px #333;
}

#galleryList li a img {
    -webkit-border-radius: 4px 20px;
    -moz-border-radius: 4px 20px;
	border-radius: 4px 20px;
    border: none;
	padding-bottom: 10px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

h1 a:link, a:visited, a:active, a:hover {
	color:#000;
	text-decoration: none;
}

footer div a:link, footer div a:visited {
	text-decoration: none;
	color: #000;
	white-space: nowrap;
}
footer div a:active, footer div a:hover {
	text-decoration: overline underline;
	color: rgba(40,0,0,1);
	text-shadow: 1px 1px 3px #333;
}
