/**********************************************************************************************/
/*  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: 74px;
	height: 20px;
	right:0px;
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/en/images/btn_impressum.gif) no-repeat;
}
.btn2
{
	width: 69px;
	height: 20px;
	right: 87px;
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/en/images/btn_sitemap.gif) no-repeat;
}
.btn3
{
	width: 91px;
	height: 20px;
	right: 169px;
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/en/images/btn_downloads.gif) no-repeat;
}
.btn4
{
	width: 120px;
	height: 20px;
	right: 273px;
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/en/images/btn_partner_links.gif) no-repeat;
}

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

a.btn1:hover
{
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/en/images/btn_impressum_a.gif) no-repeat;
}
a.btn2:hover
{
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/en/images/btn_sitemap_a.gif) no-repeat;
}
a.btn3:hover
{
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/en/images/btn_downloads_a.gif) no-repeat;
}
a.btn4:hover
{
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/en/images/btn_partner_links_a.gif) no-repeat;
}
a.btn5:hover
{
	background:url(http://www.nationalpark-neusiedlersee-seewinkel.at/en/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/en/images/trennstrich.gif) no-repeat;
	bottom:0px;
}

.trennstrich1
{
	right: 80px;
}
.trennstrich2
{
	right: 162px;
}
.trennstrich3
{
	right: 266px;
}

.trennstrich5
{
	right: 399px;
}

