/* ========== BASIC ========== */
@import url("../stylesheet_reset.css");
@import url("/functions/lightbox/css/lightbox.css");

body{
	color: white;
  margin: 5px 0px 0px 0px ;
  font-size: 12px;
  font-family: Verdana, Tahoma;
}

.colorlinkactive{   color: orange;}
.colorlinknoactive{ color: gray;}
.colorlabel{        color: gray;}
.colorvalue{        color: orange;}
.colordate{         color: green;}
.colorreport{       color: red;}

hr{
	border-top: 1px #B2E564 dashed;  
	border-width: 1px 0 0 0; 
  height: 1px;
}

h1{
  font-size: 22px;
}

a{
  color: white;
}

br.clear{
  clear: both;
  margin: 0px;
  padding: 0px;
}

/* ========== ADVANCED ========== */
#header{
	background-image: url("background_header.png");
  border: 1px solid green;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  width: 898px;
  height: 204px;
}

#header a{
  display: block;
  width: 100%;
  height: 100%;
}

#header img{
  border: 0px;
}

#menu{
	background-image: url("background_menu.png");
  border: 1px solid green;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  width: 898px;
  height: 53px;
}

#menu .links{
	margin: 9px 10px 0 0;
	border: 0px dashed red;;	
	float: right;
}

#menu img{
	border: 0px;
}

#menu .flags{
  vertical-align: top;
  margin: 18px 0 0 10px;
  float: left;
}
#main{
  border: 1px solid green;
  border-bottom: 0px;
  width: 898px;
  min-height: 800px;
  height: auto !important;
  height: 800px;
  margin: auto;
  margin-top: 10px;
}

#column1{
  border: 0px solid green;
  background-image: url("background_animals.jpg");
  background-repeat: repeat-y;
  background-position: top;
  background-color: #98d72c;
  min-height: 800px;
  width: 154px;
  padding: 1px;
  float: left;
}

#column2{
	background-image:url(background_main.png);
  border: 0px solid green;
  background-repeat: repeat-x;
  background-repeat: repeat-y;
  width: 540px;
  min-height: 780px;
  height: auto !important;
  height: 780px;
  padding: 0 10px 20px 10px;
  float: left;
}

#column3{
  border: 0px solid green;
  background-repeat: repeat-y;
  background-position: top;
  background-color: #98d72c;
  width: 182px;
  min-height: 800px;
  float: right;
  text-align: center;
}

#column3 img{
	margin: 5px 0 5px 0;
}

#footer{
  border: 1px solid green;
  border-top: 0px;
  background-color: #98D72C;
  width: 898px;
  height: 5px;
  margin: auto;
}

/* ========== CONTENT ========== */
.gallerythumbnail{
  border: 1px solid green;
  width: 170px;
  height: 128px;
  background-color: white;
  margin: 2px;
  float: left;
  text-align: center;
}

.galleryfullsize{
  border: 1px solid green;
  width: 520px;
  height: 390px;
  background-color: white;
  margin: 0 auto;
  text-align: center;
}

#language{
  margin: auto;
  border: 0px solid black;
  width: 898px;
  height: 20px;
  padding: 3px 0px 3px 0px;
  text-align: right;
}

#language a{
  color: black;
}
#sklepy p{
        text-align: center;
        color: #666;
        font: bold 18px 'Comic Sans MS';
        margin: 5px;
}
.sklepy_linki a, .sklepy_linki, .external {
        color: #363636;
        font: bold 15px 'Comic Sans MS';
	text-decoration: none;
}
.sklepy_linki span.external {
        cursor:pointer; cursor:hand;
}


