@charset "utf-8";
body  {
	background-color: #c0c0c0;
	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. The text is then set to the left aligned default in the #container selector */
	color: #FFFF80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	border: 0px;
}

.twoColElsLtHdr #container { 
	width: 800px;
	
	/*centers container*/
	margin-left: auto;
	margin-right: auto;
	
	border: 0px;
	text-align: left;
}

.header { 
	width: 100%;
	height: 211px;
	background-image: url(img/header_doetinchem.png);
	text-align: right;
} 
.twoColElsLtHdr .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 */
}

.menu {
	position: absolute;
	margin: 0 0 0 0;
	background-image: url(img/background_left.png);
	width: 181px;
	text-align: center;
	padding: 16px 0 0 0;
	height: 775px;
}

.menu_box {
	font-family: Times New Roman, Times, Times Roman, serif;
	font-size: 31px;
	text-decoration: none;
	font-style: italic;
	
	/* menu opschuiven, om de "F" van Foto's.. uit de kantlijn te halen */
	margin-left: 1px;
}

.menu a:link{
	text-decoration: none;
	color: #CACA42; /*#D00000*/
}
.menu a:visited{
	text-decoration: none;
	color: #CACA42;
}
.menu a:hover{
	text-decoration: none;
	color: #DCDC70;
}
.menu a:active{
	text-decoration: none;
	color: #EEEE44;
}
	
.mainContent {
	padding: 16px 10px 0 40px;
	position: absolute;
	margin: 0 0 0 181px;
	background-image: url(img/background_right.png);
	text-align: left;
	width: 569px;
	height: 775px;
	overflow: auto;
}

/*user content*/

a:link {
	color: #C0C000;
	text-decoration: underline;
}
a:visited {
	color: #C0C000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
}

.centered {
	text-align: center;
}

.align_left {
	text-align: left;
}

.container_taalkeuze {
	position: absolute;
	margin-top: 191px;
	margin-left: 5px;	
}

.vlag_taalkeuze {
	width: 40px;
	height: 19px;
	border: 0;
}

hr {
	color: #FFFF80;
	background-color: white;
}

.hr_menu {
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hr_welkom {
	width: 30%;
}

.welkom_img_container {
	position: relative;
	margin-left: -32px;
}

.bold {
	font-weight: bold;
}

.txt_red {
	color: #FF0000;
}

.titel {
	font-size: 24px;
	font-weight: bold;
}

.sub_titel {
	font-size: 16px;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.deelnemers_img {
	width: 145px;
}

.deelnemers_img_de {
	width: 25px;
	vertical-align: middle;
}

.underlined {
	text-decoration: underline;
}

.foutmelding {
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}

.logo {
	width: 28%;
	float: left;
	margin-top: 32px;
}

.description {
	width: 69%;
	float: left;
}

.container_deelnemer {
	position: relative;
}

.clear_float {
	clear: both;
}

.table_programma {
	margin-left: 22px;
	width: auto;
	border-spacing: 0px;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #FFFF80;
}

.td_programma_tijd {
	padding: 4px;
	width: 138px;
	border: 1px solid #FFFF80;
}

.td_programma_onderdeel {
	padding: 4px;
	width: 366px;
	border: 1px solid #FFFF80;
}