body {
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

a {
	color: #F21A00;
}

a:hover {
	color: blue;
}

a:visited {
	color: black;
}

h1, h2, h3, h4, h5 {
	color: #F21A00;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear : both;
}

h1 {
	font-size : 1.6em;
}

h2 {
	font-size : 1.3em;
}

h3 {
	font-size : 1.2em;
}

h3, h4, h5 {
	color : black;
}

.addDivider {
	margin-top : 10px;
}

.header {
	height : 103px;
	background-position: 160px 0px;
	background-image : url(http://www.marijn.org/images/clouds.jpg);
	background-repeat: no-repeat;
	background-color : #D9D9D9;
}

.footer {
	margin-top : 50px;
	font-size: x-small;
	text-align: center;
	clear : both;
	overflow: visible;
	
}

.logoSpace {
	width : 160px;
	height : 103px;
	background-color : #3399FF;
}

#logo {
	position : relative;
	top : 15px;
	left : 13px;
	border : none;
	background-color : #3399FF;
}

.topMenu, .topMenu2 {
	position : relative;
	margin-left: 160px;		
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight : bolder;
	clear : both;
	height : 2em;	
	color : white;
	background-color : #F21A00;
}

.topMenu a, .topMenu a:visited {
	color: white;
}

.topMenuItem, .topMenu2Item {
	display : inline;	
	float: left;

	padding-left: 20px;
	padding-right: 10px;
	padding-top : 3px;
	padding-bottom : 5px;

	background-color : #F21A00;
}

.topMenu2 {
	color : black;
	background-color : white;
}

.topMenu2Item {
	background-color : white;
}

.contentContainer {	
	clear : both;
}

.subMenuMain {
	position : absolute;
	width : 160px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight : bolder;

	color : white;
	background-color : #3399FF;
}

.subMenu {
	padding-left : 10px;
}

.subMenuItem {
	padding-top : 10px;
	padding-bottom : 5px;
	padding-left: 10px;
	padding-right: 3px;
	color : white;
}

.subMenuItem a {
	color : white;
}

.subMenuItem .menuSelected a {
	color : red;
}

.imageLeft {
	float : left;
	height : 100px;
	width : 75px;
}

.imageRight {
	float : right;
	height : 100px;
	width : 75px;
}

.pageContent {
	position : absolute;
	padding-top : 5px;
	border-top: medium solid Black;	
	margin-right : 20px;
	margin-left : 160px;
	padding-left : 20px;
	width : 75%;
}

.textImage {
	display: block;
	clear : both;
}

/** PHOTOS **/

.imgThumb {
	display : inline;
	vertical-align: middle;
	border-style: solid;
	border-width : 1px;
	border-color : black;

}

.imgLeft {
	float : left;
	margin-right : 20px;
	margin-left : 0px;
	margin-top : 10px;
	margin-bottom : 10px;
	border-style: solid;
	border-width : 1px;
	border-color : black;
}

.imgTest {
	float : right;
}

.imgRight {
	float : right;
	margin-left : 25px;
	margin-top : 10px;
	margin-bottom : 10px;
	border-style: solid;
	border-width : 1px;
	border-color : black;
}

.imgMiddle {
	float : none;
	text-align: center;
	border-style: solid;
	border-width : 1px;
	border-color : black;
}

.imgList {
	float : left;
	height : 110px;
	width : 110px;
	text-align: center;
	vertical-align: middle;
}

.center {
	text-align : center;
}

.detailedImage {
	width : 680px;
	float : none;
	text-align: center;
	vertical-align: middle;
}

.detailedImage .image {
	background-color: black;
	margin-bottom: 5px;
}

.imageTitle {
	background-color : #d9d9d9;
	float : left;
}

.imageInfo {
	background-color : #d9d9d9;
	float : right;
	text-align: right;
}

.content {
	display : block;
}

.contentImage {
	height : 350px;
	display : block;
}

/** EVERYTHING IS 4 **/

.numbers thead, .numbers tfoot, .numbers th, .numbers tf {
	color : #F21A00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
}

.works4 {
	color : #006600;
	font-weight : bolder;
}

.works3 {
	color : #FF9900;
	font-weight : bolder;
}

.fails4 {
	color : #F21A00;
	font-weight : bolder;
}

.new {
	display : inline;
  font-style: normal;
  font-weight: bold;
  color: red;
  background-color: yellow;
  padding-left : 0.5em;
  padding-right : 0.5em;

}

.proof4 .characters, .proof4 .is, .proof4 .number {
	float : left;
	width : 200px;
}

.proof4 .line {
	display : block;
}

.proof0100 {
	display : inline;
	font-size: small;
}

.form4 {
	padding-top: 10px;
	margin-bottom: 15px;
}

.form4explain {
	margin-top: 15px;
}

.form4four {
  background-color: #E2FFE2;
}

.form4almostfour {
  background-color: #FFF2E2;
}

.form4notfour {
  background-color: #FFE2E2;
}


/** PHOTOS **/

.pageContent .image {
	border : 0px;
}

.pageContent .imageLeft {
	float : left;
}

.pageContent .imageMiddle {
	float : none;
	text-align: center;
}

.pageContent .imageRight {
	float : right;
}


/** FORM **/
.formcontent .errorMessage {
	color : red;
	font-weight : bolder;
}

.formcontent .required { 
	font-weight:bold 
}

/** BREAD CRUMB TRAIL **/

.breadCrumbTrail {
	margin-top : 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight : bolder;
	color : black;
}

.breadCrumbTrail .title {
	color : #F21A00;
}

/** SITEMAP **/

.sitemapContainer {
	margin-left : -25px;
}

.sitemap {
	padding-top : 10px;
	padding-bottom : 7px;
	margin-left: 25px;
	padding-right: 3px;
	clear : right;
}

.sitemap .name, .sitemap .title {
	display : inline;
}

.sitemapThumb {
	float : right;
	border-style: solid;
	border-width : 1px;
	border-color : black;
	margin-left : 10px;
}

.nameAndTitle {
	overflow : visible;
}

.odd {
	background-color : #F0FAFF;
}

.even {
	background-color : #FFFFFF;
}

/** PHOTO TEXT NAVIGATION **/

.imageNavigation {
	clear : both;
	display: block;	
	width : 100%;
	text-align : center;
	padding-bottom: 5px;
}

.thumbnail {
	height : 110px;
	width : 110px;	
	float : left;
	text-align : center;
	vertical-align: middle;	
}

/** GOOGLE MAPS **/

.gmHTML {
	width : 250px;

}

.gmHTML img {
	float : left;
	margin-right : 5px;
	border : none;
}

.gmHTML h1 {
	font-size : 18px;
}


/** ROUND IMAGE CORNERS **/

.caption {	
	position : relative;
	font-weight : lighter;
	font-style : italic;
}

.rcImgSmall {
}

.rcImgSmallLeft {
	float : left;
}

.rcImgSmallCenter {
	float : left;
}

.rcImgSmallRight {
	float : right;
}

.rcImgLeft {
	float: left;
}

.rcImgRight {	
	float: right;
}

.rndCnrImgLeft {
	margin-right : 10px;
	float : left;
	position : relative;
	top : -15px;
	border : 0px;
}

.rndCnrImgCenter {
	margin-right : 10px;
	text-align : center;
	position : relative;
	top : -15px;
	border : 0px;
}

.rndCnrImgRight {
	margin-left : 10px;
	position : relative;
	top : -15px;
	float : right;
	border : 0px;
}

.rndCnrImg {
	position : relative;
	top : -15px;
	border : 0px;
}

.tr {
	top : 15px;
	position: relative;
	z-index: 2;
	float : right;
}

.tl {
	top : 15px;
	float : left;
	position: relative;
	z-index: 2;
}

.br, .brs {
	top : 15px;
	float : right;
	position: relative;
	z-index: 2;
	left : 30px;
}

.bl, .bls {
	position: relative;
	float : left;
	z-index: 2;
	right : 30px;
}

.rndCnrImgSmall {
	position : relative;
	top: -15px;
	padding: 5px;
}

.rndCnrImgSmallCenter {
	position : relative;
	margin-left: auto;
  margin-right: auto;
  top: -15px;
	padding: 5px;
}

.rndCnrImgSmallRight {
	position : relative;
	top: -15px;
	padding: 5px;
	float : right;
}

.rndCnrImgSmallLeft {
	position : relative;
	top: -15px;
	padding: 5px;
	float : left;
	
}

.trs {
	top : 7px;
	position: relative;
	z-index: 2;
	float : right;
}

.tls {
	top : 0px;
	float : left;
	position: relative;
	z-index: 2;
}

.bls {
	left : -15px;
}

.brs {
	left : 15px;
}

.rciSmallLeft, .rciSmallRight, rciSmall {
	position: relative;
	z-index : 0;
	top : 0px;
}

.roundedImage {
	z-index: 1;
}

.rciLeft, .rciRight, .rci, .rciCenter {
	position: relative;
	z-index : 0;
	top : -15px;
	border : 0px;
}

.bl, .br, .tl, .tr, .bls, .brs, .tls, .trs, .rciSmall, .rciSmallCenter, .rciSmallLeft, .rciSmallRight {
	border : 0px;
}

hr {
	clear : left;
}

.textImage {
	display: block;
}

/** SEARCH **/

.searchbox label {
	display: none;
}

.search .nrResults {
	border-top: 1px solid Black;	
	text-align : right;
	margin-top : 1em;
	background-color : #D9D9D9;
	font-size : smaller;
}

.search .pages {
	text-align : center;
}

.search .next, .search .prev {
	font-weight : bold;
}

.search .query {
	width : 20em;
}

.search .result {
	margin-top : 1em;
	margin-bottom : 0.5em;
}

.search .result .url {
	font-size : smaller;
	color : green;
}

.search .result .url a {
	color : green;
	text-decoration:none;
}

.search .noresults {
	margin-bottom : 1em;	
}

.search .dymWord {
	font-weight : bolder;
	font-style : italic; 	
}

.search .didyoumean {
	margin-bottom : 1em;
}

.menuSearch {
	margin-top : 3px;
	margin-right : 18px;
	font-size : smaller;
	float : right;
}

.menuSearch .query {
	width : 10em;
	font-size : smaller;	
}

.menuSearch .button {
	font-size : smaller;
}

/** CATEGORIES **/
.category {
	font-size : smaller;
}

.l1 {
	font-weight : bolder;
	font-size : medium;
}

.category .l2 {
	font-size : medium;
	font-weight : normal;
	display : inline;
}

/** ADS **/
.ad a:link, .ad a:visited, .ad a:active { color : #f21a00; }
.ad { font-family : arial, sans-serif;font-size : 13px;background-color: #ffffff;float : left; font-weight: normal;}
.s160 { width: 160px; }
.block {vertical-align : middle; height : 111px; border-color: #0099ff; border-style: solid; border-width: 1px; padding-left : 2px; overflow:hidden; }
.ad .block a { text-decoration: none; }
.ad .header a:link, .ad .header a:visited, .ad .header a:active { color : #ffffff; }
.ad .header { background-color : #0099ff; height : 15px; font-size: 11px; padding-top : 1px; padding-left : 1px; }
.ad .title a { text-decoration: underline; }
.ad .title { margin-top : 15px; font-weight: bold; }
.ad .footer { margin-top: 0px; padding-top : 4px; }
.ad .desc a:link, .ad .desc a:visited, .ad .desc a:active { color : #000000; }
.ad .url a:link, .ad .url a:visited, .ad .url a:active { color : #0099ff; font-size: 10px;}
.spacer { width : 10px; float : left;}

