@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000;
	background-image: url(../pics/verlooplang.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-width: thin;
	border-left-width: thin;
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #container #sidebar1 a {
	text-decoration: none;
}

.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	height: 45px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #container #mainContent h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	font-size: 18px;
	text-align: center;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #F00;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 450px;
	position: relative;
	width: 750px;
} 
.twoColFixLtHdr #container #mainContent #lichtkrant {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	position: relative;
	top: 50px;
}


.twoColFixLtHdr #container #mainContent #lineup1 {
	margin-top: 20px;
	height: 220px;
}

.twoColFixLtHdr #container #sidebar1 h3 {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #03F;
	padding-bottom: 0px;
}
.twoColFixLtHdr #container #mainContent #groep {
	margin-left: 50px;
	margin-top: 35px;
	background-image: url(../pics/verloopkort.jpg);
}
.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;
}
.twoColFixLtHdr #container #footer {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
}

.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;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container #mainContent table {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-style: italic;
	margin: 20px;
	font-size: 18px;
}
.twoColFixLtHdr #container #mainContent #bezetting table {
	text-align: center;
	margin-left: 160px;
}
.twoColFixLtHdr #container #mainContent #wie2 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #F00;
	text-align: center;
	position: relative;
	top: 10px;
}
.twoColFixLtHdr #container #mainContent #wie4 {
	border: thin solid #F00;
	padding-left: 20px;
	margin-top: 30px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
}

.twoColFixLtHdr #container #mainContent #lineuptekst {
	margin-top: 0px;
	top: -20px;
	position: relative;
}

.twoColFixLtHdr #container #mainContent #video {
	margin-top: 50px;
}
.twoColFixLtHdr #container #mainContent #player {
	left: 130px;
	position: relative;
	width: 500px;
	top: 40px;
	height: 350px;
}

.twoColFixLtHdr #container #mainContent #video table tr td {
	height: 24px;
}
.twoColFixLtHdr #container #mainContent #video table {
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #container #mainContent #ussr {
	border: thin solid #F00;
	position: relative;
	top: 4em;
}
.twoColFixLtHdr #container #mainContent #wim {
	filter: FlipH;
}

.twoColFixLtHdr #container #mainContent #ussr table tr td {
	height: 26px;
}
.twoColFixLtHdr #container #mainContent #tabellineup {
	position: relative;
	top: 20px;
}
.twoColFixLtHdr #container #mainContent #album1 {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 2em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bolder;
	color: #000;
	text-align: center;
}

.twoColFixLtHdr #container #mainContent #bezetting {
	position: relative;
	top: 30px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	border: thin solid #F00;
}
.twoColFixLtHdr #container #sidebar1 p {
}
.twoColFixLtHdr #container #sidebar1 #aarde {
	text-align: center;
	width: 100px;
	position: relative;
	left: 10px;
	height: 57px;
}
.twoColFixLtHdr #container #mainContent #repertoireaccordion {
	text-align: left;
	position: relative;
	top: -20px;
}
.twoColFixLtHdr #container #mainContent #fotolineup {
	position: relative;
	top: -30px;
	left: auto;
	right: auto;
}
.twoColFixLtHdr #container #mainContent #lineupeddy {
	position: relative;
	top: -12px;
	left: auto;
	right: auto;
}
.twoColFixLtHdr #container #mainContent #lineupaarts {
	position: relative;
	top: -12px;
}
.twoColFixLtHdr #container #mainContent #lineupwim {
	position: relative;
	top: -12px;
}
.twoColFixLtHdr #container #mainContent #lineupandre {
	position: relative;
	top: -12px;
}
.twoColFixLtHdr #container #mainContent #lineupcor {
	position: relative;
	top: -12px;
}
.twoColFixLtHdr #container #mainContent #welkomcontact {
	position: relative;
	top: 30px;
}
.twoColFixLtHdr #container #mainContent #tekstcontact {
	position: relative;
	top: 40px;
}
.twoColFixLtHdr #container #mainContent #emailcontact {
	position: relative;
	top: 40px;
}

