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

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width:960px;
	margin:0 auto;
}

#header {
	width:632px;
	margin:0 auto;
	margin-top:60px;
	background: url(images/header.png);
	background-repeat:no-repeat;
	background-position:left;
	height:215px;
}

#menu {
	text-align:center;
	width:632px;
	margin:0 auto;
	height:180px;
}

#content {
	padding-top:20px;
	width:632px;
	margin:0 auto;	
}

#footer {
	margin-top:40px;
}

#footer hr{
	clear:both; 
 border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#FFF;
}

a:link, a:visited {
	color:#FFF;
}

a:hover {
	color:#09C;
	}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:21px;
	color:#FFF;
	font-weight:normal;
	text-transform:uppercase;
}

h4, h4 a:link, h4 a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#ccc;
	padding-top:25px;
	text-decoration:none;
}

h4 a:hover {
	color:#fff;
	text-decoration: underline;
}

.content_img {
	float:left;
	margin-right:18px;
	margin-bottom:10px;
}

.info {
	margin-top:15px;
	padding:8px;
	display:block;
	width:33%;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	float:right;
	margin-bottom:15px;
	
background: rgb(43,43,43); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(43,43,43,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,43,43,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(43,43,43,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
border: #333 solid 1px;

}

#information {
	border:none;
	display: block;
	width:40px;
	height:40px;
	margin:0 auto;
	margin-top:30px;
}

#information img {border:none;}


/* ----------------------------------- MENU --------------------------------------- */

#menu ul{
	list-style:none;
	text-indent:0;
	margin:0;
	padding:0;
}

#menu li {
	display:block;
	height:145px;
	width:145px;
	float:left;
	margin-right:13px;
	text-align:center;
}


#menu li:last-child {
	margin-right:0;
}

#menu li a:link, #menu li a:visited {
	color:#FFF;
	font-family:'Arial rounded',Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	display:block;
/*	height:180px; */
	padding-top:155px;
}

#menu li a:hover {
	color:#06C;
}

#menu li.aquafoto {background-image:url(images/menu_aquafoto.png);}
#menu li.dykning {background-image:url(images/menu_dykning.png);}
#menu li.firstaid {background-image:url(images/menu_firstaid.png);}
#menu li.funandgames {background-image:url(images/menu_funandgames.png);}

#menu li.aquafoto a:hover {background-image:url(images/menu_aquafoto_over.png); background-repeat:no-repeat;}
#menu li.dykning a:hover {background-image:url(images/menu_dykning_over.png); background-repeat:no-repeat;}
#menu li.firstaid a:hover {background-image:url(images/menu_firstaid_over.png); background-repeat:no-repeat;}
#menu li.funandgames a:hover {background-image:url(images/menu_funandgames_over.png); background-repeat:no-repeat;}