body, html {
	margin:						0px;
	padding:					0px;
}

body {
	color:						#000000;
	background-color:			#FFFFFF;
	font-family:				Arial, Verdana, sans-serif;
	font-size:					small;
	overflow:					hidden;
}

body .iframelayout {
	border: 2px solid #000000;
}

.logokop {
	font-size:					48px;
	font-style:					normal;
	font-weight:				bold;
	color:						#000000;
	line-height:				60px;
	text-align:					center;
	height:						150px;
}

.logobottom {
	font-size:					24px;
	font-style:					normal;
	font-weight:				bold;
	color:						#000000;
	text-align:					center;
}

.bgblack{
	background-color:			#000000;
}
.bgoverlay{
	background-color:			#000000;
	opacity: .3;
	filter:alpha(opacity=30)
}
.bgwhite{
	background-color:			#FFFFFF;
}
