/*
Description:	tonyx 3 columns stylesheet (screen media)
Filename:		tonyx_3col.css
Author:     	Stefan Zwijsen
Copyright:		(c)2006 - Tonyx Internet Diensten
Created:		18/01/06
Version:		1.0
Updated:    	08/06/06
*/


/* -----<  sidebar  >----- */
#sidebar {
	clear: left;
	float: left;
	background: transparent;
	margin: 0;
	padding: 0px 8px 5px 0px;
	width: 188px; /* BMH for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px;
}

html>body #sidebar {
	width: 180px; /* BNTO */
}


/* -----<  infobar  >----- */
#infobar {
	float: right;
	margin: 0;
	padding: 0px 2px 5px 2px;
	/* border-left: 1px solid #eee; */
	background: transparent;
	width: 140px; /* BMH for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 136px;
}

html>body #infobar {
	width: 136px; /* BNTO */
}


/* -----<  content  >----- */
#content {
	float: right;
	/* background: transparent url(/assets/images/tonyx_O1.gif) no-repeat top right; */
	background: transparent no-repeat top right;
	margin: 0;
	padding: 0px 4px 5px 6px;
	width: 421px; /* BMH for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 411px; /* max 430-9 for IE CharBug */
}

html>body #content {
	width: 411px; /* BNTO */
}


