html, body {
    min-height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #F8C301;
    background-image: url('../gfx/bg.jpg');
    background-position: top;
    background-repeat: repeat-y;
    font: 12px/1.5 verdana, arial, helvetica, sans-serif;
}


#bg0 {
    width: 100%;
    height: 204px;
    background-color: #C69C08;
    background-image: url('../gfx/bgdiv.jpg');
    background-position: top;
    background-repeat: repeat-y;
    top: 0px;
    }


#bg {
    width: 767px;
    height: 204px;
    margin:0px auto;
    background-color: #C69C08;
    border: solid black 1px;
    border-bottom:0px;
    border-top:0px;
}

#menubar {
width:767px;
height:24px;
background-color:#CBC7A1;
background-image: url('../gfx/belka.jpg');
}

#container {
    width: 747px;
    min-height: 900px;
    margin: 0px auto;
    background-color: #FFFCC7;
    background-image: url('../gfx/bgfooter.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    border:solid black 1px;
    border-top:solid #FFFCC7 1px;
    padding:0px 0px 0px 20px;
    overflow:hidden;
    }

#tableheader {
    width: 769px;
    height: 204px;
    border-left: solid black 1px;
    border-right: solid black 1px;
    border-top: solid black 1px;
}

#lkalendarium {
    width: 560px;
    position: relative;
    float: left;
}

#kalendarium {
    width: 200px;
    min-height: 700px;
    height:auto;
    float: right;
    background-color: #FFFEEF;
    border-left: #F8C301 dotted 2px;
    margin-left:20px;
    clear:right;
}

.nazwa{
	 color:#660000;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
    font-family: Helvetica, Arial, Verdana;
    font-size: 14px;
    font-weight:bold;
    line-height: 14px;
}

.tekstczl{
    margin: 0px;
    font-family: Helvetica, Arial, Verdana;
    font-size: 13px;
    line-height: 16px;
}

.row2 {
    background-color: #FFFF99;
        border: solid 1px black;
}

p.row {
    margin: 5px;
    text-align: justify;
}

.theader {
    margin: 5px;
    text-align: center;
    font-family: Helvetica, Arial, Verdana;
    font-size: 13px;
    line-height: 14px;
    background-color: #FFE375;
    height:45px;
}

.tablenews {
    font-family: Helvetica, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    border: solid 1px black;
    width: 730px;
    background-color: #FFFFFF;
}



.kalendarium {
    width:170px;
    font-size: 11px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    line-height: 14px;
    text-align: justify;
}

a.news {
    text-decoration: none;
    color: #444444;
}

a.news:hover {
    text-decoration: underline;
    color: #990000;
}

p.menu {
    margin-left: 10px;
    margin-top: 0px;
    line-height: 24px;
}

a.menu {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

a.menu:hover {
    font-weight: bold;
    text-decoration: none;
    color: #CC0000;
}

p {
    margin: 0px;
    line-height: 16px;
}

a {
    text-decoration: underlined;
    color: #990000;
}

a:hover {
    text-decoration: none;
    color: #990000;
}

a.link {
padding-left:20px;
color:#990000;
text-decoration:none;
}

a.link:hover{
color:#000000;
text-decoration:underline;}


.art {width:500px;}


/* outmost wrapper element*/
#scrollable, .scrollable  {
	padding:10px 8px;
	height:105px;
}


/* container for the scrollable items */
div.items {
	height:105px;
	margin-left:8px;
	float:left;
	width:400px !important;
}

.obiekt {
padding: 10px;
background-color: rgb(244, 232, 179);
width: 480px;
margin-top: 20px;
float:left;
}

.obiekt h2{
color: #660000;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 5px;
font-family: Helvetica,Arial,Verdana;
font-size: 14px;
font-weight: bold;
line-height: 14px;
}

.maplink {display:block; position:absolute;bottom:10px; right:10px;}

/* single item */
div.items a {
	display:block;
	float:left;
margin:0px 5px;
	height:105px;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a:hover {
	color:#999;
}

div.items a.active {
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;
	margin:30px 0 0 0;
}

a.prev {
	background:url(../images/button-left.gif);
}

a.prev:hover {
	background:url(../images/button-left-over.gif);
}

a.next {
	background:url(../images/button-right.gif);margin-left:8px;
}

a.next:hover {
	background:url(../images/button-right-over.gif);
}
h1 {color:rgb(153, 0, 0);font-size:18px;}
.art h2{margin-top:15px;font-size:16px;margin-bottom:0px;clear:left;color:rgb(198, 156, 8);}