/* CSS Document */
* {
  margin:0;
  padding:0;
}
html {
  min-height:100%;
  height:100%;
  background-image:url(/gfx/bg_html.png);
  background-color:#303030;
  background-repeat:repeat-x;
  background-position: center center;
}
body {
  min-height:100%;
  background-image:url(/gfx/bg_body.png);
  background-position: 0 0;
  height: 100%;
  color:White;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:100%;
}
h1, h2, h3, p#podtytul {
  display:none;
}
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}
#hidden {
  display:none;
}
#content {
  position:absolute;
  top:50%;
  left:50%;
  width: 886px;
  height: 494px;
  margin-left:-443px;
  margin-top:-247px;
  clear: both;
  background-color:White;
  padding:5px;
  overflow:auto;
}
.jimgMenu {
  position:absolute;
  top:50%;
  left:50%;
  width: 896px;
  height: 504px;
  margin-left:-443px;
  margin-top:-252px;
  clear: both;
  background-color:White;
  overflow:hidden;
  border: 1px solid White;
}
.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 504px;
	position: relative;
}	
.jimgMenu ul li {
  padding:0;
  margin:0;
	width: 224px;
	float: left;
	display: block;
	overflow: hidden;
}
.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 504px;
}
.jimgMenu ul li#krajobraz a {
	background: url(/gfx/krajobraz.jpg) repeat scroll 0%; 
}
.jimgMenu ul li#portret a {
	background: url(/gfx/portret.jpg) repeat scroll 0%;
}
.jimgMenu ul li#reportaz a {
	background: url(/gfx/reportaz.jpg) repeat scroll 0%; 
}
.jimgMenu ul li#slubne a {
	background: url(/gfx/slubne.jpg) repeat scroll 0%;
	border-right-style: none;
}
#push {
	height: 45px;
	clear: both;
}
#footer {
  position : absolute;
  bottom : 0;
  left : 50%;
  height: 35px;
  width:900px;
  margin-left : -450px;
  text-align: left;
  overflow:hidden;
  font-size:15px;
}
#navwrap {
  float:left;
  position:relative;
  left:50%;
  text-align:left;
}
#navwrap ul{
  list-style-type: none;
  padding:0;
  margin:0;
  position: relative;
  left:-50%;
}
#navwrap ul li{
  float:left;
  padding-right:20px;
  padding-left:20px;
  position:relative;
  top:10px;
}
#navwrap ul li:last-child {
  border-right:0;
}
#navwrap li a {
  position:relative;
  color:White;
  font-weight:bolder;
  text-decoration:none;
  height:35px;
  display:block;
  padding-top:5px;
}
#colorbox, #content{
  color:Black;
}
#colorbox h2, #content h2 {
  display:block;
  font-size: 18px;
  font-weight:bolder;
  margin-bottom:8px;
  padding-bottom:0;
  border-bottom:1px solid Black;
}
#colorbox h3, #content h3 {
  font-size: 14px;
  font-weight:bolder;
  margin-bottom:6px;
  padding-bottom:0;
  display:block;
}
#colorbox h4, #content h4 {
  font-size: 13px;
  font-weight:normal;
  font-style: italic;
  margin-bottom:6px;
  padding-bottom:0;
  display:block;
  color:#555555;
}
#colorbox p, #content p {
  margin-bottom:6px;
}
#colorbox a, #content a {
  color:black;
  text-decoration:none;
}
#colorbox a:hover, #content a:hover {
  text-decoration:underline;
}
#colorbox ul, #content ul {
  list-style-type: circle;
  margin-left:20px;
  margin-top:0;
  margin-bottom:5px;
}
#colorbox li span, #content li span {
  font-style: italic;
  color:#555555;
  font-size:12px;
  padding-left:5px;
}
#colorbox a.title {
  padding:2px;
  border:1px solid Black;
  background-color: #DDDDDD;
  font-size:10px;
  position:absolute;
  right:0px;
  top:-26px;
  opacity:0.8;
  filter: alpha(opacity=80);
}