@CHARSET "UTF-8";

body {
	background-image:url(../images/backtile.png);
	background-repeat: repeat;
	background-color: #000000;
}


/******* CONTAINER *******/
#container{
	width: 960px;
/*******margin: 0pt auto;*******/
	margin-left:30px;
	margin-top: 10px;
	background-color:#FFFFFF; /*background van de content die wordt ingeladen*/
	border-style: solid;
	border-top-width: 30px;
	border-color:#FF0000;
	padding: 20px;
	
	color: #000000;
}
/******* /CONTAINER *******/

/******* /MUSIC *******/
#musiccontainer{
	position: absolute;
	background-color:#FF0000;
	font-weight: bold;
	top: 217px;
	left: 1063px;
	float:left;
	width: 290px;
	height:290px;
	border-style: solid;
	border-color:#FF0000;
	text-align: center;
	font-family: verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	z-index: 100;
}
/******* /MUSIC *******/

/******* /VIDEO *******/
#videocontainer{
	position: absolute;
	background-color:#FF0000;
	font-weight: bold;
	top: 530px;
	left: 1063px;
	float:left;
	width: 290px;
	height:550px;
	border-style: solid;
	border-color:#FF0000;
	z-index: 100;
	text-align: center;
	font-family: verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
/******* /VIDEO *******/



/******* MENU *******/

.menu{
margin-left:auto;
margin-right:auto;
position:absolute;
}

#fishlogo{
background-image:url(../images/fishbanner.jpg);
float:bottom;
background-position:bottom;
}

.menucontainer{
}

#menucontainer{
	background-image:url(../images/insanetile.jpg);
	background-repeat:repeat;
	background-color:#FF0000;
	color: #000000;	
}

#menucontainer #menu{
	list-style-type: none;
	text-align: center;
	font-family: verdana,sans-serif;
	font-size: 30px;
	margin-top: 5px;
	padding: 0 0 5px 0;
	font-weight: bold;
	line-height:0.6;
	color: #000000;	
}

#menucontainer #menu li{
}

#menucontainer #menu li:hover{
	cursor: pointer;
	background: #000000;
  	color: #FF0000;	
	letter-spacing: 0pt;
}

/******* /MENU *******/

/******* LOADING *******/
#loading{
	background:#FF0000;
	text-align: center;
	visibility: hidden;
}
/******* /LOADING *******/

/******* CONTENT (text die wordt ingeladen)*******/
#content{
	font-family: verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	letter-spacing: -0.2pt;
	word-spacing: 4.4pt;
	line-height: 1.4;

}
#content p{
	margin-bottom: 0.7em;
}

A:link {
	text-decoration: none;
	letter-spacing: -0.2pt;
	font-size: 24px;
	color: black;
	}
A:visited {
	text-decoration: none;
	letter-spacing: -0.2pt;
	font-size: 24px;
	color: black;
	}
A:active {
	text-decoration: none;
	letter-spacing: -0.2pt;
	font-size: 24px;
	color: black;
	}
A:hover {
	text-decoration: underline overline; 
	letter-spacing: 0,5pt;
	color: red;
	}

/******* /CONTENT *******/


/******* SMALLLINKS *******/

.smalllinks A:link {
	text-decoration: none;
	font-size: 16px;
	color:#333333;
	}
.smalllinks A:visited {
	text-decoration: none;
	font-size: 16px;
	color:#333333;
	}
.smalllinks A:active {
	text-decoration: none;
	font-size: 16px;
	color:#333333;
	}
.smalllinks A:hover {
	text-decoration: underline overline; 
	color: red;
	}

/******* /SMALLLINKS *******/

/******* FOOTER *******/
#footer{
	background: #ff0000;
	margin-left:50px;
	padding: 1px;
	width: 960px;
	font-family: verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	font-size: 11px;
	text-align: center;
}
/******* /FOOTER *******/

/******* DISCLAIMER*******/


#disclaimer{
	list-style-type: none;
	font-family: verdana,sans-serif;
	color:#333333;
	font-size: 11px;
	font-weight: bold;

}

#disclaimer li{
	display: inline;
}

#disclaimer li:hover{
	font-family: verdana,sans-serif;
	cursor: pointer;
  	color: #000000;	
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 3pt;

}
/******* DISCLAIMER *******/
