/* headerstyle */
	.header-around {
		width: 816px;
		margin-left: 1px;
	}
		.header-around #msgbalk {
			background-image: url(http://www.habbostift.nl/images/msgbalk.png);
			height: 20px;
			margin-bottom: 0px;
			font-family: Verdana;
			font-size: 10px;
			text-align: left;
			background-repeat: no-repeat;
			vertical-align: middle;
			overflow: hidden;
			border-bottom: 1px solid #AEAEAE;
		}
		
			.header-around #msgbalk .msg {
				float: left;
				width: 93%;
				margin: 3px;
			}
			
			.header-around #msgbalk .colorpick {
				float: right;
				margin-top: 2px;
				margin-right: 5px;
			}
		
	
		.header-around #header {
			background-image: url(http://www.habbostift.nl/images/header.png);
			width: auto;
			padding-right: 6px;
			padding-top: 4px;
			padding-bottom: 4px;
			background-repeat: repeat-y;
			height: 133px;
			*height: 143px;
		}
		
		.header-around #header-menu {
			background-image: url(http://www.habbostift.nl/images/header-menu.png);
			width: auto;
			height: 27;
			padding-left: 3px;
			padding-right: 3px;
			padding-top: 3px;
			margin-bottom: 0px;
			font-family: Verdana;
			font-size: 13px;
			text-align: left;
			font-weight: bold;
			background-repeat: no-repeat;
			vertical-align: middle;
			z-index: 2;
		}
		
		
/*Userinfo Style */	
	
	.userinfo {
		width: 207px;
		height: auto;
		padding: 2px;
		margin: 0px;
	}
		.userinfo #userinfo-top {
			background-image: url(http://www.habbostift.nl/images/userinfo-top.png);
			width: 203px;
			height: 7px;
			font-family: Verdana;
			font-size: 5px;
			background-repeat: no-repeat;
		}
		
		.userinfo #userinfo-middle {
			background-image: url(http://www.habbostift.nl/images/userinfo-middle.png);
			width: 203px;
			font-family: Verdana;
			font-size: 10px;
			text-align: left;
			background-repeat: repeat-y;
			margin-bottom: 0px;
		}
		
		#userinfo-middle #padding {
			padding-left: 2px;
			padding-right: 2px;
		}
		
		.userinfo #userinfo-bottom {
			background-image: url(http://www.habbostift.nl/images/userinfo-bottom.png);
			width: 203px;
			height: 9px;
			font-family: Verdana;
			font-size: 1px;
			background-repeat: no-repeat;
			margin-top: 0px;
		}

/* Copyright */
	#copyright {
		text-align: center;
		color: #AEAEAE;
	}

/* Blijfingelogd */
	#blijfingelogd { 
		position: absolute;
		margin-top: -2px;
		margin-left: -4px;
		background-image: url(http://www.habbostift.nl/images/wolk.png);
		width: 254px;
		height: 74px;
		padding-top: 14px;
		background-repeat: no-repeat;
		padding-left: 4px;
		padding-right: 2px;
		z-index: 3;
	}

/* rede_info */
	#rede_info { 
		position: absolute;
		background-color: white;
		white-space: nowrap;
		border: 1px dotted #AEAEAE;
		margin-top: 3px;
	}
	
/* Paginas met mededelingen als bijvoorbeeld next.php */
	
	.content-melding {
		width: 468px;
		overflow: hidden;
	}
	
		.content-melding #content-top {
			background-image: url(http://www.habbostift.nl/images/content-groot-top.png);
			width: 468px;
			height: 30px;
			font-family: Verdana;
			font-size: 5px;
			margin-top: 6px;
		}
	
		.content-melding #content-middle {
			background-image: url(http://www.habbostift.nl/images/content-groot-middle.png);
			width: 468px;
			font-family: Verdana;
			font-size: 11px;
			text-align: left;
			padding-left: 1px;
			padding-right: 1px;
		}		
			
		.content-melding #content-bottom {
			background-image: url(http://www.habbostift.nl/images/content-groot-bottom.png);
			width: 468px;
			height: 9px;
			font-family: Verdana;
			font-size: 5px;
			text-align: left;
		}
		
/* Staffpaneel link + Staff info */

#staff-paneel { 
	border: 2px darkred solid;
	background-color: red; 
	width: 85px;
	margin-bottom: 4px;
}

/* Disclaimer, regels */
	.content-around #top-safety {
			width: 816px;
			height: 7px;
			margin-top: 4px;
			font-family: Verdana;
			font-size: 5px;
			text-align: left;
			background-color: white;
			border-left: 1px solid #AEAEAE;
			border-right: 1px solid #AEAEAE;
			border-top: 1px solid #AEAEAE;			
	}
	
	.content-around #bottom-safety {
			width: 816px;
			height: 7px;
			margin: 0px;
			font-family: Verdana;
			font-size: 5px;
			text-align: left;
			position: relative;
			background-color: white;
			border-left: 1px solid #AEAEAE;
			border-right: 1px solid #AEAEAE;
			border-bottom: 2px solid #AEAEAE;
	}
	
	.content-around .background-safety { 
		margin-top: 0px;  
		padding-bottom: 4px; 
		text-align: left; 
		border-left: 1px solid #AEAFA6; 
		border-right: 1px solid #AEAFA6; 
		width: 816px; 
		height: inherit;
		background-color: #FFFFFF; 
		background-position: top; 
		background-repeat: repeat;  
		overflow: hidden; 
	}	

#pop-overlay {
    width: 100%;
    min-height: 100%;
	height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('http://www.habbostift.nl/images/overlay.png') repeat 0 0;
    display: none;
    text-align: center;
    z-index: 1000;
	position: absolute;
}

