
/* Tables */
/* gray */

td.g00 {
background: #000 ;
color: #ddd;
}

td.g01 {
background: #111 ;
color: #ddd;
}

td.g02 {
background: #222 ;
color: #ddd;
}

td.g03 {
background: #333 ;
color: #ddd;
}

td.g04 {
background: #444 ;
color: #ddd;
}

td.g05 {
background: #555 ;
color: #ddd;
}

td.g06 {
background: #666 ;
color: #ddd;
}

td.g07 {
background: #777 ;
color: #ddd;
}

td.g08 {
background: #888 ;
/*color: #222;*/
}

td.g09 {
background: #999 ;
/*color: #222;*/
}

td.g10 {
background: #aaa ;
/*color: #222;*/
}

td.g11 {
background: #bbb ;
/*color: #222;*/
}

td.g12 {
background: #ccc ;
/*color: #222;*/
}

td.g13 {
background: #ddd ;
/*color: #222;*/
}

td.g14 {
background: #eee ;
/*color: #222;*/
}

td.g15 {
background: #fff ;
/*color: #222;*/
}

/* color b*/
td.b00 {
background: #022 ;
color: #ddd;
}

td.b01 {
background: #122 ;
color: #ddd;
}

td.b02 {
background: #222 ;
color: #ddd;
}

td.b03 {
background: #322 ;
color: #ddd;
}

td.b04 {
background: #422 ;
color: #ddd;
}

td.b05 {
background: #522 ;
color: #ddd;
}

td.b06 {
background: #622 ;
color: #ddd;
}

td.b07 {
background: #722 ;
color: #ddd;
}

td.b08 {
background: #888 ;
color: #822;
}

td.b09 {
background: #999 ;
color: #822;
}

td.b10 {
background: #aaa ;
color: #822;
}

td.b11 {
background: #bbb ;
color: #822;
}

td.b12 {
background: #ccc ;
color: #822;
}

td.b13 {
background: #ddd ;
color: #822;
}

td.b14 {
background: #eee ;
color: #822;
}

td.b15 {
background: #fff ;
color: #822;
}


/* Layout sections */
	body {
		/*background: #353C4F;*/
		/*background: #8A2422;*/
		background: #b4aaac; /*winter*/
		/*background: #a45900;*/ /*honey*/
		/*background: #eaeae0;*/ /*winter-honey*/
		color: #333;
		}
		
	div#pagewrapper {
		border: 2px solid #888;
		/*border: 1px solid #8A2422;*/
		background: #fff;
	    }
		
	div#main {
		background: #fff;
	    }
		
	div#header {
		color: #888;
		}
		
	div#footer {
		color: #888;
		}
		
/* Links */

	a,
	a:link, a:visited {
	        /*color: #8A2422;*/
		/*color: #385C72;*/
		color: #888;
		/*font-size: 0.9em;*/
		text-decoration: underline;
	}

	a:active {
		color: #888;
	}

	a:hover {
		color: #822;
		/*color: #a60;*/
		text-decoration: underline;
	}

	a.jasny:link {
		color: #eee;
		text-decoration: underline;
	}
	a.jasny:hover, a.jasny:active {
		color: #fff;
	}
	a.jasny:visited {
		color: #ddd;
	}


	a.bordowy:link, a.bordowy:visited {
		color: #8a2422;
		/*color: #a60;*/
		text-decoration: none;
	}
	a.bordowy:hover, a.bordowy:active {
		color: #888;
		text-decoration: none;
	}

	a.b:link, a.b:visited {
		color: #822;
		/*color: #a60;*/
		text-decoration: none;
	}
	a.b:hover, a.b:active {
		color: #888;
		text-decoration: none;
	}


	td a:link, td a:visited  {
		color: #822;
		/*color: #a60;*/
		text-decoration: none;
	}

	td a:hover, td a:active {
		color: #888;
		/*text-decoration: none;*/
		text-decoration: underline;
	}

	div#footer a, 	
	div#footer a:link 
	div#footer a:active, div#footer a:visited {
                color: #a0a0a0;
	}

	div#header_menu {
		font-size: 0.9em;
	}

	div#header_menu a, 
	div#header_menu a:link {
		text-decoration: none;
		color: #8a2422;
		/*color: #a60;*/
	}
	div#header_menu a:active {
		color: #888;
	}
	
	div#header_menu a:visited {
		color: #8a2422;
		/*color: #a60;*/
	}
	div#header_menu a:hover {
		/*color: #888;
		text-decoration: none;*/
		text-decoration: underline;
	}

	div#menu_path {
		font-family: Georgia, "Times New Roman", serif;
		font-size: 0.7em;
		/*color: #8a2422;*/
		/*color: #acaaac;*/
	}
	div#menu_path a, 
	div#menu_path a:link {
		text-decoration: none;
		color: #8a2422;
		/*color: #acaaac;*/
		/*color: #a60;*/
	}
	div#menu_path a:active {
		color: #888;
	}
	
	div#menu_path a:visited {
		color: #8a2422;
		/*color: #acaaac;*/
		/*color: #a60;*/
	}
	div#menu_path a:hover {
		color: #8a2422;
		text-decoration: underline;
		/*color: #888;
		text-decoration: none;*/
	}


/* Headings */	
	h1, h2, h3, h4, h6 {
		/*color: #444;*/
		color: #8A2422;
		/*color: #a45900;*/
		/*color: #720707;*/
	}
	h5 {
		/*color: #454C5F;*/
		color: #888;
	}

	h1.w h2.w h3.w h4.w h6.w {
		color: #fff;
	}



/* Strongs */
	/*strong {
		color: #222;
	}*/

	strong.szary {
		color: #666;
	}

	strong.g {
		color: #666;
	}

	strong.bordowy {
		color: #822;
	}

	strong.b {
		color: #822;
	}

	strong.w {
		color: #fff;
	}

	strong.color1 {
		color: #822;
		/*color: #a45900;*/
	}



/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility */

#menuwrapper { 
	width: 100%; 
	}

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
    margin-left: -1px;
	}

#primary-nav ul { 
	position: absolute; 
	top: 0; 
	left: 100%; 
	display: none; 
	}

#primary-nav li { 
    margin-bottom: -1px; 
	position: relative; 
	}

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 3px 10px; 
	text-decoration: none; 
	}

#primary-nav li, #primary-nav li.menuparent { 
	/*background-color: #ececec; */
	background-color: #f8f8f8; 
	border: 1px solid #cccccc;
	/*border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
	}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: #fff;
	/*border-top: 1px solid #ccc;*/
	border-right: 0px solid #ccc;
	/*border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav li.menuparent, #primary-nav li.menuparent:hover, #primary-nav li.menuparenth { 
	background-image: url(modules/MenuManager/images/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
	}

/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
	background-color: #8E3630;
/*	background-color: #a45900;*/
/*	background-color: #313348;*/
	}

#primary-nav a:hover {
	text-decoration: none;
		color: #ececec;
	}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
	}

/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


	body {
		text-align: left;
		font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
		font-size: 1em;
		line-height: 1.2em;
	}
	div {
		font-size: 0.95em;
	}
	img {
		/*border: 0;*/
		border: 3px solid #ccc;
		/*border-color: #8a2422;*/
		border-bottom: 7px solid #ccc;
	}

	h1 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	h2 {
		font-size: 1.1em;
		line-height: 1.4em;
		margin: 1.5em 0 1em 0;
		padding: 0;
	}
	h3 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 1.5em 0 1em 0;
		padding:0;
	}
	h4 {
		font-size: 1em;
		/*font-style: italic;*/
		line-height: 1.3em;
		margin: 1.5em 0 1em 0;
		padding: 0;
	}
	h5 {
		font-size: 1em;
		font-weight: bold;
		/*font-size: 0.9em;
		line-height: 1.3em;
		margin: 1em 0 0.3em 0;
		padding: 0;*/
	}
	h6 {
		font-size: 1em;
		font-weight: bold;
		/*font-size: 0.9em;
		line-height: 1.3em;
		margin: 1.5em 0 1em 0;
		padding: 0;*/
	}

	p {
		font-size: 1em;
		margin: 0 0 1em 0;
		/*margin: 0 0 0 0;*/
		padding: 0;
		line-height:1.3em;
	}
	blockquote {
		border-left: 10px solid #ddd;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 0.8em;
	}

	strong, b {
		font-weight: bold;
	}

	em, i {
		font-style:italic;
	}

    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
	
	#addcommentlink a {
		font-size: 1em;
	}

	#primary-nav li {
		font-size: 1em;
	}

	#primary-nav ul li {
		font-size: 1em;
	}

	#main ul {
                /*line-height:1.4em;*/
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		line-height: 1.4em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	ol {
		/*line-height: 1.4em;*/
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		/*line-height:1.4em;*/
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
	
	
	table {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
		vertical-align: top;
	}

	
	hr {
		border: 0px;
		border-top: 1px solid #aaa;
	}

	hr.dot {
		/*display: none;*/
		height: 1px;
		margin: 1em 10px;
		border: 0px;
		border-top: 1px dotted #888;
	}

	hr.line {
		/*display: none;*/
		height: 1px;
		margin: 1em 10px;
		border: 0px;
		border-top: 1px solid #888;
	}


	div.hr {
		height: 1px;
		margin: 1em 10px;
		border-bottom: 1px dotted black;
	}

	.center {
		text-align: center;
	}


	form {
		margin: 0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 1em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
		margin: 0.25em;
		padding: 0.25em;
	}
	
	input, select {
		vertical-align: middle;
	}
	textarea {
		width: 260px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}

	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}

/*rezerwacja table {
      border: 1;
}*/

zamow th {
      font-weight: bold;
      text-align: center;
                border-bottom:none;
}
zamow tr {

}
zamow td {
      font-size: 1em;
               border-left:none;
               border-bottom:none;
}


    div#content {
        position: relative;
        width: 800px;
        margin: 1em auto 2em auto;
        padding: 0;
        text-align: left;
    }
    div#menu_vert {
        float: left;
        width: 165px;
        display: inline;
        margin-left: 1px;
        fixedposition: fixed;
    }
    div#main {
        float: left;
        width: 425px;
        margin-left: 13px;
        margin-right: 13px;
        display: inline;
    }
    div#main_gallery {
        float: left;
        width: 90%;
        margin-left: 13px;
        margin-right: 13px;
        text-align: left;
        display: inline;
    }
    div#main_norightcol {
        float: left;
        width: 600px;
        margin-left: 13px;
        margin-right: 13px;
        /*text-align: left;*/
        display: inline;
    }
    div#content2 {
        float: left;
        width: 166px;
        margin-left: 1px;
        margin-right: 1px;
        /*display: inline;*/
    }
    div#content3 {
        float: left;
        width: 162px;
        /*margin-left: 1px;
        margin-right: 1px;*/
        /*display: inline;*/
    }

    div#menu_horiz {
        display: none;
    }


        td.explain {
            border: 1px solid #888;
            background-color: #fffcfc;
            font-size: 0.9em;
            margin: auto;
            padding: 1em;
            height: 90%;
            /*width: 90%;*/
        }

div.menu_path_left {
  padding: 0.1em 0.4em 0.3em 0.4em;
  margin: 0px;
  text-align: justify;
  //*border-top: 1px solid #8a2422;
  border-bottom: 1.5px solid #8a2422;*/
  border-top: 1px solid #aaa;
  border-bottom: 1.5px solid #aaa;
  height: 13px;
  min-height : 13px;
}

/* GALLERY */

div#gallery_img {
   float: left;
   /*width: 80%;*/
   margin-top: 13px;
   margin-bottom: 7px;
   margin-left: 13px;
   margin-right: 13px;
   text-align: center;
   display: inline;
   display: block; 
/*   height: 100%; */
}

.gallery:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
   margin-bottom: 17px;
}

    body {
        margin: 1em;
        padding: 0px;
        text-align: left;
        height: 100%;
    }

    html {
        height: 100%;
    }

    div#pagewrapper {
        width: 800px;
        margin: 0 auto;
        /*max-width: 80em;
        min-width: 60em;*/
        padding: 0;
        text-align: left;
    }
    #container {
	position: relative;
	margin: 0;
    }
    
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            height: 144px;
            width: 800px;
            /*background: #F0F0F0;*/
            background:  url(images/header_top.jpg) no-repeat 0 0px;
            /*background:  url(images/header_top_honey.jpg) no-repeat 0 0px;*/
            /*background:  url(images/header_top_winter_1.jpg) no-repeat 0 0px;*/ /*winter*/
            /*background:  url(images/header_top_winter_honey.jpg) no-repeat 0 0px;*/
            text-align: left;
        }
        div#header h1 a {
            /*background:  url(images/logo1.gif) no-repeat 0 12px; */
            display: block;
            height: 80px;
            text-indent: -700em;
            width: 100px;
            margin: 0;
            padding: 0;
        }


        div#content {
            /*border-bottom: 1px dotted #bbb;*/
        }
        
        div#content2 {
            /*border-top: 1px solid #ccc;*/
            border-left: 1px dotted #ccc;
            background-color: #f8f8f8;
        }
        
        div#content3 {
            border-right: 1px dotted #ccc;
            /*border-left: 1px solid #ccc;*/
            border-top: 3px double #ccc;
            background-color: #f8f8f8;
        }

            div#main {
            /*border-top: 1px dotted #000;*/
            }

            div#sub {
                
            }

        div#footer {
                border-top: 1px dotted #bbb;
	background-color: #f0f0f0;
        }

        div#footer p {
            font-size: 0.9em;
            margin: 0;
            padding: 10px;
            text-align: center;
        }

div.relacja {
/*   width: 20%; */
   padding: 1em 1em .5em 1em;
   text-align: left;
   font-style: italic;
   font-family: Georgia, Garamond, Times, serif;
   font-size: 1.2em;
/*   margin: 1em 1em;*/
   color: #448;
   background: #f4f4f4;
/*   border-bottom: 1px dotted #aaa;*/
}

div.breadcrumbs {
   width: 20%;
   padding: 1em 0;
   text-align: left;
   font-size: 90%;
   margin: 0 1em;
   /*border-bottom: 1px dotted #000;*/
}

div.currdate {
   float: right;
   padding: 1em 0;
   text-align: right;
   font-size: 90%;
   margin: 0 1em;
}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }

div.header_menu_right69 {
  padding: 0.3em 0.5em 0.3em 0.5em;
  float: right;
  width: 69%;
  text-align: right;
  }

div.language_switcher_right {
  text-align: right;
}

img.no_border {
        border: 0;
}

img.flag_border {
/*        border: #fff solid 2px;*/
        border: 0;
        padding: 3px 0 3px 0;
}


td {
  padding: 0.2em 0.5em 0.2em 0.5em;
  /*text-align: right;*/
}


div#a1 {
z-index: 1;
width: 400px;
position: absolute;
top: -7700px;
height: 200px;
}

