@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5F5F5F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}
.thrColFixHdr #container {
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #container #mainSub ol {
	font-weight: bold;
	margin-left: -10px;
}
.thrColFixHdr #container #mainSub h2 {
	font-variant: small-caps;
	font-size: 110%;
}


.thrColFixHdr #header {
	background-image:url(../images/top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 60px;
	margin-top: 10px;
	margin-bottom: -10px;
} 

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 50px;
	padding-right: 10px;
	padding-bottom: 15px;
	background-image: url(../images/left.png);
	height: 450px;
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: auto;
}
.thrColFixHdr #mainContent {
	background-image: url(../images/Main_picture4.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 530px;
	margin-right: 20px;
} 
.boksieknoppies {
	background-image: url(../images/announcements_36.png);
	background-repeat: no-repeat;
	height: 280px;
	margin-left: -30px;
}
.thrColFixHdr  #container  #sidebar2  .boksieknoppies  p {
	margin-left: 65px;
}

.thrColFixHdr #footer {
	padding-top: 0;
	padding-right: 150px;
	padding-bottom: 0;
	padding-left: 57px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 700px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #container #sidebar2 .boksieknoppies #travel {
	margin-left: 70px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.thrColFixHdr #container #sidebar2 .boksieknoppies #abstract {
	margin-left: -40px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #mainSub {
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 60px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	height: auto;
	margin-right: 20px;
	width: 650px;
}
.thrColFixHdr #container #sidebar2 .boksieknoppies #accommodation {
	margin-left: -5px;
}
.thrColFixHdr #container #mainSub strong {
	font-variant: small-caps;
}
.strepies {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #999999;
}
