html{
	height: 100%;
	margin: 0 auto;
}

body{
	background-color: #474747;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
	margin: 0 auto;
}

.margeloos{
	margin: 0 auto;
}

#none_header{
	text-align: center;
	color: black;
	font-size: 1.5em;
	padding-top: 50px;
}

.klaar{
	clear: both;
}

#container{
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	vertical-align: middle;
}

#container_cell{
	margin: 0 auto;
	text-align: center;
	display: table-cell;
   vertical-align: middle;
}

#box{
	width: 800px;
	height: 600px;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
	text-align: left
}

#header{
	height: 36px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h2[id="caption_suffix"] > a{
	text-decoration: none;
	color: black;
}

h2[id="caption_suffix"] > a:hover{
	text-decoration: underline;
}

#header_body{
	width: 744px;
	float: left;
	padding-top: 8px;
}

#main_body{
	height: 536px;
	clear: both;
}

#footer{
	height: 28px;
	background-color: #D6D825;
	clear: both;
}

#footer_body{
	width: 754px;
	float: left;
	font-size: 0.8em;
	font-weight: bolder;
	color: white;
}

div[id="footer_body"] > p{
	margin: 0 auto;
	padding-top: 8px;
}

div[id="footer_body"] > p > a{
	color: white;
	text-decoration: none;
}

div[id="footer_body"] > p > a:hover{
	text-decoration: underline;
}

#corner_top_left{
	width: 28px;
	float: left;
	height: 100%;
	background-image: url(../images/corner_white_left.png);
	background-repeat: no-repeat;
}

#corner_top_right{
	width: 28px;
	float: right;
	height: 100%;
	background-image: url(../images/corner_white_right.png);
	background-repeat: no-repeat;
}

#corner_bottom_left{
	width: 23px;
	float: left;
	height: 100%;
	background-image: url(../images/corner_green_left.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#corner_bottom_right{
	width: 23px;
	float: right;
	height: 100%;
	background-image: url(../images/corner_green_right.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.no_css{
	display: none;
}

.strong{
	font-weight: bolder;
}
