/*
	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  ============= */
HTML, BODY {
	background-color: #FCFBEC;
	background-color: #024d78;
	color: #024D78;
}
DIV#Main {
	background-color: #FCFBEC;

}
/* =================== Header  ============= */
DIV#Header {
	background: transparent url(../../img/header_bg.png) repeat-x top left;
}

/* =================== Menu  ============= */
UL#Menu {
	color: #024D78;
	height: 27px;
	background: #FFF url( ../../img/menu_bg.gif ) repeat-x top left; 
}
UL#Menu A {
	color: #024D78;
}
/* =================== Submenu  ============= */
UL#Submenu LI A {
	color: #024D78;
}
/* =================== Content  ============= */



/* =================== Footer  ============= */
DIV#Footer {
	background: #FFF url( ../../img/footer_bg.gif ) repeat-x top left; 
}
DIV#Footer A {
	color: #024D78;
	text-decoration: none;
	padding-bottom: 2px;
}
DIV#Footer A:hover {
	text-decoration: underline;
}