html 
{
  overflow: scroll;
}
 
body
{
  text-align:  center;
	margin:      0;
	padding: 	   0;
  font-family: "Book Antiqua", "Trebuchet MS", Tahoma, sans-serif;
  font-size:   90%;
	background-color: black;
}

/*
BEGIN: Style for redirect subpages
*/
body.redirect
{
  background: white;
}
body.redirect #container
{
  width:      700px;
  margin-top: 100px;
  padding:    20px;
  background: white;
}
/*
END: Style for redirect subpages
*/

a
{
	color:	blue;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.nadpis
{
  display: none;
  visibility: hidden;
}
.center
{
  text-align: center;
}
img
{
  border: none;
}
img.gallerynavigation
{
  margin: 0 40px;
}
img.thumbnail
{
  margin: 10px 5px;
}

#container
{
  text-align: left;
  background: white;
  width:      860px;
	border:     1px solid gray;
 	position:   relative;
  height:     auto;
  margin:     10px auto;
  padding:    0;
}
#header
{
  padding:        5px 0;
	text-align:     center;
	border-bottom:  1px dotted gray;
}
#content
{
	margin: 10px;
}
#content h1
{
	text-align: center;
}
div.site
{
  clear: both;
  height: 120px;
}
div.siteimg
{
  float: left;
  padding-right: 10px;
}
div.sitedesc
{
  margin-left: 200px;
  float: right;
}
#footer	
{
	height: 				1.6em;
	clear:            both;
	background-color: gray;
	color:				white;
}
#footer a
{
	color:	white;
}
#footer_left
{
	position: 		absolute;
	margin-left: 	10px;
	margin-top: 	2px;
}
#footer_right
{
	height:			1.6em;
	float:			right;
	margin-right: 	10px;
	margin-top: 	2px;
}
