/* 
    Document   : epizody
    Created on : Apr 27, 2009, 10:54:49 PM
    Author     : Krzysiek
*/

* { margin: 0; padding: 0;
}

/* Body design */
body {
	/*background-image: url(../img/bck/bck.jpg);*/
	background-image: url(../img/bck/bck2.jpg);
    background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.25;
	color: black;
	text-align: center;
	min-width: 911px;
	min-height: 654px;
}
/* Body design End */

/* Site layout */

/* Container */
#container {
    background-image: url(../img/index/contBack.jpg);
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	text-align: center;
}
/* Container End */

/* Header */
#header {
    position: relative;
    /*background-image: url(../img/index/ban.gif);*/
    background-image: url(../img/index/ban.gif);
    background-repeat: no-repeat;
    background-position: 5px;
    height: 203px;
	width: 911px;
	padding: 0px;
	margin:0 auto;
	text-align: left;
}
/* Header End */

/* Main content */
#content {
	position: relative;
    background-image: url(../img/index/lang.png);
	background-repeat: no-repeat;
    background-position: 5px;
	height: 455px;
	width: 911px;
	padding: 0px;
	margin:0 auto;
	text-align: left;
}
/* Main content End */

/* Menu */
#pl {
    position: relative;
    top: 333px;
    left: 165px;
    background-image: url(../img/index/lang/pol.jpg);
    border: black solid 1px;
}
#en {
    position:relative;
    top: 333px;
    left: 184px;
    background-image: url(../img/index/lang/ang.jpg);
    border: black solid 1px;
}
#de {
    position:relative;
    top: 333px;
    left: 200px;
    background-image: url(../img/index/lang/nie.jpg);
    border: black solid 1px;
}
#fr {
    position:relative;
    top: 333px;
    left: 220px;
    background-image: url(../img/index/lang/fra.jpg);
    border: black solid 1px;
}
#nl {
    position:relative;
    top: 333px;
    left: 238px;
    background-image: url(../img/index/lang/hol.jpg);
    border: black solid 1px;
}
#no {
    position:relative;
    top: 333px;
    left: 256px;
    background-image: url(../img/index/lang/nor.jpg);
    border: black solid 1px;
}
#it {
    position:relative;
    top: 333px;
    left: 275px;
    background-image: url(../img/index/lang/ita.jpg);
    border: black solid 1px;
}
#sw {
    position:relative;
    top: 333px;
    left: 289px;
    background-image: url(../img/index/lang/swe.jpg);
    border: black solid 1px;
}

a.btn, a.btn:visited, a.btn:hover {
    display: inline-block;
    width: 49px;
    height: 30px;
    border: none;
	text-decoration: none;
}

