@import url("custom_css/custom_css.css");

html, body {padding: 0; margin: 0; color: #53595c;}
img {border: none;}
#container {
	width: 940px;
	/* 
	border: 1px solid black; 
		DO WYWLAENIA*/
	margin: 0 auto;
}
a {
	color: #5e6467;

}
#top {
	font-family: verdana;
	font-size: 11px;
}
#top a{
	text-decoration: none;
	margin-left: 5px;
	border-bottom: 1px dotted black;
	/* font-weight: bold; */
}
#top a:hover {
	border-bottom-style: solid;
	color: #7b4719;
	border-bottom-color: #7b4719;
}
#topLogo {
	background: url(logo.png) no-repeat center;
	height: 250px;
	margin:	0 auto;
}
#topLogo a {
	display:	block;
	height:		100%;
}
#middle {
	overflow: hidden;
}
/* Style stopki ;) */
#bottom {
	height: 50px;
	background: url('images/spacer.png') repeat-x;
	margin-top: 25px;
	padding-top: 5px;
	text-align: right;
	font-family: verdana;
	font-size: 12px;
}
#bottom  a{
	/* font-weight: bold; */
	text-decoration: none;
	border-bottom: 1px dotted black;
}
#bottom  a:hover{
	border-bottom-style: solid;
	color: #7b4719;
	border-bottom-color: #7b4719;
}
/* Style stopki ;) */
.dashed {
	overflow: hidden;
	background: url('images/spacer.png') repeat-x center;
}
.topMenu {
	float: right;
	padding: 5px 0 5px 8px;
}
#topBottom {
	background: url('images/top_bottom_spacer.png') no-repeat center transparent;
	height: 23px;
	margin: 5px 0;
}
 /*// STyle dla menu //*/
#middle #menu{
	float: left;
	width: 230px;
	font-family: arial;
	font-size: 18px;
}
#middle #menu ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	
}
#middle #menu ul.menu li{
	list-style: none;
	margin-bottom: 10px
}
 /*// STyle dla aktualnosci //*/
#newsContainer > .title {
	background: url('images/news_header.png') no-repeat transparent;
	padding: 8px 0 4px 36px;
	
}
#newsContainer > .content {
	min-height: 100px;
	width: 220px;
	background-image: url('images/transparency.png');
}
#newsContainer > .content ul{
	font-size: 11px;
	font-family: verdana;
	margin: 0;
	padding: 5px 0 0 10px;
}
#newsContainer > .content ul li{
	line-height: 17px;
	margin-bottom: 15px;
}
#newsContainer .wiecej{
	text-align: right;
	padding: 0 10px 5px 0;
}
#newsContainer .wiecej a{
	font-family: verdana;
	font-size: 11px;
}

 /*// STyle dla Zawartosci strony //*/
#middle #content{
	margin-left: 280px;
}

/* #middle #content .header,
#middle #content .header .corner{
	height: 44px;  rog i header musza byc tej samej wielkosci!!
} */
#middle #content .header{
	background: url('images/content_top_corner.png') top right no-repeat #FFF;
	padding-left: 15px;
	background-color: white;
	font-family: arial;
	font-size: 32p;
}	
	#middle #content .header h2{
		margin: 0;
		padding: 15px 40px 0 0;
	}
	/* #middle #content .header .corner{
		background: url('images/content_top_corner.png') top right no-repeat transparent;
		position: absolute;
		width: 46px;
		left: 100%;
		top: 0;
	} */
#middle #content .text{
	background: white;
	min-height: 200px;
	padding: 15px;
	font-family: verdana;
	font-size: 12px;
	line-height: 17px;
}

