/*
StyleSheet for entdecke-sizilien.de
(c) Gabriele Rothbart-Orth, Martin Buchheim
*/

div#header
{
	width:1014px;
	height: 196px;
	margin: 0;
	padding: 0;
}

div#menu
{
	margin: 2px 0;
	padding: 0;
	width:1006px;
	border: 4px solid #ffffff;	
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background-color: #acbfce;
	display: block;
}

/* Box-model hack required for IE5/IE6 with the menu box */
* html div#menu
{
	width: 1014px;
}

div#cbox
{
	margin: 0;
	padding: 0;
	background-image: url('../gfx/bg_content_repeat.jpg');
	background-repeat: repeat-y;
}

div#sidebar
{
	margin: 0 0 0 5px;
	padding: 5px;
	width: 157px;
	float: left;
}

div#content
{
	margin: 0 0 0 185px;
	padding: 0 8px;
	width: 809px;	
	min-height: 300px;
}

