
/************************************************************************************/
/****************************wygląd strony czyli grafika i ustawienia szblonu********/
/************************************************************************************/
#info {
	position:absolute; 
	display: none; 
	border: 1px solid black; 
	width:100px; 
	background-color: #999999;
	font-size:10px;
	color: #333333;
}
body {
    font-family: vedana, helvetica, arial, sans-serif;
    font-size: 8pt;
    margin: 0px;
	background-color:#FFFFFF;
	width:100%;
}
#page {
	width:100%;
	text-align:center;
}

#top_left {
	background-color:#FFFFFF;
	background-repeat:repeat;
	height:289px;
	width: auto;
}

#top {
	width:800px;
}

#top_right {
	background-color:#FFFFFF;
	background-repeat:repeat;
	height:289px;
	width: auto;
}

#header {
	background-image:url(img/header.gif);
	background-repeat:repeat;
}



#margin {
	background-image:url(./img/background.gif); 
	background-repeat:repeat; 
}

#center {
}



#menu {
vertical-align:top; background-image:url(./img/manu_background.gif); background-repeat:repeat; width:176px; 
}

#menu_top {
background-image:url(./img/menu_top.gif); background-repeat:no-repeat; height:112px; width:176px; background-position:top;
}

#menu_content {
background-image:url(./img/menu_content.gif); background-repeat:repeat;  width:176px; height:200px;
}

#menu_bottom {
background-image:url(./img/menu_bottom.gif); background-repeat:repeat; width:176px; height:21px;
}

#content {
vertical-align:top;
}

#content_top {
background-image:url(./img/content_title.gif); background-repeat:no-repeat; height:44px; width:689px; background-position:top;
}

#content_middle {
background-image:url(./img/content.gif); background-repeat:repeat;  width:689px; height:300px;
}

#content_bottom {
background-image:url(./img/content_bottom.gif); background-repeat:repeat; width:689px; height:51px;
}

.footer {
	font-size:11px;
	color: #666666;
}

a.footer {
	font-size:11px;
	color: #666666;
	text-decoration:none;
}
a.footer:hover {
	color: #000000;
	text-decoration: underline;
}


td.cell_center{
	font-size: 11px; font-weight:bold;
	text-align:center; background-color:#CCCCCC; height:12px; border-right: 1px solid #666666;
}
td.cell {
	font-size: 11px; font-weight:normal;
	text-align:center; border-right: 1px solid #666666; vertical-align:top;
}


/************************************************************************************/
/**********************************menusy*******************************************/
/************************************************************************************/
.menu_name{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	height:12px;
	color:#333333;
	font-weight:normal;
}

.menu_name_smaller{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#333333;
	font-weight:normal;
}

#menu_left {
	width:33px;
	height:35px;
	background-image:url(img/menu_left.jpg);
	background-repeat:no-repeat;
}

#menu_right {
	width:23px;
	height:35px;
	background-image:url(img/menu_right.jpg);
	background-repeat:no-repeat;
}

#menu_bottom {
	width:900px;
	height:2px;
	background-image:url(img/menu_bottom.jpg);
	background-repeat:no-repeat;
}

#menu_kaskad {
	border:0px solid black; 
	width:900px; 
	display:block;
}


.kaskadowe_title {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.kaskadowe_elem {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	cursor:pointer; 
}

.kaskadowe_elem:hover {
	cursor:pointer; 
	font-size:11px;
	color:#C2C2C2;
	font-weight:bold;
	text-align:center;
}

a.menu_name {
	font-size:11px;
	color:#666666;
	font-weight:normal;
}
a.menu_name_selected {font-weight:bold; font-size:11px;}

td.menu {
	border: 1px solid #BFBFBF;
	padding-bottom:3px; 
	padding-top:3px;
	width:100%;
	background-color: #F1F5F4;
	background-image:url(img/menu_tic_light.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
}
.content_menu_main {
	width:100%; 
	background-color:#E8E8E8; 
	border: 1px solid #C3C3C3; 
	margin:2px;
	cursor:pointer;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	height:15px;
	text-decoration: none;	
}

.content_menu_main_a {
	width:100%; 
	background-color:#E8E8E8; 
	border: 1px solid #C3C3C3; 
	margin:2px;
	cursor:pointer;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	height:15px;
	text-decoration: none;	
}

.content_menu_main_b {
	width:100%;
	padding-left:20px;
	cursor:pointer;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	height:15px;
	color: #B9CE8D;
	font-weight:bold;
	text-decoration:none;	
}


/************************************************************************************/
/**********************************galeria zdjec*************************************/
/************************************************************************************/
#galery {
	text-align:center;
}

table.galery {
	width:100%;
}

td.galery_title {
	font-size:13px;
	color: #666666;
	font-weight:bold;
	font-style:italic;
}

td.galery_list_images {
	text-align:center;
}

table.small_image {
	float:left;
	}
td.small_image {
	border:1px solid #B5B5B5;
	width:113px;
	height:110px;
	text-align:center;
	vertical-align:middle;
}

td.galery_big_image {
	border:0px solid #B5B5B5;
	text-align:center;
}
td.break {	width:3px;}
td.break_big {	width:10px;}
td.break_height { height:10px; }
	

td.prev_next {
	text-align:center;
}

td.image_name {
	font-size:11px;
	text-align:right;
	color: #999999;
	font-weight:bold;
	vertical-align:top;
	width:25%;
}
td.image_content {
	font-size:11px;
	text-align:left;
	padding-left:20px;
	color: #999999;
	font-weight:normal;
	vertical-align:top;
}

a.image_back {
	color: #FF0000; 
	font-weight:bold; 
	font-size:11px
}

a.image_back:hover {
	color:#000000;
}
	
/************************************************************************************/
/**********************************formularze****************************************/
/************************************************************************************/
#formularz {
	width:100%;
	text-align:center;
}

input.form {
	background-color:#FFFFFF;
   	border:1px solid #B5B5B5;
	font-size:11px;
	color:#4d4c4b;
	font-weight:normal;
	width:60%;
}

textarea.form {
	background-color:#E8E8E8;
	border: 1px solid #C3C3C3;
	font-size:11px;
	color:#4d4c4b;
	font-weight:normal;
	width:300px;
	height:150px;
}

td.form {
	font-size: 11px;
	color: #666666;
	font-weight:normal;
	text-align:right;
}

input.button {
   color:#4d4c4b;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:normal;
   background-color:#FFFFFF;
   border:1px solid;
   border-top-color:#999966;
   border-left-color:#999966;
   border-right-color:#999966;
   border-bottom-color:#999966;
}
input.buttonhover{
   color:#000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:normal;
   background-color:#EFEFEF;
   border:1px solid;
   border-top-color:#000000;
   border-left-color:#000000;
   border-right-color:#000000;
   border-bottom-color:#000000;
}

/************************************************************************************/
/**********************************reszta*******************************************/
/************************************************************************************/

.designby {
	font-size:11px;
	color: #666666;
	text-align:center;
}

#tresc_left{
	width:26px;
	background-image:url(img/tresc_left.jpg);
	background-repeat:repeat;
}

#tresc_right{
	width:15px;
	background-image:url(img/tresc_right.jpg);
	background-repeat:repeat;
}

#tresc {
	background-color:#F6F6F6;
}

.tresc {
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	font-size:12px; 
	height: 300px;
	vertical-align:top;
	background-color:#F6FAFD; 
}



td.content {
font-size:12px;
text-align:justify;
}
td.title {
font-size: 15px;
font-weight:bold;
color: #333333;
text-align:centerF;
font-style:italic;
}

.kontakt_mapka{
	border:1px solid lightgrey;
	text-align:center;
	vertical-align:middle;
	width:50%;
}
.design {
	text-align:center;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#666666;
}
.design:hover{
	color: #CC6600;
}

a.foot {
font-size:13px;
font-weight:bold;
}

a {
text-decoration:underline;
color: #999999;
}

a.hover {
color:#000000;
}


embed {
	margin: 0px;
}



td.info_title {
	font-size:13px;
	font-weight:bold;
	color:#AC9C99;
	text-align:center;
}

td.waluty {
	font-size:10px;
	color: #333333;
	background-color: #E1D6BD;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:left;
}

td.languages {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:right;
	vertical-align:top;
}

td.search {
	padding-top:40px;
	padding-left:50px;
}

td.email {
	padding-top:40px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

#news {
	padding-top: 30px;
}

.news_image {
	width:30%;
	text-align:center;
	vertical-align:middle;
}

.news_content {
	width:400px;
	font-size:11px;
	color: #666666;
	padding-left:20px;
	vertical-align:top;
	text-align:justify;
}

.news_data {
	text-align:center;
	font-size:12;
	font-weight:bold;
}