/*
	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: 07.03.2008 Daan Meskers
*/

/* =================== BODY Main  ============= */
BODY * {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	line-height: 15pt;
}
/* =================== Header  ============= */

/* =================== Menu  ============= */
UL#Menu LI A {
	text-decoration: none;
	text-align: center;
}
UL#Menu LI.on A, UL#Menu LI A:hover {
	font-weight: bold;
}
UL#Menu LI A:hover {
	text-decoration: underline;
}

/* =================== Submenu  ============= */
UL#Submenu LI A {
	text-decoration: none;
}
UL#Submenu LI.on A {
	font-weight: bold;
}
UL#Submenu LI A:hover {
	font-weight: bold;
	text-decoration: underline;
	/* background: #FFF url(../../img/menu_linien_top.gif) repeat-x top left; */
}
BODY DIV#Main UL#Submenu LI UL LI A {
	font-weight: normal;
	padding-left: 20px;
}
BODY DIV#Main UL#Submenu LI UL LI.on A {
	font-weight: bold;
	padding-left: 5px;
	position: relative;
	left: 15px;
	
}


/* =================== Content  ============= */
DIV#Text {
	text-align: justify;
}
DIV#Text P {
	margin: 0 0 2em 0; padding: 0;
	text-align: justify;
}
DIV#Text H1 {
	margin: 0 0 0 0; padding: 0;
}
DIV#Text H2 {
	margin: 0 0 0 0; padding: 0;
}
DIV#Text H2 A {
	margin: 0 0 0 0; padding: 0;
	float:none;
}

DIV#Text H2 A:hover {
	margin: 0 0 0 0; padding: 0;
	float:none;
}

DIV#Text A {
	text-decoration: none;
	color: #024D78;


}

DIV#Text A:hover {
	text-decoration: underline;
	color: #024D78;
}

/* =================== BLOCK  ============= */
DL#Block DT {
	font-weight: bold;
}
DL#Block DT A {
	color: #024D78;
	text-decoration: none;
}
DL#Block DT A:hover {
	text-decoration: underline;
}


