@charset "utf-8";


/* CSS Document */

/*___________________global reset___________________*/



* {
	padding:0;
	margin:0;
}


/*____________________Basic Styles_________________*/


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/*___________________gesamter Body__________________*/


div#body {
	position:relative;
	margin:40px auto;
	height:582px;
	width:989px;
/*	background-color:#0FF;*/
}
div#head {
	float:right;	
/*	background-color:#F00;*/
	width:989px;
	height:120px;
	margin-bottom:20px;
}
div.example {
	float:left;
/*	background-color:#00F;*/
	height:400px;
	width:100px;
	border-top:1px solid #333;
	
}
div#content {
	float:right;
	height:400px;
	width:872px;
/*	background-color:#FF0;*/
	margin-bottom:15px;
}
div#footer {
	float:right;
/*	background-color:#0F0;*/
	height:32px;
	width:872px;
	border-top:2px solid #333;
}
/*____________header content__________________________*/

div#headercont {
	background-image:url(../bilder/header.jpg);
	background-repeat:no-repeat;
	background-color:#999;
	float:right;
	width:872px;
	height:120px;
}

div#logo {
	float:right;
	background-image:url(../bilder/newlogo_a.png);
	height:83px;
	width:200px;
	margin:20px 15px 10px 0px;
	
}
div#logo h1 a{
	text-indent:-9999px;
	display:block;
	border:none;
	height:100px;
}
div#logo h1 a:hover {
	background-image:url(../bilder/newlogo_b.png);
	background-repeat:no-repeat;
}
	
/*_____________navi content_____________________________*/

/* --------------------------------------------------------------------------------------------------
die klasse .examole hast du 2x aufgerufen! 
Hab es von oben runter kopiert.
Float:left bleibt, Hoehe beidesmal mit 400px bleibt auch, 
Breite aendert sich auf 317px.*/
div.example {
	float:left;
/*	background-color:#00F;*/
	height:400px;
	width:100px;
	border-top:1px solid #333;
	
}

.example {
	width:317px;
	height:400px;
/*	background-color:#CCCCCC;*/
}

/* - - - BASIC styles - - - */

.menu {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	cursor:pointer;
	z-index: 10000;
	white-space: normal;
}

.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left:0;
	top: 0;
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
	background-color:#FFF;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	padding: 0px 0px 30px 0px;
	margin: -35px 0px 0px 10px;
	width: 200px;
}

/* - - - styles - - - */

.menu {
	width: 106px;
}

.menu a:hover, .menu li:hover>a {
	color:#600;
}

.menu li:hover>ul {	 /*inset submenus, to show off overlapping*/ 
	top: 36px;
	left: 90%;
}

.menu a {
	text-decoration: none;
	text-align:right;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	height:25px;
	color:#666666;
	display: block;
}

.menu ul li a {
	text-align:left;
}

<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
/*<![CDATA[*/

/* - - - BASIC styles - - - */

/*
	this rules improves accessibility - if Javascript is disabled, the entire menu will be visible
	of course, that means that it might require different styling then.
	in which case you can use adxie class - see: aplus.co.yu/adxmenu/examples/ie6-double-style/
 */
/*.menu ul {
	visibility: visible;
	position: static;
}

.menu, .menu ul {	 float.clear 
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10000;
}

.menu .adxmhoverUL {	 li:hover>ul selector 
	visibility: visible;
}

.menu .adxmhoverUL {	 submenu goes to the right 
	left: 100%;
}*/

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
	color: #fc3;
}

.menu .adxmhoverUL {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/*]]>*/



/* ------------------------------------------------------------------------------------------------
Hier gehts los mit den hover-Flaechen:*/

/* ------- Flaeche in Weinhandel ------- */
ul.menu li.weinh ul {
	margin-top:-36px;
	height:370px;
	/*background-color:#0FF;*/   /*blau*/
	background-color:#fff;
}

/* ------- Flaeche in Weinberg ------- */
ul.menu li.weinb ul {
	margin-top:-65px;
	height:370px;
	/*background-color:#96C;*/   /*lila*/
	background-color:#fff;
}

/* ------- Flaeche in Kontakt ------- */
ul.menu li.kont ul {
	margin-top:-94px;
	height:370px;
	/*background-color:#393;*/   /*gruen*/
	background-color:#fff;
}



/*Alle Untermenuepunkte etwas nach rechts schieben*/
ul.menu li ul li.subm a {
	padding-left:30px;
	/*background-color:#FF0;*/   /*gelb*/
}


/* _____________body content_______________*/

div.leftcon {
	position:relative;
	float:left;
	background-color:#FFF;
	width:431px;
	height:400px;
}

div.rightcon {
	float:right;
	background-color:#FFF;
	width:431px;
	height:400px;
	border-bottom:1px solid #333;
	overflow:auto;

}
div.r_head {
  	height:30px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
div.r_head p {
	margin:7px 0px 10px 5px;
/*	background-color:#396;*/
}

div.r_cont p {
	text-align:left;
	margin:7px 10px 5px 5px;
	
}

div.r_cont p a {
	text-decoration:none;
	color:#600;
	}
div.r_cont p a:hover {
	text-decoration:none;
	color:#999;
}

	
	
	
/* _____________footer content_______________*/

div#footer p{
	margin-top:5px;
}
div#footer p a{
	margin-right:5px;
	margin-left:5px;
	font-size:10px;
	color:#333;
	text-decoration:none;
}
div#footer p a:hover{
	color:#600;
	
}
div#footer p.footer {
	font-size:10px;
	float:right;
	margin-right:5px;
/*	background-color:#CF0;*/
}
	







