@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #857D88;
	margin: 0; /* het is een goede gewoonte om de instellingen voor margin (marge) en padding (opvulling) van het element body op nul in te stellen en daarmee op de standaardinstellingen van de verschillende browsers */
	padding: 0;
	text-align: center; /* hiermee centreert u de container (het hoofdobject) in IE 5*-browsers Vervolgens wordt de tekst ingesteld op de standaardinstelling van links uitlijnen in de kiezer #container */
	color: #0C121F;
	border-style: none;
}
#container  {
	width: 990px;  /* door het gebruik van 20 pixels minder dan een volledige breedte van 800 pixels ontstaat ruimte voor de randen van het browservenster (vaak aangeduid met “browser chrome”) en wordt een horizontale schuifbalk vermeden */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
} 
.alinea {
	padding-bottom: 0px;
}

#header  {
	background: #BC1701;  /* deze instelling voor padding (opvulling) komt overeen met de uitlijning links van de elementen binnen de div-elementen, die volgen op deze padding. Als een afbeelding wordt gebruikt in de #header in plaats van tekst, wilt u wellicht de padding (opvulling) verwijderen. */
	height: 71px;
	width: 990px;
} 
#headerbruinboven {
	background: #30261D;
	height: 52px;
}
#headerblauwmiddenboven {
	background: #1B2C4A;
	height: 32px;
}

#headerbruinlinks {
	background: #30261D;
	height: 176px;
	width: 98px;
	float: left;
}
#headerbruinonder {
	background: #30261D;
	height: 52px;
	width: 990px;
	clear: both;
}
#headerzwartlinks {
	background: #000;
	height: 146px;
	width: 30px;
	float: left;
}
#headerzwartboven {
	background: #000;
	height: 30px;
	width: 734px;
	float: left;
}
#headerzwartonder {
	background: #000;
	height: 30px;
	width: 794px;
	float: left;
}
#headerbruinrechts {
	background: #30261D;
	height: 176px;
	width: 98px;
	float: right;
}
#headerzwartrechts {
	background: #000;
	height: 146px;
	width: 30px;
	float: left;
}
.afbeelding {
	padding-top: 30px;
}


#sidebar1  {
	width: 217px; /* in op standaards gebaseerde browsers of in de op standaards gebaseerde modus van Internet Explorer omvat de feitelijke breedte van dit element div naast de breedte tevens waarden voor padding (opvulling) en border (rand) */
	background: #1B2C4A;
	float: left;
	color: #FFF;
}
#sidebar2 {
	background: #1B2C4A;
	float: right;
	width: 217px;
}
#mainContent  {
	background: #DDE0E3;
	padding: 10px;
	border-right: 217px solid #1B2C4A;
	border-left: 217px solid #1B2C4A;
	color: #0C121F;
} 
p {
	padding: 0px 20px 10px;
	margin: 0px;
}

.fltrt { /* dit exemplaar van class kan worden gebruikt om een element aan de rechterzijde van uw pagina te laten zweven. Het zwevende element moet voorafgaan aan het element dat, op de pagina, naast het zwevende element moet staan. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* dit exemplaar van class kan worden gebruikt om een element aan de linkerzijde van uw pagina te laten zweven. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* dit exemplaar van class moet op een element div of break zijn geplaatst en dient het laatste element te zijn vóór de afsluiting van een container (hoofdobject) die op zijn beurt een zwevend object volledig dient te bevatten */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #header p {
	font-size: 80%;
	padding-top: 28px;
	padding-right: 98px;
	text-align: right;
	color: #D1D5DB;
}
#container #header p a {
	color: #D1D5DB;
	text-decoration: none;
}
#container #header p a:hover {
	color: #0C121F;
	text-decoration: underline;
}

#footer  {
	background:#DDE0E3;
	border-top: 3px solid #1B2C4A;
	border-bottom: 3px solid #1B2C4A;
	width: 520px;
	float: left;
	height: 35px;
	clear: both;
	position: relative;
} 
#Footereenlinks {
	background-color: #1B2C4A;
	position: absolute;
	width: 217px;
	bottom: 41px;
}
#container #footer #Footereenlinks table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 140px;
	margin-bottom: 26px;
}
#container #footer #Footereenlinks table tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #footer #Footereenlinks table caption {
	color: #DDE0E3;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	font-size: 80%;
}
#container #footer #Footereenlinks table tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#container #footer p {
	font-size: 80%;
	text-align: left;
	color: #0C121F;
	padding-top: 10px;
}
#container #footer p a {
	color: #0C121F;
	text-decoration: none;
}
#container #footer p a:hover {
	color: #BC1701;
	text-decoration: underline;
}
#footermidden {
	background:#DDE0E3;
	border-top: 3px solid #1B2C4A;
	border-bottom: 3px solid #1B2C4A;
	width: 40px;
	height: 35px;
	float: right;
}
#footerright {
	background:#DDE0E3;
	border-top: 3px solid #1B2C4A;
	border-bottom: 3px solid #1B2C4A;
	width: 430px;
	height: 35px;
	float: right;
}
#container #footerright p {
	font-size: 80%;
	padding-left: 1px;
	padding-top: 9px;
}
li a {
	color: #0C121F;
	text-decoration: none;
}

li a:hover {
	color: #BC1701;
}
h1 {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 14px;
	margin-bottom: 14px;
}
h2 {
	text-align: center;
}

h3 {
	font-size: 120%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h4 {
	font-size: 100%;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}


caption {
	padding: 28px 16px 16px;
	font-weight: bold;
}
table {
	width: 516px;
	border-collapse:collapse
	border-width: 1px;
	border: 3px solid #30261D;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
th {
	padding: 10px;
	border: 2px solid #30261D;
	text-align: center;
}

td {
	padding: 4px;
	border: 1px solid #30261D;
	text-align: center;
}
.lijstruimte {
	margin-top: 10px;
}
.foto {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 20px;
}
.afbeeldingenblog {
	float: right;
	margin-top: 34px;
	margin-left: 20px;
}
.tweedefotoweblog {
	clear: right;
	float: right;
	padding-top: 30px;
	margin-left: 20px;
}

.alineaweblog {
	margin-bottom: 30px;
}
.footertwee {
	background: #DDE0E3;
	width: 990px;
	clear: right;
}


#container .footertwee table {
	border-style: none;
	margin-left: 18px;
	font-size: 60%;
	width: 954px;
	padding-top: 18px;
	padding-bottom: 8px;
	margin-top: 18px;
}
#container .footertwee table tr {
	border-style: none;
}
#container .footertwee table tr th {
	border-style: none;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #0C121F;
}
#container .footertwee table tr th a {
	color: #0C121F;
	text-decoration: none;
}
#container .footertwee table tr th a:hover {
	color: #BC1701;
	text-decoration: underline;
}



#container .footertwee table tr td {
	border-style: none;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #0C121F;
}
#container .footertwee table tr td a {
	color: #0C121F;
	text-decoration: none;
}
#container .footertwee table tr td a:hover {
	color: #BC1701;
	text-decoration: underline;
}
.life {
	width: 238px;


}

.opleidingen {
	width: 238px;


}
.reizen {
	width: 238px;


}


#breadcrumb a {
	color: #0C121F;
	text-decoration: none;
}

#breadcrumb {
	font-size: 60%;
}
#breadcrumb a:hover {
	color: #BC1701;
	text-decoration: underline;
}
#container #mainContent p a {
	color: #0C121F;
}
#container #mainContent p a:hover {
	color: #BC1701;
}
#container #mainContent h4 a {
	color: #0C121F;
}
#container #mainContent h4 a:hover {
	color: #BC1701;
}
#container #mainContent ul {
	list-style: none;
}
#container #mainContent ul li a {
	text-decoration: underline;
}
#ondersteregel {
	padding-bottom: 20px;
}

.reizenruimteonder {
	padding-bottom: 0px;
}
.ruimteonderenboven {
	margin-top: 6px;
	margin-bottom: 24px;
}
.textcenter {
	text-align: center;
	padding-left: 0px;
}
.foto_reizen {
	float: right;
	margin-right: 24px;
	margin-left: 14px;
	margin-bottom: 10px;
	margin-top: 6px;
}
#container #sidebar2 p {
	text-align: center;
	font-size: 80%;
	margin-top: 10px;
}
#container #sidebar2 p a {
	color: #DDE0E3;
	text-decoration: none;
}
#container #sidebar2 p a:hover {
	color: #BC1701;
	text-decoration: underline;
}
.onderhonderd {
	margin-bottom: 80px;
}

.prijs {
	text-align: center;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footereenrechts {
	position: absolute;
	left: 826px;
	bottom: 68px;
}
