/*
---------------------------------------
Website: www.manta-dive-giliair.com
CSS: Ron Horn
E-mail: dezine@hotmail.com
URL: www.dezine.nl
---------------------------------------
*/
@import url("front.css");

a.small:link, a.small:visited {color: #B7D1E1; text-decoration: none; font-weight: normal; font-size: x-small; font-family: verdana, sans-serif;}
a.small:hover {color: #FFFFFF; text-decoration: underline; font-weight: normal; font-size: x-small; font-family: verdana, sans-serif;} 

a.blue:link, a.blue:visited {color: #30546A; text-decoration: none; font-weight: normal; font-size: x-small; font-family: verdana, sans-serif;}
a.blue:hover {color: #C00000; text-decoration: none; font-weight: normal; font-size: x-small; font-family: verdana, sans-serif;} 

/* MENU */
a.menu {
  display: block;
	width: 160px;
	font-size: small; 
	font-family: verdana,arial,Trebuchet;
	font-weight: bold;
	text-align: left;
  text-decoration: none;
  background-color: #F4F9FD;
	color: #1A73A0;
  margin-left: 0px;
  padding: 2px 0px 2px 5px;
	border-top: 1px solid #B7C7D3;
}
	 
a.menu:hover {
  background-color: #1A73A0;
	color: #ffffff;
  text-decoration: none;
}

/* END OF MENU */


h1 {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	color: #1A73A0;
	}
	
p, body, div, table, td{
	color: #1A73A0;
	font-size: 10pt;
	text-decoration: none;
	font-family: Verdana, sans-serif;
}

.blue {
	color: #264254; 
	text-decoration:none; 
	font-size: x-small; 
	font-family: verdana, sans-serif;
}

img{ 
	border:0; 
} 

* {
	margin: 0;
}

html, body {height:100%;} 

html,body {
	margin: 0;
	padding: 0;
}

body {	
	background-color: #40A4CE;
	background-image: url('images/bg-top.png');
	background-repeat: repeat-x; 
}
	
.container {
	width: 790px; 
	background-color: #40A4CE;
	background-image: url('images/bg-container.png');
	background-repeat: repeat-y; 
  position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
	
.header {
	width: 790px;
	height: 180px;
	background-color: #40A4CE;
	margin: 0px;
	padding: 0px;
	position: relative;
}

* html #header {height: 56px;he\ight: 56px}

.submenu, .content{ 
	float: left; 
} 

.submenu {
	width: 180px;
	padding-top: 0px;
	padding-left: 20px;	
	padding-right: 10px; 
 	padding-bottom: 0px;
  margin: 0px;
}

.content {
	width: 550px;
	padding-top: 20px;
	padding-left: 10px;	
	padding-right: 0px; 
 	padding-bottom: 20px;
}
	
.content a:link {color: #0A4C75; text-decoration: underline; font-size: small; font-weight: normal; font-family: verdana, sans-serif;}
.content a:visited {color: #63A192; text-decoration: underline; font-size: small; font-weight: normal; font-family: verdana, sans-serif;}
.content a:hover {color: #C00000; text-decoration: underline; font-size: small; font-weight: normal; font-family: verdana, sans-serif;}


#padi {
	width: 148px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
}

.button {
	font-family: Verdana, sans-serif;
	font-size: 8pt; 
	color: #202020;
	background-color: #F6F6EE; 
	border: 1px solid #993300;
}

.push {
	clear: both;
	width: 79px;
	height: 80px; /* .push must be the same height as .footer */
	margin: 0 auto;
	padding: 0px;
}

.footer {
	position: relative;
	width: 790px;
	height: 100px; /* .push must be the same height as .footer */
	margin: 0 auto;
	background: url(images/footer.png) no-repeat;
	padding: 0px;
}

.footercontainer {
	position: relative;
	width: 100%;
	height: 100px; /* .push must be the same height as .footer */
	margin: 0 auto;
	padding: 0px;
	background: url(images/bg-footer.png) repeat-x;
}

.footertext {
	padding-left: 130px;
	padding-top: 75px;
	color: #224469;	
	font-size: 8pt; 
	font-family: Arial, Verdana, sans-serif;
}

.footerlinks {
	padding-left: 10px;
	padding-top: 25px;
	color: #224469;	
	font-size: 8pt; 
	font-family: Arial, Verdana, sans-serif;
}

.footerlinks a:link {color: #224469; text-decoration: none; font-size: x-small; font-weight: normal; font-family: verdana, sans-serif;}
.footerlinks a:visited {color: #224469; text-decoration: none; font-size: x-small; font-weight: normal; font-family: verdana, sans-serif;}
.footerlinks a:hover {color: #EB6244; text-decoration: underline; font-size: x-small; font-weight: normal; font-family: verdana, sans-serif;}

input, select, checkbox, radio button, option, textarea  {
	border-collapse: collapse;
	font-family: Arial;
  font-size: 8pt;
	color: #202020;
	margin: 0px;
	padding: 0px;
}