html {
   overflow-y: scroll; 
}

#bodyWithHeader {	
	margin-top: 20px;
	background-color: #666;
}

#contentWH 
{
	width: 725px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FC3;
	border-radius: 5px;
	box-shadow: 6px 6px 3px #FFC
}

.inputbox { 
	width: 150px;
}

a {color:#0000FF}

img {
	border:0;
}

.margin_centered {
	margin-left: auto;
	margin-right: auto;	
}

.centered {
	text-align: center;
}

.windowtable, .windowtable_700 {
	background-color: #ECE9D8;
}

.windowtable_700 {
	width: 700px;
}

.top_aligned
{
	vertical-align: top;	
}

.msefoot {
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

a:link {
	text-decoration: none;
	color:blue;
	cursor:pointer;
}
a:visited {
	text-decoration: none;
	color:blue;
	cursor:pointer;
}
a:hover {
	text-decoration: underline;
	color:blue;
	cursor:pointer;
}
a:active {
	text-decoration: none;
	color:blue;
	cursor:pointer;
}
form {
	margin: 0;
}

.blog_contents {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.one_item_box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding: 1px;
	border-radius: 5px;
}

.ondertitel {
	font-size: small;
	color: #999999;
}

.ondertitel b {
	color: #000000;
}

.ondertitel a {
	color: #000000;
}

.reacties {
	font-size: small;
	font-style: italic;
}

.titel {
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
}

.titel a:link {
	text-decoration: none;
	color:black;
	cursor:pointer;
}

.titel a:visited {
	text-decoration: none;
	color:black;
	cursor:pointer;
}

.titel a:hover {
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}

.titel a:active {
	text-decoration: underline;
	color: red;
	cursor: pointer;
}

#signinbox {
	border: 1px solid #666;
	position: relative;
	width: auto;
	float: right;
	border-radius: 5px;
	background-color: #ece9d8;
	box-shadow: 5px 5px 2px #CCC;
	display: none;
	top: 5px;
}

#signinbox_header, #errorbox_header
{
	background-color: #ADD8E6;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bold;
	text-align: center;
}

#second_header
{
	background-color: #ADD8E6;
	font-weight: bold;
	text-align: center;
	
}

#errorbox_header
{
	background-color: #F00;	
}

.site_foot {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 10px;
	background-color:#FFC;
	width:300px;
	border-radius:5px;
	opacity:0.75;
}