/* -------------------------------------- */
/* Wim Kosten / maritimephoto.com         */
/* mail: wim@maritimephoto.com            */
/* web:  http://www.maritimephoto.com/    */
/* -------------------------------------- */

html				
{
	width:100%; 
	height:100%; 
	font-family:verdana;
	font-size:12px; 
	margin:0px; 
	padding:0px; 
	background-color:#223840;
}

body
{
	width:100%; 
	height:100%; 
	margin:0px; 
	padding:0px; 
	background-image: url(/images/gradient-background.png); background-repeat:repeat-x; 
}

a
{
	color:#000000;
}

#vlbpage
{
	position: relative;
	width: 934px;
	margin: 0px auto;
	border:0px solid red;
	min-height: 100%; 
	height: auto !important; 
	height: 100%; /* IE only */
}

#vlbcontainer
{
	position:relative;
	top:-40px;
	width: 934px;
	margin: 0px auto;
	border:0px solid blue;
}

#vlbcontainer:after
{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#vlbheader
{
	position: relative;
	margin: 0px auto;
	width: 930px;
	height: 308px;
	border:0px solid green;
}

#vlbheader .photobanner
{
  	position: relative;
  	width: 930px;
  	height: 308px;
  	border-left:3px solid #6dbee4;
  	border-right:3px solid #6dbee4;
}

#vlbheader .menubar
{
 	position: absolute;
 	width: 100%;
  	height: 40px;
  	border:1px solid red;
}

#navbar
{
	position:absolute;
	top:0px;
	left:0px;
	width:936px;
	height:41px;
}

#menuContainer
{
	position:absolute; 
	top:0px; 
	left:150px; 
	border:0px solid red; 
	width:700px; 
	height:40px;
	display:block;
}

#menuContainer li
{
  	display: block;
  	float: left;
  	margin: 0 10px 0 0;
  	color: #FFFFFF;
}

#menuContainer li a
{
  	display: block;
  	color: #FFFFFF;
  	text-decoration: none;
  	padding: 2px 8px 3px 8px;
}

#menuContainer li a:hover,
#menuContainer li a.active
{
  	background: #2bb3f4;
  	text-decoration: none;
}

.menuItemActive
{
  	background: #2bb3f4;
  	text-decoration: none;
}

.vlbContactWhite
{
  	color:#FFFFFF;
	line-height:20px;
}

.vlbContactYellow
{ 
	color:#FFCC33; 
	font-weight:bold;
	line-height:20px; 
}

#languageSwitch
{
	position:absolute; 
	top:0px; 
	left:890px; 
	border:0px solid red; 
	width:50px; 
	display:block;
	padding-top:5px;
}

#languageSwitch img
{
	border:0px;
}
	
#vlblogo
{
	position:absolute;
	top:10px;
	left:10px;
}

#wrapper
{
	position: relative;
	width: 936px;
	border:0px dashed green;
	float: left;
}


#leftColIndex
{
	width:245px; 
	float:left; 
	border:0px solid red;
}

#leftColMenu
{
	width:265px; 
	float:left;
	border:0px solid red;
	font-size:13px;
	color:#FFF;
	height:500px;
}

.subMenu
{
	width:200px;
	margin-left:40px;
	line-height:34px;
	padding-bottom:5px;
	float:right;
	border-bottom:1px dotted white;
}

.subMenuLink
{
	color:white;
	text-decoration:underline;
}

.submenuItemActive
{
        background: #2bb3f4;
}

#rightColIndex
{
	width:670px; 
	float:right; 
	border:0px solid black;
}


#leftCol
{
	width:250px; 
	float:left; 
	border:0px solid red;
}

#rightCol
{
	width:682px; 
	float:right; 
	border:0px solid black;
}


#filler
{
	height:70px;
	border:0px solid blue;
}

#filler25
{
	height:25px;
	border:0px solid blue;
}

.sphereBlue
{
	border:2px solid #6dbee4;
}

.sphereBlack
{
	border:1px solid #000000;
}

#introBox 
{
	margin-left:40px;
	color: #fff;
	width: 567px;
	height:130px;
	padding: 12px;
	text-align: left;
	background-color: #6dbee4;
	color:#FFFFFF;
	
	/* Do rounding (native in Firefox and Safari) */ 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

.captionYellow
{
	color:#FFCC33;
	font-size:18px;
	border-bottom:1px dotted white;
	padding-bottom:8px;
	width:560px;
}

.captionBlue
{
	color:#0f779c;
	font-size:18px;
	border-bottom:1px dotted #0f779c;
	padding-bottom:8px;
	width:610px;
}

.captionBlueNoBorder
{
	color:#0f779c;
	font-size:15px;
	padding-bottom:8px;
}

#indexContentBox 
{
	margin-left:40px;
	color: #fff;
	width: 567px;
	height:360px;
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	color:#000000;
	
	/* Do rounding (native in Firefox and Safari) */ 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

#contentBoxLarge 
{
	color: #fff;
	width: 620px;
	height:537px;
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	color:#000000;
	
	/* Do rounding (native in Firefox and Safari) */ 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#leftContent
{
	padding-top:10px;
	padding-left:10px;
	float:left; 
	width:400px;
}

#rightContent
{
	padding-top:10px;
	padding-right:5px;
	float:right; 
	width:140px;	
}

#vlbfooter
{
	position: relative;
	margin: 0px auto;
	width: 930px;
	height: 20px;
	top:-20px;
	border:0px solid green;
	font-size:11px;
	color:white;
}

#vlbfooter .caption
{
	color:#6dbee4;
}

.imgLeft
{
	float:left; 
	margin-right:10px;
}

.imgRight
{
	float:right; 
	margin-left:10px;
}

.imgHardware
{
	width:610px;
	border:1px solid #000;
}

.rednote
{
	display:block;
	background-color:#D0D0D0;
	color:#000000;
	padding:10px;
	border:1px solid #606060;
}


.clearfix:after 
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix 
{
	display: inline-block;
}

html[xmlns] .clearfix 
{
	display: block;
}

* html .clearfix 
{
	height: 1%;
}



