body{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	background: #78DBE0 url('../img/back.gif') repeat-x;
}

form{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

#page{
	position: relative;
	width: 771px;
	margin: 0 auto;
	padding: 0 19px 0 18px;
	background: #fff url('../img/pageback.gif') repeat-y;
}

#header{
	height: 62px;
	padding: 5px 10px 0 5px;
	background: #1099A0 url('../img/headback.gif') repeat-x;
}

#header img{
	float: left;
}

#header span{
	padding-top: 32px;
	text-transform: uppercase;
	color: #fff;
	float: right;
}

#content{
	margin-top: 40px;
	background: #fff url('../img/contentback.jpg') no-repeat 0 0;	
}

#contentColumn{
	width: 528px;
	padding-top: 223px;
	float: left;
}

#infoColumn{
	width: 211px;
	margin-right: 10px;
	float: right;
	_display: inline;
}

.box{
	position: relative;
	height: auto;
	padding: 0 0 0 0;
	background: url('../img/boxback.gif') repeat-y;
}

.tl{
	background: url('../img/dec.gif') no-repeat 0 0;
	position: absolute;
	width: 26px;
	height: 28px;	
}

.bl{
	background: url('../img/rozek.gif') no-repeat 0 0;
	position: absolute;
	width: 17px;
	height: 14px;
	top: 0;
	overflow: hidden;
}

.br{
	position: relative;
	background: url('../img/bottomback.gif') repeat-x 17px bottom;
	height: 15px;
	margin: 0 0 4px 0;
	overflow: hidden;
}

.box h1{
	color: #009098;
	font-size: 16px;
	margin: 0;
	padding: 3px 0 0 36px;
}

.box h2{
	color: #009098;
	font-size: 16px;
	margin: 0;
	padding: 10px 0 10px 10px;
}

h2.nadpis{
	padding: 3px 0 10px 30px;
} 

.box h3{
	color: #009098;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}

.box h3 span{
	color: #4B4B4B;
}

.box p{
	font-size: 12px;
	margin: 0;
	text-align: justify;
	padding: 10px 0 10px 10px;
	line-height: 1.5;
}

.box img{
	padding-left: 10px;
}

.box p img{
	float: right;
}

.box a{
	text-decoration: underline;
	color: #4B4B4B;
}

.box a:hover{
	text-decoration: none;
}

.box ul{
  font-size: 11px;
  list-style-type: circle;
}

.box table{
	width:530px;
	padding-left: 10px;
}
.box table td{
	font-size: 11px;
	vertical-align:top;
	background: #f4f4f4;
	padding: 4px;
}
.box table input{
    width: 100px;

	font-size: 11px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.box table textarea{
    width: 400px;

	font-size: 11px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

p.red{
color: Red;
font-weight: bold;
}

p.perex{
	font-weight: bold;
}

.hr{
	background: url('../img/bottomback.gif') repeat-x;
	height: 2px;
	margin-left: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

p#title{
	font-size: 12px;
	line-height: 1.7;
	margin: 0;
	padding: 10px 0 0 10px;
}

#newsletter{
	margin-top: 5px;
	height: 120px;
}

#newsletter h2{
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#newsletter p{
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#newsletter input{
	width: 170px;
	margin: 10px 0 0 30px;
	padding: 0;
	font-size: 10px;
}

#newsletter input#button{
	width: 40px;
	margin: 5px 0 0 160px;
}

#foot{
	padding: 10px 0 0 10px;
	height: 43px;
	background: url('../img/footback.gif') repeat-x 0 0;
}

#foot img{
	float: left;
	padding-right: 30px;
}

#foot ul{
	margin: 0;
	padding: 0 0 0 140px;
	float: left;
	list-style: none;
	font-size: 10px;
	color: #fff;
}

#foot li{
	/*-background: url('../img/sipka.gif') no-repeat 0 0;-*/
	list-style: disc;
	color: #175E6B;
}

#foot span{
	color: #fff;
}

#foot a{
	color: #fff;
}

#foot a:hover{
	text-decoration: none;
}

ul#siteNavigation{
	position: absolute;
	top: 67px;
	left: 288px;
	width: 490px;
	height: 40px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;	
	background: url('../img/menuback.gif') repeat-x 0 6px;
	font-size: 12px;
}

ul#siteNavigation li{
	float: left;
}

ul#siteNavigation a, ul#siteNavigation span{
	display: block;
	margin: 0 9px;
	padding-top: 17px;
	text-decoration: none;
	color: #4B4B4B;
}

ul#siteNavigation a:hover, ul#siteNavigation span{
	color: #0E6D6D;
	text-decoration: underline;
	background: url('../img/menuhover.gif') no-repeat center top;
}

.imgleft{
	float: left;
	padding: 10px 15px 15px 15px;
}

.imgright{
	float: right;
	padding: 0 15px 15px 15px;
}

.floatCleaner{
	clear: both;
	height: 1px;
	overflow: hidden;
}

