@import url("home.css");
@import url('gallery.css');
@import url('agenda.css');
@import url('join.css');
@import url('smoelenboek.css');

td,table,div {
	padding: 0;
	margin: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/frame/backgroundGradient.gif);
	background-repeat: repeat-y;
	background-color: #464646;
	padding: 0;
	margin: 0;
}

a{
	color: #000000;
}

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

.contentTitle{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.bold{
	font-weight: bold;
}

.white{
	color: #FFFFFF;
}

.black{
	color: #000000;
}

.noline{
	text-decoration: none;
}

.pointer{
	cursor: pointer;
}

.font11{
	font-size: 11px;
}

#topBar{
	width: 832px;
	height: 20px;
	/*background: #636463;*/
	background: #EDEDED;
	padding-top: 2px;
	padding-left: 20px;
	
}

.topBarDivider{
	font-size: 11px;
	color: #EDEDED;
	text-decoration: none;
}

.topBarLink{
	font-size: 11px;
	color: #EDEDED;
	text-decoration: none;
}

.topBarLink:hover{
	font-size: 11px;
	color: #EDEDED;
	text-decoration: underline;
}


#wrapper {
	position: absolute;
	margin-left: 0;
	width: 852px;
}

#faux {
	background: url(../img/frame/faux-4-2-col.gif);
	margin-bottom: 0px;
	overflow: auto;
	width: 100%;
}

#header {
	color: #333;
	width: 832px;
	padding-left: 10px;
	height: 70px;
	margin: 10px 0px 0px 0px;
}

#navigation {
	width: 852px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#mainMenu {
	height: 25px;
	position: relative;
	background-image: url(../img/frame/menuBackground.gif);
	background-repeat: repeat-x;
	text-align: right;
}

#menuItems {
	position: absolute;
	float: left;
	left: 0px;
	top: 3px;
}

#menuItems .link {
	color: #FFFFFF;
	font-family: verdana;
	font-weight: bold;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
}

#menuItems .divider {
	position: absolute;
	top: -3px;
}

#submenu{
	position: relative;
	width: 510px;
	height: 13px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000000;
}

#submenuItem{
	float: left;
	
}

#purpleDivider {
	width: 852px;
	height: 7px;
	margin: 3px 0px 0px 0px;
	background-image: url(../img/frame/purpleDividerBackground.gif);
	background-repeat: repeat-x;
}

/*
#purpleDivider .right {
	position: absolute;
	top: 110px;
	right: 0px;
}
*/

.clear {
	clear: both;
	background: none;
}

#loginWrapper{
	width: 300px;
	
}

	#loginInput{
		float:left;
	}
	
	#loginButton{
		float:left;
		margin-top: 25px;
	}
	
	.loginInputVeld{
		height:18px;
		width: 150px;
	}

#loginForm {
	position: absolute;
	right: 30px;
	top: 15px;
	text-align: right;
	font-family: verdana;
	font-size: 0.9em;
	font-weight: 700;
	color: #000000;
}

#loginForm .inputField {
	height: 14px;
	width: 100px;
	font-size: 0.9em;
	font-family: verdana;
}

#submitButton {
	position: absolute;
	top: 57px;
	right: 0px;
}

#gallery {
	position: absolute;
	top: 119px;
	margin-bottom: 10px;
}

#contentVlak {
	float:left;
	margin-top:3px;
	background: #E5E5E5;
	margin-bottom: 10px;
	width: 547px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
}

#contentVlakPadding{
	padding: 16px;
	
}

#homeBox2Frame{
	float:right;
	margin-top: 3px;
	margin-left: 7px;
	width: 297px;
	height: 242px;
	background: url('../img/boxTitleBGRight.gif') #E5E5E5 repeat-x;
}

#homeBox5Frame{
	float: right;
	margin-top:6px;
	margin-left: 7px;
	width: 297px;
	height: 252px;
	background: url('../img/boxTitleBGRight.gif') #E5E5E5 repeat-x;
}

#readMore{
	float: left;
}

#footerFrame{
	clear: left;
	width: 832px;
	height: 20px;
	background: #EDEDED;
	padding-top: 2px;
	padding-left: 20px;
}

#bannerFrameBottom{
	text-align: center;
	clear: left;
	width: 832px;
	height: 70px;
	padding-top: 2px;
	padding-left: 20px;
}

.bannerBottom{
	position: relative;
	height: 60px;
	padding-right: 20px;
	cursor: pointer;
}
