@import "undohtml.css";

body {
	background: url(../images/bg.gif) #f2f7fd 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;
	}


#navi {float:right;margin-top: 60px;}

#navi li {
	display: inline;
	font-size: 16px;
	margin-left: 15px;
	}
	
#navi li a {
	color: #cecece;
	text-decoration: none;
	font-weight: bold;
	border: none;
	}
	
	#navi li a:hover,
	#navi li.active a {
		color: #777777;
	}

/*********************************************** LEWA */
.left {
	float: left;
	width: 615px;
	}

.left small {
	margin-top: 20px;
	display:block;
	}
	
.left ul {margin: 10px; padding: 0;}
.left li {margin-bottom: 3px;list-style-type: square;margin-left: 15px;list-style-position: inside;}

.left li.first {color: #5B9602;list-style-type:none;margin-left: 0;}

/*********************************************** PRAWA */
.right {
	float: right;
	width: 280px;
	border-left: 1px solid #bcdf64;
	padding: 0 0 10px 10px;
	}

.right .news {
	margin-bottom: 15px;
	overflow: hidden;
	}

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

.right p {
	font-size: .9em;
	line-height: 1.4em;
	}
	
.right a img{
	border: none;
	float: left;
	margin-right: 5px;
	}
	

/*********************************************** FOOTER */
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;
	font-size: 20px !important;font-weight: normal;color: #004078;
	}

h2 {margin: 10px 0;}

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;
	}