body {
	background: #606060;
	color: #b9b9b9;
	font-size: 12px;
	font-family: Tahoma;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
img {border: 0px;}
h1, form {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-weight: normal;
}
a {text-decoration: none;color: #00ccff;}
a:hover {text-decoration: underline;}
#site {
	width: 990px;
	margin: 0px auto;
	text-align: left;
}
#site-bg {
	width: 100%;
	float: left;
	background: url(gfx/main-bg.jpg) top center no-repeat;
}
#footer-wrap {
	width: 100%;
	background: url(gfx/footer.png) left top repeat-x;
	float: left;
	padding-top: 2px;
}
#top {
	width: 990px;
	float: left;
	position: relative;
	background: #333 url(gfx/top-bg.png) left top repeat-x;
	margin-top: 50px;
}
#logo {
	position: absolute;
	width: 207px;
	height: 107px;
	top: -50px;
	left: -10px;
	z-index: 100;
}
#logo a {
	width: 207px;
	height: 107px;
	float: left;
	display: block;
}
#baner {
	width: 970px;
	height: 375px;
	float: left;
	padding: 10px;
	position: relative;
	z-index: 1;
}
#static-page {
	width: 970px;
	height: 375px;
	float: left;
	padding: 10px;
	background: url(gfx/stat-page-bg.jpg) 10px 10px no-repeat;
	line-height: 1.3;
	color: #ccc;
}
#static-page div.leftCol {
	width: 250px;
	height: 375px;
	float: left;
	position: relative;
}
#static-page div.rightCol {
	width: 720px;
	height: 375px;
	float: left;
}
#static-page div.rightCol div.header {
	width: 720px;
	float: left;
	padding-top: 20px;
}
#static-page div.rightCol div.breadcrumbs {
	width: 720px;
	float: left;
	color: #999;
	padding-bottom: 10px;
}
#static-page div.rightCol div.breadcrumbs a {
	color: #999;
}
#static-page div.rightCol div.header h1 {
	width: 600px;
}
#static-page div.rightCol div.holder {
	width: 720px;
	float: left;
}

div#NewsList {
	width: 670px;
	float: left;
}
div#NewsList div.news {
	width: 670px;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
}
div#NewsList div.news div.date {
	width: 75px;
	float: left;
}
div#NewsList div.news div.title {
	width: 409px;
	float: left;
	overflow: hidden;
}
div#NewsList div.news div.more {
	width: 1px;
	float: left;
	background: red;
	position: relative;
	z-index: 9;
}
div#NewsList div.news div.more a {
	width: 20px;
	height: 20px;
	float: left;
	background: url(gfx/next.gif) left top no-repeat;
	position: absolute;
	text-decoration: none;
	top: -3px;
	left: 5px;
	z-index: 10;
}
div#NewsList div.news div.title div.hld {
	width: 820px;
	float: left;
}
div#NewsList div.news div.title a {
	font-weight: bold;
	float: left;
}
div#NewsList div.news div.title div.hld div.lines {
	width: 410px;
	float: left;
	border-bottom: 1px #9a999c dashed;
	margin-left: 5px;
	position: relative;
	line-height: 1;
	top: 0px;
}
div#NewsList div.news div.text {
	width: 410px;
	float: left;
	padding-top: 5px;
}
div#NewsList div.news div.photo {
	width: 185px;
	float: right;
	min-height: 80px;
	_height: 80px;
}
div#NewsList div.news div.photo img {
	padding: 1px;
	border: 1px #ccc solid;
	float: right;
}
div#NewsList div.news div.content {
	width: 595px;
	float: left;
	position: relative;
	z-index:9;	
}
div#NewsPagination {
	float: left;
	width: 600px;
	padding-left: 75px;
}
div#NewsPagination a {
	float: left;
	margin: 0px 3px;
}
div#NewsPagination a:hover {
	color: #fff;
	text-decoration: none;
}
div#NewsPagination a.prev, div#NewsPagination a.next {
	width: 20px;
	height: 20px;
	float: left;
	background: url(gfx/prev.gif) left top no-repeat;
}
div#NewsPagination a.next {
	background: url(gfx/next.gif) left top no-repeat;
}


div.singleNews {
	width: 710px;
	float: left;
	padding-top: 5px;
}
div.singleNews div.date {
	width: 75px;
	float: left;
	font-size: 11px;
	color: #999;
}
div.singleNews div.title {
	width: 510px;
	float: left;
	overflow: hidden;
}
div.singleNews div.title div.more {
	width: 1px;
	float: left;
	background: red;
	position: relative;
	z-index: 9;
}
div.singleNews div.back a {
	height: 20px;
	float: left;
	padding-left: 25px;
	background: url(gfx/next.gif) left top no-repeat;
	position: absolute;
	text-decoration: none;
	top: 0px;
	right: 45px;
	z-index: 10;
}
div.singleNews div.title a {
	float:left;
}
div.singleNews div.title div.hld {
	width: 820px;
	float: left;
}
div.singleNews div.title div.hld div.lines {
	width: 410px;
	float: left;
	border-bottom: 1px #9a999c dashed;
	margin-left: 5px;
	position: relative;
	line-height: 1;
	top: 0px;
}

div.singleNews div.text {
	padding-top: 5px;
	overflow: hidden;
	width: 675px;
}
div.singleNews div.title a {
	font-weight: bold;
}
div.singleNews div.nGallery {
	width: 710px;
	float: left;
	padding: 10px 0px 0px;
}
div.singleNews div.nGallery img {
	float: left;
	background: #343434;
	padding: 1px;
	border: 1px #999 solid;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 115px;
	height: 115px;
}


div#sContactForm {
	width: 470px;
	float: left;
	padding-left: 20px;
	font-size: 12px;
}
div#sContactForm div.row {
	width: 470px;
	float: left; 
}
div#sContactForm div.row div.left {
	width: 175px;
	float: left;
	text-align: right;
	padding-right: 5px;
}
div#sContactForm div.row div.right {
	width: 290px;
	float: right;
}
div#sContactForm input {
	float: left;
	width: 190px;
	border: 1px #fff solid;
	background: #e0e0e0;
}
div#sContactForm textarea {
	width: 270px;
	height: 75px;
	float: left;
	border: 1px #fff solid;
	background: #e0e0e0;
}
div#sContactForm form {
	float: left;
	padding-top: 10px;
}
div#sContactForm form div.row {
	padding-bottom: 2px;
}
div#sContactForm form span.req {
	float: left;
	color: #00ccff;
}
div#sContactForm form span.required {
	color: #00ccff;
}
div#sContactForm form a.submit {
	float: right;
	height: 18px;
	background: url(gfx/next.gif) left top no-repeat;
	padding-left: 25px;
	margin-right: 20px;
	padding-top: 2px;
	position: relative;
	top: 2px;
}
#menu ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-right: 5px;
}
#menu ul li { 
 float: left;
 padding: 0px 5px;
 position: relative;
 z-index: 200;
}
#menu ul li.headlink ul {
	display: none;
	float: none;
	position: absolute;
	top: 35px;
	left: 5px;
	margin: 0px;
	padding: 5px 0px 0px;
	line-height: 1;
}
#menu ul li.headlink ul li {
	float: none;
	padding: 0px;
	margin: 0px;
}
#menu ul li.headlink ul img {
	float: left;
}
#Boxes {
	width: 990px;
	float: left;
	margin-top: 14px;
	font-size: 11px;
	margin-bottom: 19px;
}
#Boxes div.bBox {
	width: 240px;
	height: 162px;
	float: left;
	margin-right: 10px;
}
#Boxes div.bBox div.bTop, #Boxes div.bBox div.bBot {
	width: 240px;
	height: 1px;
	float: left;
	position: relative;
}
#Boxes div.bBox div.bTop div.bBG, #Boxes div.bBox div.bBot div.bBG {
	width: 250px;
	height: 15px;
	float: left;
	background: url(gfx/bBox-top.png) left top no-repeat;
	position: absolute;
	z-index: 100;
	top: -14px;
	left: 0px;
}
* html #Boxes div.bBox div.bTop div.bBG {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/templates/default/gfx/bBox-top.png", sizingMethod="image");
}
#Boxes div.bBox div.bBot div.bBG {
	background: url(gfx/bBox-bot.png) left top no-repeat;
	top: 0px;
}
* html #Boxes div.bBox div.bBot div.bBG {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/templates/default/gfx/bBox-bot.png", sizingMethod="image");
}
#Boxes div.box1 div.bMain {
	background: url(gfx/bBox-1.gif) left top no-repeat;
}
#Boxes div.box2 div.bMain {
	background: url(gfx/bBox-2.gif) left top no-repeat;
}
#Boxes div.box3 div.bMain {
	background: url(gfx/bBox-3.gif) left top no-repeat;
}
#Boxes div.box4 div.bMain {
	background: url(gfx/bBox-4.gif) left top no-repeat;
}
#Boxes div.box4 {
	margin-right: 0px;
}
#Boxes div.bBox div.bMain {
	width: 240px;
	height: 160px;
	float: left;
}
#Boxes div.box1 div.topAdd, #Boxes div.box2 div.topAdd, #Boxes div.box3 div.topAdd, #Boxes div.box4 div.topAdd {
	width: 240px;
	height: 9px;
	float: left;
	position: absolute;
	background: url(gfx/topAdd-1.png) left top no-repeat;
	bottom: 0px;
	z-index: 100;
	_bottom: -1px;
	left: 0px;
}
* html #Boxes div.box1 div.topAdd {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/templates/default/gfx/topAdd-1.png", sizingMethod="image");
}
#Boxes div.box2 div.topAdd {
	height: 34px;
	background: url(gfx/topAdd-2.png) left top no-repeat;
}
#Boxes div.box3 div.topAdd {
	height: 47px;
	background: url(gfx/topAdd-3.png) left top no-repeat;
}
#Boxes div.box4 div.topAdd {
	height: 26px;
	background: url(gfx/topAdd-4.png) left top no-repeat;
}
* html #Boxes div.box2 div.topAdd {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/templates/default/gfx/topAdd-2.png", sizingMethod="image");
}
* html #Boxes div.box3 div.topAdd {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/templates/default/gfx/topAdd-3.png", sizingMethod="image");
}
* html #Boxes div.box4 div.topAdd {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/templates/default/gfx/topAdd-4.png", sizingMethod="image");
}
#Boxes div.bBox div.bMain div.blink, #Boxes div.bBox div.bMain div.desc {
	width: 240px;
	height: 120px;
	float: left;
	position: relative;
}
#Boxes div.bBox div.bMain div.blink a.dot {
	width: 31px;
	height: 31px;
	float: left;
	position: absolute;
	top: 30px;
	left: 0px;
}
#Boxes div.box1 div.bMain div.blink a.dot {
	left: 20px;
}
#Boxes div.box2 div.bMain div.blink a.dot {
	left: 70px;
}
#Boxes div.box3 div.bMain div.blink a.dot {
	left: 18px;
}
#Boxes div.box4 div.bMain div.blink a.dot {
	left: 47px;
}
#Boxes div.bBox div.bMain div.blink a.text {
	width: 144px;
	height: 45px;
	float: left;
	position: absolute;
	top: 69px;
	left: 10px;
}
#Boxes div.box2 div.bMain div.blink a.text {
	width: 120px;
}
#Boxes div.box3 div.bMain div.blink a.text {
	width: 95px;
}
#Boxes div.box4 div.bMain div.blink a.text {
	width: 115px;
}
#Boxes div.bBox div.bMain div.desc {
	height: 35px;
	width: 220px;
	padding: 5px 10px 0px;
	color: #bbb;
}
#footer {
	width: 990px;
	margin: 0px auto;
	text-align: left;
}
#footer div.polecamy {
	width: 990px;
	float: left;
	padding: 10px 0px;
	font-size: 11px;
}
#Polecamy {
	float: left;
}
#footer div.polecamy span {
	width: 80px;
	float: left;
	padding-top: 18px;
	padding-left: 10px;
}
#fMenu {
	width: 990px;
	float: left;
	border-top: 1px #5e5e5e solid;
	padding-top: 5px;
}
#fMenu ul {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}
#fMenu ul li {
	float: left;
	padding: 0px 5px;
}
#fMenu a {
	color: #999999;
	font-size: 11px;
}
#footer div.bottom {
	width: 970px;
	float: left;
	color: #777;
	padding: 0px 10px 10px;
	font-size: 11px;
}
#footer div.bottom div.copyrights {
	float: left;
	padding-top: 7px;
}
#footer div.bottom a#atom {
	float: right;
	position: relative;
	right: 10px;
	height: 19px;
	padding-right: 43px;
	background: url(gfx/atom.gif) right top no-repeat;
	color: #777;
	padding-top: 7px;
}


#Komunikat, #Newsletter {
	width: 460px;
	float: left;
	position: absolute;
	z-index: 200;
	display: none;
	font-size: 12px;
}
#Newsletter {
	z-index: 180;
}
#Komunikat div.kTop, #Newsletter div.kTop {
	width: 460px;
	height: 18px;
	float: left;
	background: url(gfx/komunikat-top.png) left top no-repeat;
}
#Komunikat div.kBot, #Newsletter div.kBot {
	width: 460px;
	height: 20px;
	float: left;
	background: url(gfx/komunikat-bot.png) left top no-repeat;
}
#Komunikat div.kMain, #Newsletter div.kMain {
	width: 420px;
	text-align: left;
	padding: 10px 20px;
	float: left;
	background: #606060 url(gfx/komunikat-main.png) left top repeat-x;
	line-height: 1.4;
}
#Komunikat div.kMain span.alert, #Newsletter div.kMain span.alert {
	width: 420px;
	float: left;
	padding-bottom: 5px;
	font-weight: bold;
	color: #00ccff;
}
#Komunikat div.kMain a.close, #Newsletter div.kMain a.close {
	float: right;
	clear: both;
	line-height: 1;
	height: 20px;
	padding-left: 25px;
	padding-top: 2px;
	background: url(gfx/next.gif) left top no-repeat;
	margin-top: 10px;
	}
#Newsletter form {
	width: 420px;
	float: left;
	text-align: center;
	padding-top: 5px;
}
#Newsletter form input {
	background: #e0e0e0;
	border: 1px #fff solid;
	font-size: 12px;
	font-family: Tahoma;
	padding: 2px 3px;
	margin-left: 5px;
	width: 200px;
}

.cechyModelu ul li {
	
}
