* {
	margin: 0;
	padding: 0;
	color: #fff;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body {
	font-size: 70%;
	background: #d9d9d9 url(../galeria/slideshow/bg.jpg) top left repeat-x;
}

body#nd {
	font-size: 70%;
	background: #d9d9d9;
	background-image: none;

}

div#main {
	width: 1000px;
	height: 900px;
	background: #fff url(../galeria/slideshow/1st.png) top left no-repeat;
}

div#flash {
	position: absolute;
	top: 234px;
	left: 50px;
	}

div#foot {
	position: absolute;
	width: 990px;
	top: 560px;
	
}
div#foot ul {
        text-align: right;
        padding: 50px 20px 0 0;
}
div#foot ul li {
        display: inline;
        font-size: 1em;
        color: #805d46;
}
div#foot ul li a span {
        color: #d09f7e;
        text-decoration: none;
}
div#foot ul li a:hover span {
        color: #fff;
        border-bottom: 1px dotted #fff;
}
div#foot p {
        color: #805d46;
        font-size: 1em;
        text-align: right;
        padding: 5px 20px 20px 0;
}

div#foot ul li a, div#foot p a {
        color: #d09f7e;
        text-decoration: none;
}

div#foot p a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

ul#langs {
	position: absolute;
	left: 840px;
	top: 10px;
	width: 150px;
}

ul#langs li {
	display: inline;
	float: left;
	margin: 0 0 0 3px;
}

ul#langs li a {
	display: block;
	width: 45px;
	height: 43px;
}

ul#langs li a span {
	display: none;
}

ul#langs li.pl a { background: url(../images/flagsa_05.jpg) top left no-repeat; }
ul#langs li.en a { background: url(../images/flagsa_01.jpg) top left no-repeat; }
ul#langs li.de a { background: url(../images/flagsa_03.jpg) top left no-repeat; }

ul#langs li.pl a:hover { background: url(../images/flags_05.jpg) top left no-repeat; }
ul#langs li.en a:hover { background: url(../images/flags_01.jpg) top left no-repeat; }
ul#langs li.de a:hover { background: url(../images/flags_03.jpg) top left no-repeat; }
