@import url('gallery.css');

body
{
	margin: 0px;
	padding: 0px;
	background-color: #53b5c7;
	font-family: 'century gothic', 'arial', 'helvetica', sans-serif;
}

h1
{
	display: none;
}

#wolk
{
	position: absolute;
	width: 975px;
	height: 325px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/wolkje_wit.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 20px;
	z-index: 1;
}

#container
{
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

#frame
{
	position: relative;
	padding-top: 70px;
	z-index: 2;
	margin-left: 93px;
}

#frame_top
{
	width: 882px;
	height: 20px;
	background-image: url('../img/bg_top.png');
	background-repeat: no-repeat;
}

#frame_main
{
	width: 882px;
	background-image: url('../img/bg_main.png');
	background-repeat: repeat-y;
}

#frame_content {
	width: 792px;
	min-height: 395px;
	_height: 395px;
	margin-left: 70px;
	padding-top: 25px;
}

#frame_bottom
{
	width: 882px;
	height: 20px;
	background-image: url('../img/bg_bottom.png');
	background-repeat: no-repeat;
}

#splash
{
 	padding-left: 10px;
 	padding-top: 100px;
}

#bottom
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: right;
	padding-right: 40px;
	font-size: 8pt;
	letter-spacing: 1px;
}

#bottom a
{
	 text-decoration: none;
	 color: #000000;
}

#bottom a:hover
{
	text-decoration: underline;
}

#logo
{

}

#menu
{
	width: 170px;
	min-height: 230px;
	background-color: #000000;
	color: #ffffff;
	font-size: 10pt;
	padding: 15px;
	margin-top: 30px;
}

#nav
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav a
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#nav a:hover
{
	color: #98d4cb;
}

#nav .nav1_selected a
{
	color: #7fa2bf;
}

#nav2 .nav2_selected a
{
	color: #7fa2bf;
}

#nav2
{
	list-style: none;
	margin: 0px;
	padding-left: 30px;
}

#nav2 a
{
	color: #ffffff;
	font-weight: normal;
}

input, select, textarea
{
	border: solid 1px #000000;
	font-family: 'century gothic', 'arial', 'helvetica', sans-serif;
	background-color: #ffffff;
}

#col_left
{
	float: left;
	width: 200px;
	padding-top: 10px;
}

#col_right
{
	float: left;
	width: 532px;
	margin-left: 10px;
}

#right_top
{
	height: 40px;
}

#right_content
{
	width: 532px;
	margin-bottom: 15px;
	min-height: 400px;
	font-size: 9pt;
	padding-bottom: 5px;
	_height: 400px;
	margin-top: 35px;
}

#right_content a
{
	text-decoration: none;
	color: #6092ba;
}

#right_content a:hover
{
	text-decoration: underline;
}

#titles
{
	float: left;
	width: 350px;
	text-align: right;
}

#search_top
{
	float: right;
	padding-top: 9px;
}

#search_top a
{
	text-decoration: none;
	color: #000000;
	font-size: 9pt;
}

h2, h3, h4
{
	font-size: 11pt;
 	color: #000000;
 	padding: 0px;
 	padding-bottom: 5px;
 	padding-top: 15px;
 	border-bottom: solid 2px #afcfe9;
 	margin: 0px;
 	margin-top: 10px;
 	clear: both;
}

#right_content .app, #right_content .text
{
	padding: 0px;
}

#row1_col1_cell1
{
	background-color: #ffffff;
	min-height: 100px;
	_height: 100px;
	padding-bottom: 10px;
}

.borderblock_error
{
	border: solid 3px #ff0000;
	color: #ff0000;
	padding: 10px;
}

/* Accordion effect styling */

.toggler
{
	font-weight: bold;
	cursor: pointer;
	margin: 0px;
	color: #000000;
	margin-bottom: 0px;
}

.toggler:hover
{

}

.element
{
	margin: 0px;
 	padding: 0px;
 	padding-top: 5px;
 	padding-bottom: 5px;
}

.media
{
	border: 0px;
}

#follow_link
{
	position: absolute;
	right: 0px;
	top: 200px;
	z-index: 10;
}
