/* STRUKTURA
-------------------------------------------------------------- */
.big { font-variant: small-caps; font-size: 14px; }
.red { color: #f40506; }
.biel { color: #fff; }
/*---*/

#content 
  { 
   }

#header 
 {
 	border-bottom: 1px solid #f40506;
 	height: 89px;
	margin: 0px 30px;
 }

/*---- MENU ---*/ 

.menu { } 
.menu ul 
{
	list-style-type: none;
	margin: 40px 0px 0px 0px;
}
.menu li 
{
	border-right: 1px solid #282828;
	display: inline;
	padding: 2px 7px;
}

.menu li.theEnd 
{
	border-right: none;
}

.menu a, .menu a:visited 
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.menu a:hover
{
	color: #f40506;
	text-decoration: none;
}
/*---- GALERIA FRONT ---*/ 

.galeriaFront
{
    margin: 40px auto;

}

.galeriaFront a img { border: 2px solid #fff; }

.galeriaFront ul 
{ list-style-type: none; 
  margin: auto 0px;
  display: table;
  height: 290px;
  
}

.galeriaFront li 
{
	display: inline;
	float: left;
	margin: 0px 3px;
	width: 155px;
}

a.tytul p { margin:0px; }
a.tytul, a.tytul:visited {
	background-color: white;
	color: #666;
	display: block;
	width: 149px;
	text-align: center;
	padding-bottom: 2px;
	margin: -3px 0px 0px 0px;
}

a.tytul:hover {
	color: red;
	text-decoration: none;
}
	
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:706px; margin:10px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:700px; height:470px; padding:2px;  background:#000}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70); margin-left: 100px;}
#information h3 {padding:4px 8px 3px; font-size:12px;}
#information p {padding:0 8px 8px;}
#image {width:700px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../img/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../img/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background: center center no-repeat;}
#thumbnails {margin-top:15px; margin-bottom: 15px;}
#slideleft {float:left; width:20px; height:85px; background:url(../img/scroll-left.gif) center center no-repeat; background-color:#111}
#slideleft:hover {background-color:#222}
#slideright {float:right; width:20px; height:85px; background:#111 url(../img/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#222}
#slidearea {float:left; position:relative; width:656px; margin-left:5px; height:100px; overflow:hidden}
#slider {position:absolute; left:0; height:100px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}	

/*---- FOTKA TYTULOWA ---*/ 

 #fotka {
    margin: 30px auto 10px auto;
	display: block;
    width: 897px;
    height: 352px;
  }

 #fotka a img { cursor: default; }

/*---- STOPKA ---*/ 

#stopka 
 {
	background-image: url(../img/bgStopka.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px;
 } 
 
#stopkaContent 
{ 
	border-top: 1px solid #f40506;
	color: #4e4e4f;
 	height: 59px;
	margin: 0px auto;
	padding-top: 10px;
	font-size: 11px;
	width: 910px;
}

#stopkaContent strong { margin-left: 50px; }
 
#stopka ul { list-style-type: none; }
#stopka li 
 { 
   border-right: 1px solid #9d9d9d;
   display: inline;
   padding: 0px 10px;
 }
#stopka li.koniec { border-right: none; }  
#stopka a, #stopka a:visited { color: #9d9d9d; }
#stopka a:hover
 {
  color: #fff;
  text-decoration: none;
  }
  
  