@import "undohtml.css";

body {
	background: url(../images/bg.gif) #fff no-repeat center top;
	font-size: 12px;
	font-family: verdana;
	color: #424446;
	}

#container {
	margin: 0 auto;
	width: 960px;
	
	}

#top {
	height: 155px;
	}

#image {
	background: url(../images/image.gif) no-repeat;
	height: 210px;
	width: 960px;
	}


#content {
	background: url(../images/content.gif) no-repeat;
	padding: 20px;
	}

/*********************************************** NAWIGACJA */

ul#navi {float:right;position:relative;top:60px;}

ul#navi li {
	display:inline;
	}

ul#navi a,ul#navi a:visited {
	color: #b2b0a2; 
	font-size: 15px;
	font-weight: bold;
	margin: 0 10px;
	border: none;
	}

ul#navi a:focus,ul#navi a:hover {
	color: #000;
	}



/*********************************************** LEWA */
.left {
	float: left;
	width: 615px;
	padding-right: 10px;
	}

.left small {
	margin-top: 20px;
	display:block;
	}

.left h1 {
	background: url(../images/h1_logo.gif) no-repeat;
	padding-left: 35px;
	padding-top: 2px;
	color: #43759D;
	font-size: 23px;
	height: 31px;
	font-weight: normal;
	margin-bottom:20px;
	}

.left h2 { font-size:16px; color: #5B9602;margin: 10px 0;margin-bottom:20px;width:auto;}
.left h3 { margin: 10px 0;}

.left strong {color:#549100;}

.left ul, .left dl {margin: 7px;margin-left: 35px;}
.left ul li {
	list-style-type: square;
	}

.left dl dt {
	font-weight: bold;
	color: #41789e;
	margin: 5px 0;
	}

.left dl dd {
	
	}



/*********************************************** PRAWA */
.right {
	float: right;
	width: 280px;
	background: url(../images/tlo_right.gif) no-repeat 0 45px;
	padding: 0 0 10px 10px;
	min-height:270px;
	}

.right .news {
	margin-bottom: 25px;
	}

.right h3 {
	margin-top:10px;
	}

.right p {
	font-size: .9em;
	line-height: 1.4em;
	}

.right .news img {
	float:left;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #d5d5d5;
	}

/*********************************************** FOOTER */

ul#footer {margin-bottom: 60px;}
ul#footer li {
	display: inline;
	font-size: .8em;
	color: #979595;
	padding: 0 10px;
	float:left;
	border-right: 1px solid #cbcbcb;
	}

ul#footer li.copy {margin-right: 20px;border:none;}
ul#footer li.realizacja {float:right; border:none;}

ul#footer li a {
	color: #979595;
	border:none;
	}

ul#footer li a:focus, ul#footer li a:hover {
	text-decoration: underline;
	}



/*********************************************** OGOLNE */

h1 {
	margin-bottom:10px;
	}

p {
	margin: 10px 0;
	text-align:justify;
	line-height: 18px;
	}

a, a:visited {
	color: #00477e;
	border-bottom: 1px solid #6db2e7;
	}

a:focus, a:hover {
	border-bottom: 1px solid #00477e;
	}

strong.z {color: #549100;}
strong.n {color: #4b7fa3;}
.data {margin-right:10px;}
.bezborder {border: none !important; }	

.content_bottom {
	background: url(../images/content_bottom.gif) no-repeat;
	height: 37px;
	width: 960px;
	}