* {
margin: 0;
padding: 0;
border: 0;
text-decoration: none;
font-family: tahoma;
background-repeat: no-repeat;
font-size: 12px;
color: #000;
}

body {
width: 1057px;
background-image: url('../images/background.gif');
background-repeat: repeat-x;
background-color: #f4f2e3;
margin: 0 auto;
}

a, a:hover {
color: #7e0000;
}

/* TOP */ 
#top {
width: 848px;
padding-left: 60px;
float: left;
}

img.top {
float: left;
display: block;
margin-top: 48px;
float: left;
}

#search {
float: right;
width: 247px;
height: 49px;
background-image: url('../images/search.jpg');
padding-top: 2px;
padding-left: 74px;
}

#search_input {
width: 200px;
line-height: 17px;
border-width: 1px;
border-style: solid;
border-color: #bbb;
color: #959595;
}

#ok {
width: 21px;
height: 17px;
background-image: url('../images/search_ok.gif');
}

#menu {
width: 525px;
line-height: 24px;
float: right;
margin-top: 33px;
overflow: hidden;
list-style: none;
}

#menu li {
line-height: 24px;
float: left;
margin-right: 1px;
}

a.menu, a.menu:hover {
float: left;
background-image: url('../images/menu_background.gif');
background-repeat: repeat-x;
}

.menuLeftCorner {
width: 10px;
height: 24px;
background-image: url('../images/menu_left_corner.gif');
float: left;
}

.menuRightCorner {
width: 11px;
height: 24px;
background-image: url('../images/menu_right_corner.gif');
float: left;
}


#language {
width: 130px;
height: 66px;
float: right;
background-image: url('../images/language_background.gif');
}

#language img {
float: left;
}
/* END TOP */

/* MENU */
#menu li a img { display: block; }
#menu li ul li a, #menu li ul li a:hover {
text-decoration: none;
background: #e9e2c4;
display: inline;
padding: 0 0 0 12px;
width: auto;
height: 0;
}
#menu li ul li { color: #7e0000; }
#menu li ul li a { color: #7e0000; }
#menu li ul li a:hover { color: #7e0000; text-decoration: underline;}
#menu li:hover ul, #menu li.sfhover ul { left: auto; }
#menu li ul {
position: absolute;
width: 125px;
left: -999em;
background: #e9e2c4;
color: #FFF;
list-style: none;
padding: 0 10px 0 10px;
line-height: 2em;
opacity: 0.95;
z-index: 2;
margin-top: 24px;
clear: both;
}
#menu li ul li {
clear: both;
padding: 1px 0 1px 0px;
width: 125px;
border-top: 1px solid #853939;
text-align: left;
margin: 0;
height: auto;
font-weight: normal;
}
#menu li ul li:first-child { border: 0; }
/* END MENU */

/* NEWS */
#content {
width: 928px;
float: left;
}

#news_content {
float: left;
width: 697px;
display: block;
margin-bottom: 20px;
}

#main_article {
width: 313px;
height: 244px;
padding-left: 61px;
margin-top: 18px;
background-image: url('../images/main_article.jpg');
background-position: top right;
padding-right: 313px;
float: left;
}

h1 {
color: #7e0000;
font-size: 16px;
margin-bottom: 12px;
}

#main_article p {
display: block;
margin-bottom: 12px;
}

.more {
float: right;
color: #7e0000;
display: block;
}

#newsbox {
width: 646px;
height: 183px;
padding-top: 14px;
padding-left: 61px;
background-image: url('../images/newsbox.gif');
float: left;
}

.news {
float: left;
width: 187px;
margin-right: 28px;
}

h2 {
color: #7e0000;
padding-bottom: 2px;

margin-bottom: 3px;
}

.news img {
border-style: solid;
border-width: 1px;
border-color: #afafaf;
margin-bottom: 3px;
}

.news p {
text-align: justify;
}

#text {
float: left;
width: 593px;
margin-top: 18px;
margin-bottom: 20px;
padding-left: 60px;
}

#text p {

margin-bottom: 10px;
}

#text ul {
padding-left: 20px;
}

#text li {
color: #7e0000;
padding-bottom:10px;
}
#text h2 {
color: #7e0000;
padding-bottom: 2px;

margin-bottom: 3px;
}
/* END NEWS */

/* RIGHT COLUMN */
#right_column {
width: 190px;
float: right;
margin-left: 1px;
margin-top: 20px;
margin-bottom: 20px;
}

h3 {
line-height: 25px;
background-position: left bottom;
color: #7e0000;
font-size: 11pt;
clear: both;
}

#happy {
display: block;
height: 42px;
padding-top: 6px;
}

#happy dt {
float: left;
width: 148px;
}

#happy dd {
float: left;
text-align: right;
width: 42px;
}

#gallery {
padding-top: 7px;
list-style: none;
}

#gallery li {
float: left;
width: 57px;
height: 37px;
border-style: solid;
border-width: 1px;
border-color: #d8d7d5;
margin-bottom: 5px;
margin-right: 4px;
}

#contact {
width: 188px;
background-image: url('../images/foto_dyrektor.jpg');
background-position: top right;
margin-top: 3px;
}

#contact dt {
display: block;
margin-top: 7px;
}

#contact dd {
display: block;
}
/* END RIGHT COLUMN */

/* FOOTER */
#footer {
width: 100%;
clear: both;
height: 27px;
border-style: solid;
border-width: 1px 0 0 0;
border-color: #afafaf;
padding-top: 5px;
padding-bottom: 25px;
}

#footer span {
display: block;
float: left;
color: #707070;
font-size: 12px;
line-height: 15px;
}

#footer ul {
float: right;
list-style: none;
}

#footer li {
float: left;
margin-left: 7px;
}

#footer a {
color: #853939;
}

#footer li:first-letter {
color: #afafaf;
}
/* END FOOTER */
.news_archiwum {
	padding-bottom:10px;
	}
.news_archiwum dt {
	font-weight:bold;
	padding-bottom:5px;
	}
.wyniki {
	margin-bottom:7px;
	}
#wyniki {
	margin-top:10px;
	margin-bottom:10px;
	}
.news_nag {
	border: none;
	font-size:14px;
	padding-bottom:5px;
	}
 .data {
	display:block;
	font-weight:bold;
	margin-bottom:5px;
	}
#zdjecia ul {
	list-style-type: none;
	}
.zdjecie  {
	display:inline;
	float:left;
	margin-bottom: 5px;
	margin-left:5px;
	}