body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #AFAFAF;	
	height: 100%;
}

form {
	margin: 0px;
	padding: 0px;

}

a:link,
a:visited,
a:active {
	color: black;
	text-decoration: underline;
}

img {
	border: none;
}


a:hover {
	color: #white;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	margin-top: 50px;
	width:800px;
	text-align:left;
	background-color: #ADC7BC;
}


#left_holder {
	float: left;
	width: 150px;
	background: url("/landmark-libraries/images/left_menu.jpg") no-repeat;	
	height: 700px;
}

#right_holder {
	float: right;
	width: 650px;
}

#top_holder {
	height: 95px;
	width: 650px;
	display: block;
	text-align: right;
	background: url("/landmark-libraries/images/banner.jpg") no-repeat;
}

#top_holder img {
	margin-right: 70px;
	margin-top: 5px;
}


#middle-holder {
	width: 926px;
	height: 100px;
}

#content {
	padding: 25px 60px 15px 15px;
	text-align: left;
	font-size: 12px;
}

#content h1 {
	color: #0F155F;
	font-size: 16px;
}

#content h2 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

div.photo_holder {
	border: 1px #5F5F5F solid;
	float: left;
	width: 130px;
	height: 130px;
	margin: 0 0 4px 4px;
	padding: 3px;
	text-align: center;
}

div.photo_holder_big {
	border: 1px solid #000000;
	background-color: #D4E1DB;
	margin: 0 0 4px 4px;
	padding: 3px;
	text-align: center;
}

div.vorigeVolgende {
	padding: 3px;
	text-align: center;
	font-weight: bold;
}

#voorwaarden {
	border: 1px solid #000000;
	padding: 5px;
	width: 375px;
	float: right;
	background-color: #D4E1DA;
}

#voorwaarden span {
	font-size: 9px;
	color: #000000;
}

#realisaties {
	border: 1px solid #000000;
	padding: 5px;
	background-color: #D4E1DA;
}
#openAteliers {
	border: 1px solid #000000;
	padding: 5px 5px 0 5px;
	background-color: #D4E1DA;
}

#openAteliers li {
	list-style-type: decimal;
}

#middle-right-holder {
	float: right;
	width: 650px;
}

#left-menu {
	float: left;
	width: 150px;
	height: 370px;
}

#menu {
	margin-top: 60px;
}

#menu .menu_item {
	background: url("/landmark-libraries/images/brick_off.jpg") 7px 1px  no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #11175E;
	padding-top: 38px;
	padding-bottom: 2px;
	padding-left: 11px;
	padding-right: 5px;
	text-align: right;
	width: 105px;
	margin-bottom: 14px;
	margin-top: 8px;
	display: block;
	text-decoration: none;
}

#menu .menu_item_on,
#menu .menu_item:active,
#menu .menu_item:hover {
	background: url("/landmark-libraries/images/brick_on.jpg") 7px 1px  no-repeat;
	color: #E31836;
	font-size: 12px;
	font-weight: bold;
	padding-top: 38px;
	padding-bottom: 2px;
	padding-left: 11px;
	padding-right: 5px;
	text-align: right;
	width: 105px;
	margin-bottom: 14px;
	margin-top: 8px;
	display: block;
	text-decoration: none;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

.submenu_item {
	background: url("/landmark-libraries/images/menu_item_off.jpg") no-repeat;
	padding-left: 7px;
	height: 15px;
	font-weight: bold;
	margin-bottom: 2px;
	display: block;
	text-decoration: none;
}

.submenu_item_on,
.submenu_item:active,
.submenu_item:hover {
	background: url("/landmark-libraries/images/menu_item_on.jpg") no-repeat;
	padding-left: 7px;
	height: 15px;
	font-weight: bold;
	margin-bottom: 2px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

.boek {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

#bibliotheekBoeken,
#museaBoeken,
#schoolBoeken {
	font-weight: bold;
}

table th {
	width: 140px;
}


.LL {
	font-style: italic;
}
.LL span{
	color: #006699;
	font-weight: bold;
}

#talen {
	text-align: left;
	padding: 8px 0px 0px 14px;
	color: #ffffff;
}

#talen a:link,
#talen a:visited,
#talen a:active {
	color: #ffffff;
	text-decoration: underline;
}

table.list {
	width: 100%;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	empty-cells: show;
	font-size: 11px;
}

table.list th {
	vertical-align: top;
	white-space: nowrap;
	color: #323232;
	padding: 4px;
	font-weight: bold;
	background-color: #ededed;
	line-height: 15px;
	border-bottom: 1px solid #dcdcdc;
	text-align: left;
}

table.list tr {
	background: #fafafa;
}

table.list td {
	border-bottom: 1px solid #dcdcdc;
	padding: 4px 5px;
	vertical-align: top;
	line-height: 15px;
}

table.list tr:hover {
	background: #f3f3f3;
}

table.list .time {
	width: 20px;
}

table.stappenplan {
	width: 100%;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	empty-cells: show;
	font-size: 11px;
}

table.stappenplan td,
table.stappenplan th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 4px 5px;
	vertical-align: top;
	line-height: 15px;
}

table.stappenplan_inleiding {
	width: 100%;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #E51837;
	border-left: 1px solid #E51837;
	empty-cells: show;
	font-size: 11px;
}

table.stappenplan_inleiding td,
table.stappenplan_inleiding th {
	border-bottom: 1px solid #E51837;
	border-right: 1px solid #E51837;
	padding: 4px 5px;
	vertical-align: top;
	line-height: 15px;
}

div.award {
	float: left; 
	width: 130px; 
	margin: 1px; 
	border: 1px solid #000000; 
	background-color: #ffffff;
	padding: 4px; 
	height: 230px;
}

div.awardwinner {
	float: left; 
	width: 130px; 
	margin: 1px; 
	border: 2px solid #BFC000; 
	background-color: #ffffff;
	padding: 4px; 
	height: 230px;
}

div.awardwinner ul,
div.award ul {
	padding-left: 18px; 
	margin: 5px 0px;
}

