body {
  border:  none;
  margin: 0px;
  padding: 0px;
  background-color: #441e13;
  background-image:url(img/bck1.jpg);
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px; 
}

img {
  border:  none;
}

a { 

}

a:link {
  color: #fefefe;
  text-decoration: none;
}

a:visited {
  color: #fefefe;
  text-decoration: none;
}


a:hover {
  color: #ad3029;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}


/* --- Boxes --- */


.container { 
	position: relative;  
	width:922px; 
	margin:17px auto 22px auto;
}


.anim_bottom {
	position: relative;
	width:922px; 
	height:76px;
	background:url(img/anim_bottom.jpg) 0 0 repeat-y;
	padding:1px 0px 0px 0px; /*bez tego ff daje wolna przestrzen*/
}

.content {
	position: relative;
	width:922px; 
	height:100%;
	background:url(img/content_bg.jpg) 0 0 repeat-y;
	padding:1px 0px 0px 0px; /*bez tego ff daje wolna przestrzen*/
	border-bottom: 1px solid #ffffff;
}

.footer {
	position: relative;
	margin-top:14px;
	width:920px; 
	height:100%;
	background-color:#c9b69a;	
	padding:1px 0px 0px 0px; /*bez tego ff daje wolna przestrzen*/
	border: 1px solid #f7f7f7;
}


.validator {
	position: relative;
	text-align:right;
	margin-top:14px;	
	width:920px; 
	height:100%;
	padding:1px 0px 0px 0px; /*bez tego ff daje wolna przestrzen*/

}

.footer_txt {
	text-align:right;
	font-size:13px;
	margin:6px 26px 6px 0px;	
	color: #fefefe;
}

.footer_txt_left {
	float:left;
	width:auto;
	text-align:left;
	font-size:13px;
	margin:6px 0px 6px 26px;	 	
	color: #fefefe;
}


/* --- SWF */

#anim {
	margin-left:1px;
	margin-right:1px;
	width:920px; 
	height:209px;
	background:url(img/anim_bg.jpg) 0 0 repeat-y;
}


.mapa {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:3;
}


.menu {
	height:100%;
	margin-bottom:16px;
	width:196px; /*  width:150px; */
	color:#3f7799;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;

}


.menu a {

	display:block;
	width:138px;
	padding-top:10px;
	padding-left:3px;
	margin-left:26px;
	padding-bottom:9px;
	border-bottom: 1px solid #fafafa;	

}

.menu a:link {
    color: #fefefe;
    text-decoration: none;
}

.menu a:visited {
  color: #fefefe;
  text-decoration: none;

}

.menu a:hover {
  background-color:#a0b6b3;
  text-decoration: none;

}

.content_right {
	display: block; 
	float:right;
	margin-right:78px;
	margin-bottom:50px;
	width:582px;
	color:#000000;
}

.kartony img {
	border: 2px solid #444444;
	margin-bottom:1px;
	
}

.content_right_header {
	color:#789b97;
	font-size:25px;
	margin-bottom:16px;

}

.clear {
	clear:both;

}


