html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a img {
	border: 0px;
}

#container {
	width: 890px;
	margin: 0px auto;
}

#header {
	height: 50px;
	overflow: hidden;
}

#header #logo {
	float: left;
}

#header #search {
	float: right;
	margin-top: 25px;
}

#menu {
	height: 33px;
	overflow: hidden;
}

#content_main {
	width: 890px;
	margin: 20px 0px 0px 0px;
	clear: both;
}

#content_left {
	width: 648px;
	border: 1px dotted #000;
	float: left;
}

.textContentLeft {
	margin: 20px;
}

#content_right {
	width: 240px;
	float: right;
}

#content_right #ads {
	width: 225px;
	margin-left: 15px;
}

#ads hr.ads {
	width: 225px;
	height: 1px;
	border: 1px dotted silver;
}

#spacer {
	height: 20px;
	clear: both;
}

#footer1 {
	clear: both;
	height: 25px;
	overflow: hidden;
	background: url(/site/images/footer1.gif) no-repeat;
	padding-left: 15px;
	padding-top: 4px;
}

#footer1 a:link, #footer1 a:hover, #footer1 a:active, #footer1 a:visited {
	padding: 0px 5px 0px 5px;
	color: #FFF;
}

#footer1 a:hover {
	text-decoration: none;
}

#footer2 {
	height: 20px;
	overflow: hidden;
	font-size: 10px;
	text-align: center;
	margin-top: 3px;
}

#footer2 a:link, #footer2 a:hover, #footer2 a:active, #footer2 a:visited {
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	color: #000;
}

#footer2 a:hover {
	text-decoration: underline;
}


/************************************** WYSIWYG **********************************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff0000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
}

a:link, a:hover, a:active, a:visited {
	color: #3939ff;
}

a:hover {
	text-decoration: none;
}


/***************************** WOORDENBOEK *******************************************/

#letterlijst {
	text-align: center;
	clear: both;
	margin-bottom: 15px;
}

#letterlijst span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-right: 10px;
}

#letterlijst a:link, #letterlijst a:hover, #letterlijst a:active, #letterlijst a:visited {
	color: #0e0e88;
	text-decoration: none;
}

#letterlijst a:hover {
	color: #3939ff;
	text-decoration: none;
}

#woordenlijst {
	float: left;
	width: 155px;
	min-height: 280px; 
	height: auto !important; 
	height: 280px; 
	border: 1px dotted #000;
	padding: 10px;
	margin-bottom: 20px;
}

#woordenlijst span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #3939ff;
}

#woordenlijst div.woord {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	font-size: 14px;
}

#woordenlijst a:link, #woordenlijst a:hover, #woordenlijst a:active, #woordenlijst a:visited {
	color: #0e0e88;
	text-decoration: none;
}

#woordenlijst a:hover {
	color: #3939ff;
	text-decoration: none;
}

#woordendetail {
	float: right;
	min-height: 280px; 
	height: auto !important; 
	height: 280px; 
	border: 1px dotted #000;
	padding: 10px;
	width: 390px;
	margin-bottom: 20px;
}

.detailfooter {
	font-size: 10px;
	margin-top: 10px;
}