/**********************************************************************************************/
/*  NAVIGATION RECHTS UNTEN																	  */
/**********************************************************************************************/
#foot{
	position: absolute;
	bottom:50px;
	background-color:#FFFFFF;
	z-index:5; 
	margin-left:-380px; 
	left:50%; 
	width:760px;
	min-width:760px;
	height:60px;
}



/**********************************************************************************************/
/* BUTTONS/IMAGES UNTEN RECHTS, UNTERNAVIGATION									              */
/**********************************************************************************************/
.btn1,
.btn2,
.btn3,
.btn4,
.btn5,
.btn6
{
	display: block;
	position:absolute;
	bottom:-2px;
}

.btn1
{
	width: 86px;
	height: 20px;
	right:0px;
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/hu/images/btn_impressum.gif) no-repeat;
}
.btn2
{
	width: 69px;
	height: 20px;
	right: 99px;
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/hu/images/btn_sitemap.gif) no-repeat;
}
.btn3
{
	width: 91px;
	height: 20px;
	right: 181px;
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/hu/images/btn_downloads.gif) no-repeat;
}
.btn4
{
	width: 120px;
	height: 20px;
	right: 285px;
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/hu/images/btn_partner_links.gif) no-repeat;
}

.btn5
{
	width: 68px;
	height: 20px;
	right: 418px;
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/hu/images/btn_kontakt.gif) no-repeat;
}

a.btn1:hover
{
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/hu/images/btn_impressum_a.gif) no-repeat;
}
a.btn2:hover
{
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/hu/images/btn_sitemap_a.gif) no-repeat;
}
a.btn3:hover
{
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/hu/images/btn_downloads_a.gif) no-repeat;
}
a.btn4:hover
{
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/hu/images/btn_partner_links_a.gif) no-repeat;
}
a.btn5:hover
{
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/hu/images/btn_kontakt_a.gif) no-repeat;
}

/**********************************************************************************************/
/* TRENNSTRICHE ZW. UNTERMEN&Uuml;PUNKTEN RECHTS UNTEN											  */
/**********************************************************************************************/
.trennstrich1,
.trennstrich2,
.trennstrich3,
.trennstrich4,
.trennstrich5
{
	display: block;
	position:absolute;
	width: 1px;
	height: 15px;
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/hu/images/trennstrich.gif) no-repeat;
	bottom:0px;
}

.trennstrich1
{
	right: 92px;
}
.trennstrich2
{
	right: 175px;
}
.trennstrich3
{
	right: 279px;
}

.trennstrich4
{
	right: 337px;
}

.trennstrich5
{
	right: 412px;
}
