html, body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

#top {
	width: 780px;
}


.leftCol {
	width: 150px;
	float: left;
}

.rightCol {
	width: 280px;
	float: right;
	background-color: #fff;
}

.centerCol {
	margin-right:290px;
	margin-left:160px;
	clear:none;
}

.footerContainer {
	margin-left: 10px;
	margin-top: 5px;
	width: 90%;
	overflow:auto;
	background-color: #A0522D;
	color: #FFFF99;
	text-align: center;
}

.footerContainer span {
	font-weight: bolder;
}

.siteContainer {
	background-color: #FFFF99;	
	border-width: 0.1em;
	border-style: solid;
	border-color: #B00000 ; 
	margin-top: 0px;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-bottom: 5px;
}

.siteHeader {
	background-color: #B00000;

	margin-top: 0em;
	padding-top: 0em;
	margin-bottom: 0em;
	padding-bottom: 0em;
	text-align: center;
	color: #FFFF99;
	font-weight: bold;
}

.siteIcon {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 100px;
}

.siteUrl {
	clear:both;
	width: 100%;
	text-align: center;
	background-color: #FFFFCC;
	margin-top: 0px;
	padding-top: 0px;
	
}

.siteUrl A {
  text-decoration:none;
  color:#380000 ;
}

.siteUrl A:HOVER{
  font-weight:bold;
  color:8B0000;
} 

.siteDesc {
	margin-top: 5px;
	margin-right: 5px;
}

.topMenu {
	color: 	#D2691E;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.topMenu span {
	color: 	#8B0000;
}

.topMenu a {
	color: 	#D2691E;
	text-decoration: none;
}

.midMenu {
	width: 90%;
	height: 10px;
	margin-left: 10px;
	background-color: #A0522D;
}
.headerContainer {
	height: 100px;
	margin-left:10px;
}

.headerLeftLogo {
		background: transparent 
		url(pliki/grafika/logo-l.png) no-repeat scroll left top;
		float: left;
		width: 15px;
		height: 100px;
		
}

.headerMidLogo {
		background: transparent 
		url(pliki/grafika/logo-m.png) repeat scroll left top;
		width: 60%;
		height: 100px;
		float: left;
}

.headerMidLogo img {
	margin-bottom: 5px;
	margin-top: 30px;	
}

.headerRightLogo {
		background: transparent 
		url(pliki/grafika/logo-r.png) no-repeat;
		float: left;
		width:18px;
		height: 100px;
}

.searchContainer {
	float: right;
	width: 30%;		
}

.search {
	margin-right: auto;
	margin-left: auto;

}

.search input {
	background-color: #FAFAD2;
}

.contentContainer {
	margin-left: 10px;
	margin-top: 15px;
	width: 90%;
	overflow:auto;

}


.newsContainer {
	margin-top:5px;
	padding-bottom: 5px;
	border-bottom-width: 0.1em;
	border-bottom-color: #996633;
	border-bottom-style: solid;	
	clear: left;
	overflow: auto;
}

.newsIcon {
	float: left;
	margin-right: 5px;	

}

.newsContent {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFCC;
	width: auto;
}

