﻿/* =======================================
    www.varenisfijner.nl
    website styles
    (c) 2011 R.J. Bersma
   ======================================= */

/* ==== global styles ==== */

body {
	color: #FFFFCC;
	font-family: Calibri, Geneva, Tahoma, sans-serif;
	background: rgb(0, 51, 102) url('../images/page_background.jpg');
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4, h5, h6, li{
	margin: 1ex 1em;
}


div#outerDiv {
	max-width: 1280px;
	min-width: 800px;
	margin: 0 auto;
	background: rgb(0, 51, 102) url('../images/banner.jpg') no-repeat;
}

#outerDiv a:link {
	font-size: 1.0em;
	color: orange;
	text-decoration: underline;
}

#outerDiv a:visited {
	text-decoration: underline;	
	color: #996633;
}

#outerDiv a:hover{
	text-decoration:underline;
	font-weight: bold;
	color: orange;
}

#outerDiv a:active {
	text-decoration:underline;
	font-weight: bold;
	color: orange;
}

/* ==== header ==== */

div#header {
	height: 172px;
	position: relative;
}

/* ==== mainMenu ==== */

#header #mainMenu {
	position: absolute;
	left: 0;
	bottom: 0;}

/* ==== contact link ==== */

#outerDiv div#contactButton {
	position:absolute;
	left:650px;
	top:0;
}
#contactButton a:link, #contactButton a:visited {
	height: 29px;
	width: 86px;
	display: block;
	text-indent: -1000em;
	background: url('../images/contact_icon_dual.gif') no-repeat left top;
	border: none;
}

#contactButton a:hover, #contactButton a:active {
	background-position: left bottom;
}

/* ==== main content ==== */

#content div#mainContent {
	float: left;
	margin: 0;
	padding: 30px 15px;
}

#mainContent p {
	font-family: Calibri, Geneva, Tahoma, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #FFFFCC;
	margin: 1.4ex 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	font-family:"Trebuchet MS", sans-serif;
}

#mainContent h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #1b9d95;
	margin: 0 0 .4ex 0;
}

#mainContent h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #1b9d95;
	margin: .3ex 0;
}

#mainContent h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFCC;
	margin: 1ex 0 -.2ex 0;
}

#mainContent h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #1b9d95;
	margin: 1ex 0 -.2ex 0;
}

#mainContent ul {	
	font-family:"Trebuchet MS", sans-serif;
	font-size: 1.2em;
	margin: 0 0 1.4ex 0;
	margin: .2em .5em;	
	color: white;
}

/* ==== tables ==== */
#mainContent table{	
	font-size: 1.0em;
	margin: 0 0 1.4ex 0;
	margin: .2em .5em;	
	border: 1px solid #FFFFCC;
	border-collapse: collapse;
}
#mainContent td{
	border: 1px solid #FFFFCC;
	border-collapse: collapse;
}
#mainContent tr:hover {
	background-color: navy;
	color:yellow;
}


/* ==== columns ==== */

#mainContent div#left_col{
	font-size: o.6em;
	width: 400px;
	float: left;
	border: 1px solid #FFFFCC;
	padding: 5px;
}

#mainContent div#right_col{
	font-size: 1.2em;
	float: right; 
	margin: -20px 0 0 10px;
}

/* ==== footer ==== */

div#footer {
	clear: both;
	background: transparent;
	margin: 0 auto;
	padding: 5px;
}

#footer p{
	font-family: Calibri, Geneva, Tahoma, sans-serif;
	font-size:0.75em;
	color:#fff;
	margin: 0;
	padding: 0;
	text-align:center;
}

#footer a {
	color: #1b9d95;
	text-decoration:none;
}

/* ==== miscellenious styles ==== */
 .clear { clear:both }

div#youtubeVideo {
	margin:20px 0 20px 30px;
}

/*--------------------------------------------------
 Styles for Boxes  
	 Use:
		<!-- INFO BOX -->  
		<div class="info_box">Info text</div> 
--------------------------------------------------*/

.info_box, .note_box, .tip_box, .error_box,tip_box{
	padding:20px;
	margin: 20px 20px 20px 0;
	padding-left:55px;
	background:#eee;
	border-radius:6px;
}
.info_box{
	background:#f1fbfa url('../images/info.png') no-repeat scroll 10px 14px;
	border:1px solid #a7cafb;
	color:#2e6093;
}
.note_box{
	background:#fffcea url('../images/note.png') no-repeat scroll 10px 15px;
	border:1px solid #f0dd6d;
	color:#9e660d;
}
.error_box{
	background:#ffede7 url('../images/error.png') no-repeat scroll 10px 15px;
	border:1px solid #f45959;
	color:#cd0a0a;
	margin: 0 100px 0 50px;
	}
.tip_box{
	background:#ebfbee url('../images/tip.png') no-repeat scroll 10px 15px;
	border:1px solid #6fc47f;
	color:#54a363;
	}

.text_box{
	border: 1px solid #FFFFCC;
	margin: 20px;
	padding: 25px 50px;
	font-style:italic;

}

/*--------------------------------------------------
 Styles for BULLETS 
--------------------------------------------------*/
ul.bullet_check li{
		list-style:none;
		background:transparent url('../images/arrow2.png') no-repeat 0 .2em;
		padding:0px;
		margin:7px;
		line-height:18px;
		padding-left:25px;
}

/* ==== end css ==== */
