/* CSS Document */

/* Hauptelemente */

html  {

	height:100%;	
	}

	
body {
	margin: 0;
	padding: 0;
	background: #eeeeee;
	font: 62.5% "Verdana", "Arial", "Helvetica", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	color: #000;
	text-align: left;
	height:100%;
	line-height:13px;	
}
	


#total {
 background-color: #ffffff;
 position: relative;
 width: 900px;
 left: 50%;
 margin-left: -450px;
 top: 0px;
 background-image:url(/img/bg_total.gif);
 background-repeat:repeat-y;
	}
	
* html #total
{
	height: 100%;

}

	
#hauptnav {
	width:220px;
	top:0px;
	left:0px;
	border-right:1px solid #999999;
	background-color:#ffffff;
	float:left;
	}

#hauptcontent {
	width:680px;
	position:absolute;
	background-color:#ffffff;
	border:1px solid #00FF99;

	}


#headerbild {
	width:670px;
	height:215px;
	top: 0px;
	left: 0px;
	border:0px solid #999999;
	float:left;

}



	
#unten {
 background-color: #ffffff;
 position: relative;
 width: 900px;
 left: 50%;
 margin-left: -450px;
 top: 0px;
 border:#000000 solid 0px;
 clear:both;
	}	
	
#footer {
	height:40px;
	clear:both;

	}





/* Ende Hauptelemente */


/* diverss Styles für Inhalt */

h3 {	
	font-size:20px;
	line-height:25px;
	}
h4 {  
	font-size:25px;
	line-height:25px;
	}




a {
color:#80a1c8;
text-decoration:none;
}

a:hover {
	text-decoration:underline;
	}
	
#hauptnav a {
	color:#ffffff;
	}
	
#footer a, #adresse a {
	color:#80a1c8;
	}
	
	
#hauptnav a:hover {
	color:#80a1c8;
	}
	
#hauptnav a.hauptnavbutton {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}



#hauptnav a.hauptnavbutton:hover {
	text-decoration:underline;
	}
	
#hauptnav a.aktiv {
	color:#80a1c8;
	font-weight:bold;
	}
	
	

a.weiss {
	color:#FFFFFF;
	}
	

	
.small {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	}
.big {
	color:#FFFFFF;
	line-height:16px;	
	font-size:16px;
	font-weight:bold;
	}

.modulerechtsheadline {
	background:url(http://www.eden.at/img/bg_module_rechts.gif);
	height:34px;
	}
	
b.beige, strong.beige {
	color:#841115;
	font-weight:bold;
	}

li {
	list-style-image: url("/UserFiles/Image/lig.gif");
}

	
/* Ende diverss Styles für Inhalt */	
	
/* Zoom-Silder */

* .highslide {
	cursor: url(http://www.eden.at/img/zoomin.cur), pointer;
    outline: none;
}

.highslide img {
	border: 1px solid black;
}
.highslide:hover img {
	border: 1px solid gray;
}

.highslide-image {
    border-bottom: 1px solid black;
    cursor: pointer; /* opera */
	cursor: url(http://www.eden.at/img/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}

/* Ende Zoom */

