body {
	margin:0;
	padding:0;
	background-color: white; 
	overflow:auto;
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.fl {
	float:left;
}
.fr {
	float:right;
}

.newLine {
	clear: both;
}



div.main {
	width:750px;
	margin:0 auto;
	background-position:right;
	background-repeat:repeat-y;
	background-image:url(../img/bgr_pion.png);
	text-align:left;	
}

div.header {
	height:80px;
}

div.header a img.logo { 
	border:none;
	margin-top:10px;
	margin-left:60px;
}


div.menu {
	width:716px;
	height:35px;
	background-position:right;
	background-repeat:repeat-x;
	background-image:url(../img/bgr_menu.png);
}

div.menu img.menu_begin {
	margin-right:50px;
}

div.menu a{
	display:block;
	float:left;
	font-size:14px;
	text-decoration:none;
	color:white;
	padding:8px 15px;
}

div.menu a:hover {
	color:#000080;
}

div.menu a.sel {
	color:#000080;
}


div.contents {
	font-size:13px;
	width:715px;
	height:auto;
}

div.contents div.tresc h1{
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	background-image:url(../img/header.png);
	height:33px;
	margin-bottom:20px;
	padding-top:5px;
	padding-left:15px;
	font-size:18px;
}

div.contents div.tresc h1.no_bgr{
background-image:none;	
}

div.contents div.tresc h2{
	padding:0px;
	margin:10px 0;
	font-size:15px;
	width:auto;
}

strong.sub_header{
	font-size:15px;
}

div.contents div.tresc {
	margin-left:70px;
	margin-right:40px;
	margin-top:30px;
}

div.main_bottom {
	width:750px;
	height:15px;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(../img/bgr_stopka.png);
}

div.stopka {
	text-align:left;
	width:750px;
	height:30px;
	background-color:white;
	margin:30px auto;
	margin-top:60px;
	border-top:1px solid #588ce2;
	font-size:10px;
	color:#588ce2;
}

div.stopka a {
	text-decoration:none;
	color:#588ce2;
}

div.stopka .d83 {
	text-align:right;
}

div.formularz {
}

div.stopka a:hover {
	color:gray;
}

div.lang {
	margin-top:10px;
	width:37px;
	text-align:center;
}


div.lang a img{
	border:1px solid #588ce2;
	margin-bottom:3px;
}


img.thumb {
	padding:1px;
	border:1px solid #588ce2;
	margin-right:5px;
}

div.doc {
	margin:30px 15px;
}

div.doc a img {
	margin-top:-7px;
	border:none;
}

div.doc a.opis {
	text-decoration:none;
	margin-left:5px;
}

div.doc a.opis:hover{
	color:gray;
}

.bgr_blue {
	background-color:#d4deea;
}
.bgr_gray {
	background-color:#e1e1dd;
}

.bgr_naglowek {
	background-color:#b3cbef;
}

div.cena {
	text-align:left;
	padding:6px;
	margin-bottom:1px;
}

.nazwa{
	float:left;
	display:block;
	width:210px;
}

.jeden{
	float:left;
	display:block;
	width:300px;
	text-align:center;
}

.dwa{
	float:left;
	display:block;
	width:180px;
	text-align:center;
}

.cztery{
	float:left;
	display:block;
	width:90px;
	text-align:center;
}

div.cena_naglowek {
	background-color:#588ce2;
	padding:8px;
	color:white;
}

div.cena_stopka {
	background-image:url(../img/bgr_menu.png);
	background-repeat:repeat-x;
	height:2px;
	margin-bottom:40px;
}

.uwagi {
	margin-top:-30px;
	display:block;
}

#map {
	margin:50px;
	width:500px;
	height:350px;
	border:1px solid blue;
}

a.mail {
	color:black;
	text-decoration:none;
	display:block;
	margin-top:2px;
}

a.mail:hover {
	color:gray;
}

.validate_ok {
	color:green;
}