/* globals */
body{
	margin:0;
	color:#5e5e5e;
	font:14px Arial, Helvetica, sans-serif;
	background:#FFF url(../images/HeaderBg.gif) repeat-x;
}

td {
	font-family: Verdana;
	font-size: 12px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal;
	color: #344643;
}

h1 {
	color: #006085;
	font-size: 15px;
	font-weight: bold;
}

#premier {
	margin: 0 0 0 160px;
	font-size: 15px;
	font-weight: bold;
}

h2 {
	color: #0b1c37;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
}
hr {
 clear: both;
}

/* links */
a.Active {
	margin: 0 6px 0 6px;
	color: #0b1a33;
	font-size: 10px;
	text-decoration: none;
}
a.Active:hover {
	text-decoration: underline;
}

a.NotActive {
	margin: 0 15px 0 15px;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}
a.NotActive:hover {
	text-decoration: underline;
}
a.Contactbtn {
	margin: 0 5px 0 5px;
	color: #0b1a33;
	font-size: 10px;
	text-decoration: none;
}
a.Contactbtn:hover {
	text-decoration: underline;
}
a.ActiveFooter {
	margin: 0 10px 0 10px;
	color: #0b1a33;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.Footer {
	margin: 0 10px 0 10px;
	color: #0b1a33;
	font-size: 12px;
	text-decoration: none;
}
a.Footer:hover {
	text-decoration: underline;
}
a.Credits {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
a.Credits:hover {
	text-decoration: underline;
}
a { 
	color: #344643;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.Credits {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
/* photos */
.afbeelding {
	float: left;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	margin: 3px;
	padding: 5px;
}


.Floatphoto {
	float: left;
	margin: 0 5px 0 0;
	padding: 5px;
}

.floatLeft {
	float: left;
	background: #FFFFFF;
	margin: 0 5px 3px 0;
	padding: 5px;
}

.floatRight {
	float: right;
	background: #FFFFFF;
	margin: 0 0 3px 5px;
	padding: 5px;
}

.thumbnail
{
	float: left;
	background: #FFF;
	border: 1px solid #CCCCCC;
	margin: 0 10px 10px 10px;
	padding: 5px;
}

/* quotes */
.QuoteBegin {
	color: #333333;
	margin-right: 2px;
	font-size: 22px;
	letter-spacing: 0.1mm;
	font-weight: bolder;
}

.Quote {
	color: #344643;
	font-size: 22px;
	font-weight: bolder;
	line-height: 22px;
}

.QuoteEind {
	color: #333333;
	margin-left: 2px;
	font-size: 22px;
	letter-spacing: 0.1mm;
	font-weight: bolder;
}

.Author {
	float: right;
	margin-right: 95px;
}

/* quotes */
#Content {
	margin: 5px 30px 10px 20px;
	line-height: 18px;
	text-align: left;
}

/* Calculator */
strong {  
	font-size: 13px; 
	color: #006086
}

b {  
	font-size: 12px; 
	color: #FFFFFF
}

/* forms */
.input { 
	margin: 0; 
	padding: 3px; 
	width: 400px; 
	border: 1px solid #4C6662; 
	background: #FFF;
	color: #2F3F3C;	 
}

.input:hover { 
	background: #F4F4F4; 
}

.captcha { 
	margin: 0; 
	padding: 3px; 
	width: 206px; 
	border: 1px solid #4C6662; 
	background: #FFF;
	color: #2F3F3C;	 
}

.captcha:hover { 
	background: #F4F4F4; 
}

.text { 
	margin: 0; 
	padding: 3px 3px 3px 3px; 
	width: 350px; 
	border: 1px solid #4C6662; 
	background: #FFF;
	color: #2F3F3C;	 
}

.text:hover { 
	background: #F4F4F4; 
}

.textarea { 
	width: 400px; 
	height: 80px;
	padding: 3px; 
	border: 1px solid #4C6662; 
	background: #FFF;
	color: #2F3F3C;
}

.textarea:hover { 
	background: #F4F4F4; 
}

.button { 
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 250px; 
	border: 1px solid #006086;
	color: #FFF; 
	background: #001E29;	 
}

.buttonCalc {
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 200px; 
	border: 1px solid #FFF;
	color: #FFF; 
	background: #001E29;
}