/*
	Website: Weingut Reverchon 
	BOB Design http://www.bob-design.de/ 
	Imagion AG http://www.imagion.de/
	CSS Datei
	06.03.2008 Daan Meskers
	$last_change: 06.03.2008 Daan Meskers
*/

/* =================== menu  ============= */
BODY DIV#Main {
	max-width: 100%; 
	width: 100%;
	text-align: center;
}
BODY DIV#Main * {
	text-align: left;
}

/* =================== Bild  ============= */
BODY DIV#Bild {
	max-width: 100%;
	width: 100%;
	text-align: center;
	background-color: #FFF;
}

/* =================== Content  ============= */
DIV#Content {
	display: block;
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}
DIV#Content UL#Submenu   {
	top: 23px;
}
DIV#Content DL#Block   {
	top: 23px;
}

/* =================== Footer  ============= */
BODY DIV#Main DIV#Footer {
	text-align: center;
}