@charset "utf-8";
/* CSS Document */

html, body {
    background-color: #dad7d1;
    background-image: url(images/bg.png);
    background-repeat: repeat;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px
}
div#h-bg {
	width: 100%;
	height: 434px;
    background-color: #dad7d1;
    background-image: url(images/tlo.png);
    background-repeat: repeat-x;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px
}
div#m-bg {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	min-height: 450px;
	height: auto;
    background-color: #dad7d1;
    background-image: url(images/bg.png);
    background-repeat: repeat;
}
div#top {
	width: 950px;
	min-height: 434px;
	height: auto;
	float: center;
}
div#logo {
	width: 792px;
    height: 142px;
    background-image: url(images_deu/banner.png);
    float: left;
}
div#jezyk {
	width: 70px;
    height: 58px;
    background-image: url(images_deu/bannerpol.png);
    float: left;
}
div#ksiega {
	width: 70px;
    height: 84px;
    background-image: url(images_deu/ksiega.png);
    float: left;
}
div#mapa {
	width: 88px;
    height: 142px;
    background-image: url(images_deu/mapa.png);
    float: left;
}

div#gal {
	width: 325px;
    height: 292px;
	background-image: url(images_deu/gal.png);
	background-repeat: no-repeat;
    float: left;
}
div#cen {
	width: 305px;
    height: 292px;
	background-image: url(images_deu/cen.png);
	background-repeat: no-repeat;
    float: left;
}
div#kon {
	width: 320px;
    height: 292px;
	background-image: url(images_deu/kon.png);
	background-repeat: no-repeat;
    float: left;
}

div#xxx { 
	height: 15px;
	width: 950px;
	background-image: url(images/underbanner.png);
	background-repeat: no-repeat;
	float: left;
}
div#main {
	width: 950px;
    min-height: 400px;
	height: auto;
    float: left;
	background-image: url(images/main.png);
	text-align: left;
	background-repeat: repeat-y;
}

div#ozga {
	width: 950px;
	height: 29px;
	text-align: right;
	float: left;
}
div#main_kontakt {
	width: 950px;
    height: 810px;
    float: left;
	background-image: url(images/main.png);
	text-align: left;
	background-repeat: repeat-y;
}

div#main_ksiega {
	width: 950px;
    height: 810px;
    float: left;
	background-image: url(images/main.png);
	text-align: left;
	background-repeat: repeat-y;
}
div#one-cat {
	display: block;
	width: 404px;
	height: 250px;
	position: relative;
	margin: 15px 15px 15px 15px;
	background: #d4d0ca;
    float: left;
	text-align: center;
	cursor: pointer;
}
div#one-cat-desc {
	width: 404px;
	height: 50px;
	background: rgba(255,255,255,0.7);
	position: absolute;
	text-align:center;
	font-family: Verdana;
	font-style: italic;
	text-decoration: none;
	font-size: 20pt;
	line-height: 50px;
	font-weight: normal;
	color: #000000;
	bottom: 0;
	left:0;
}