*{
	color:#555555;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

a{
	text-decoration: none;
	color: #935e2f;
	outline: none;
}
a:hover{
	text-decoration: underline;
	color: #e5691f;
}

body{
	background-color: #e6e7d9;
	margin:0 0 0 0;
}
#body{
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
}

#top_bg{
	background-image:url(images/top_small_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#top{
	width: 950px;
	height:120px;
	margin-left: auto;
	margin-right: auto;
}
#top_language{
	background-image: url(images/flags_bg.jpg);
	width:87px;
	padding-left:3px;
	height:28px;
	margin-left:860px;
}
#top_language img{
	border:0;
	outline: none;
}
#top_logo{
	width:694px;
	height:92px;
	float:left;
}
/* szukaj */
#top_search{
	width:173px;
	height:33px;
	padding:57px 0 0 83px;
	float:left;
	background-repeat: no-repeat;
	background-position: bottom right;
}
#top_search .input{
	width:135px;
	padding-top:5px;
	height:25px;
	float:left;
}

#top_search .submit{
	width:22px;
	padding-top:5px;
	height:25px;
	float:left;
}
#top_search input[type=text]{
	outline: none;
	width:131px;
	height:16px;
	border:1px solid black;
	background-image: url(images/bg_input.gif);
}
/* === */
#top_menu{
	width: 952px;
	height:36px;
	margin-left: auto;
	margin-right: auto;	
}

#container_bg{
	background-image:url(images/body_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#container{
	background-color:#ffffff;
	width:950px;
	margin-left: auto;
	margin-right: auto;
	padding:1px;
}
#container h1{
	margin:0;
	font-size: 18px;
	font-family: Times,serif;
	font-variant: small-caps;
	color:#ffffff;
	background-color: black;
	background-image: url(images/header_bg.jpg);
	padding-top:6px;
	padding-left:10px;
	height:27px;
	font-weight:normal;
}
#container h2{
	font-size: 16px;
	font-family: Times,serif;
	font-variant: small-caps;
	font-weight:normal;
	margin:0 0 15px 0;
}

#footer_bg{
	background-image:url(images/footer_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	height: 45px;
}
#footer{
	background-color:#ffffff;
	width:950px;
	margin-left: auto;
	margin-right: auto;
	padding:0 1px 1px 1px;
}

/* home ====================== */
#home_left{
	width: 253px;
	height: 451px;
	margin-right:1px;
	float:left;
}
#home_center{
	width: 398px;
	height: 451px;
	margin-right:1px;
	float:left;
	background-color: #efefeb;
}
#home_right{
	width: 297px;
	height: 451px;
	float:left;
	background-color: #efefeb;
}
#home_right div{
	padding:20px;
	text-align: justify;
}
/* newsy */
#home_center .news{
	padding:9px 10px 0 20px;
	
}
#home_center .news span{
	font-size:11px; color:#979797;
}

/* dzialy =================== */
#firma,#oferta,#informacje,#przepisy,#publikacje,#news,#szukaj{
	width:950px;
	position: relative;
	background-repeat: repeat-y;
	background-position: left;
}
#firma{			background-image: url(images/image_firma_bg.jpg);		}
#publikacje{	background-image: url(images/image_publikacje_bg.jpg);	}
#przepisy{		background-image: url(images/image_przepisy_bg.jpg);	}
#news{			background-image: url(images/image_news_bg.jpg);		}
#oferta{		background-image: url(images/image_oferta_bg.jpg);		}
#informacje{	background-image: url(images/image_informacje_bg.jpg);	}

#firma div.text,#oferta div.text,#informacje div.text,#przepisy div.text,#publikacje div.text,#news div.text{
	min-height: 400px;
	margin:0 0 0 300px;
	padding:20px;
	width:610px;
	text-align: justify;
}
#szukaj div.text{
	min-height: 337px;
	margin:0 0 0 300px;
	padding:20px;
	width:610px;
	text-align: justify;
}
#firma div.menu,#oferta div.menu,#informacje div.menu,#przepisy div.menu,#publikacje div.menu,#news div.menu,#szukaj div.menu{
	width:260px;
	float:left;
	padding:20px;
}
#firma img.menu_bottom,#oferta img.menu_bottom,#informacje img.menu_bottom,#przepisy img.menu_bottom,#publikacje img.menu_bottom,#news img.menu_bottom,#szukaj img.menu_bottom{
	/*position:absolute;bottom:0;margin:auto;*/
}
div.text li{
	list-style-image: url(images/list_arrow.gif);
	padding-bottom:3px;
}
div.text a:visited{
	text-decoration: none;
	color: #b99575;
	outline: none;
}
div.text a:visited:hover{
	text-decoration: underline;
	text-decoration: none;
	color: #a27044;
	outline: none;
}


/* aktualnosci ======================= */
#news div.news{
	padding-bottom:15px;
}
#news div.news div.more{
	padding-top:3px;
}
#news div.news span{
	color:#999999;
	font-size: 11px;
}
#news div.next_news{
	text-align: left;
	padding:10px 0 15px 0;
}
#news_results{
	float:right;
	font-size: 11px;
}

/* paginacja =========== */
div.paginator{
	height:25px;
	padding-top:5px;
	margin-top:10px;
	text-align: center;
	width:600px;
}
div.paginator a.page{
	border:1px solid #eecba1;
	background-color: #eeeeee;
	padding:2px;
}
div.paginator a.selected{
	color:#ffffff;
	background-color: #c4702f;
}
div.paginator .prev_page{
	text-align: left;
	width:100px;
	height:25px;
	float:left;
}
div.paginator .next_page{
	text-align: right;
	width:100px;
	height:25px;
	float:right;
}


/* szukaj ============================ */
#szukaj .search_result{
	margin-bottom: 4px;
}
#szukaj li{
	list-style: decimal;
	color: #999999;
	padding-bottom:3px;
}


/* inne ============================== */
div.back{
	padding:10px 0 15px 0;
	
}
div.line{
	height:1px;
	background-color: #dddddd;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* kontakt =========================== */
#kontakt{
	height:420px;
	padding:20px;
}
#kontakt .map{
	width:450px;
	height:350px;
	float:left;
}
#kontakt .data{
	padding-left:20px;
	width:350px;
	height:350px;
	float:left;
}
#kontakt .data .kontakt_element{
	clear:left;
}
#kontakt .data .kontakt_header{
	padding-bottom:15px;
	font-size: 15px;
}
#kontakt .data .kontakt_element .kontakt_left{
	font-weight: bold;
	width:80px;
	float:left;
}
#kontakt .data .kontakt_element .kontakt_right{
	width:270px;
	float:left;
	padding-bottom:5px;
}


#files_list li span{
	font-size:11px;
	color:#777777;
}
#files_list li .file_button{
	margin-top:5px;
}
#files_list li .file_button img{
	border:0;
}

/* formularz/zapytanie */
#form_offer input.frm,#form_offer textarea.frm{
	border:1px solid #aaaaaa;
}
#form_offer table tr td{
	text-align: left;
	font-size: 11px;
}
#form_offer table tr td span{
	font-size: 11px;
}
#form_offer table{
	border-color:#cccccc;
}