html, body {
	border: 0px none;
	margin: 0px;
	padding: 0px;

	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.9em;
	color: white;
}

.reseter {
	border:  0px none;
	margin:  0px;
	padding: 0px;

	float: none;
	clear: both;

	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

body {
	background-color: #000000;	
	text-align: center; /* centerování webu pro IE */
}

.separator { /* slouží k oddělení jednotlivých částí stránek - pouze pro zobrazení bez CSS */
	display: none;
	visibility: hidden;
}

#main { 
  width: 743px;		
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
}

#header {
	background: url(../images/header.gif) #000000 no-repeat;
	width: 743px;
	height: 119px;
	position: relative;
	text-align: left;
}

#logo-text {
	margin:0px; padding:0;
	position:relative;
	left:496px; top:0px;
	width:247px; height:119px;
	overflow:hidden;
	text-align: center;
}
		
#logo-text span {
  display:block;
  position:absolute; left:0; top:0; z-index:1;
  width:247px; height:119px;
  margin:0; padding:0;
  background:url(../images/vilasek_logo.gif) top left no-repeat;
  cursor: pointer;
}

#a_left {
  position: absolute;
	top: 238px;
	left: -101px;
	background-image: url(../images/A_left.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 94px;
	display: inline;
}

#column_border {
  border: 1px solid #828282;
  background: url(../images/a_back.gif) #626262 no-repeat top left; 
  padding: 0px;
}

#column {
	width: 100%;
	background: url(../images/v_back.gif) no-repeat bottom left transparent; 
	margin: 0px;
	min-height: 312px;
	*height: 312px;
	position: relative;	
}

#menu {
  width: 233px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#content {
  width: 508px;
  margin-left: 233px;
}

#content_pad {
  padding: 10px;
}

#show_photo {
  margin: 20px 14px;
  width: 460px;
  height: 400px;
  position: relative;
}

#loading {
  position: absolute;
  width: 100px;
  height: 65px;
  background-color: #626262;
  top: 20px;
  left: 30px;
  text-align: center;
  padding: 5px 0px 0px 0px;
  font-weight: bold;
  display: none;
}

#loading img {
  border: 0px;
}

#show_photo img {
  border: 4px solid #757472;
}


#photogallery {
  height: 82px;
  width: 460px;
  overflow: auto;
  margin: 0px 14px 35px 14px;
  
  border: 4px solid #757472;

	SCROLLBAR-HIGHLIGHT-COLOR: #666666;
	SCROLLBAR-FACE-COLOR: #555555;
	SCROLLBAR-SHADOW-COLOR: #222222; 
	SCROLLBAR-ARROW-COLOR: #600000; 
	SCROLLBAR-DARKSHADOW-COLOR: #555555; 
	SCROLLBAR-3DLIGHT-COLOR: #222222; 
	SCROLLBAR-BASE-COLOR: #000000; 	

	clear:left;
	position:relative;
}

#photogallery img {
  border: 0px;
}

#photogallery table {
  margin: 0px;
  padding: 0px;
}

#photogallery table tr td {
  padding: 1px;
}

#photogallery table tr td input {
  float: left;
  margin: 0px 0px 0px 0px;
  border: 0px;
}


#footer {
  width: 743px;  
  height: 136px;
  background: url(../images/footer.gif) #000000 no-repeat;
}

.hidden {
  display: none;
}

/* ========== TEXT, OBRAZKY, TABULKY .. atd ========== */

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #FFE38C;
	border-bottom: 2px solid gray;
	margin: 0px;
	text-align: left;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: White;
	
	clear: left;
	margin: 15px 0px 5px 0px;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: white;
	
	margin: 0px;
}

h3#logo-text a {
  font-size: 1.5em;
  font-weight: normal;  
  font-style: italic;
  color: #FFFFFF;
  display: block;
  margin-top: 30px;
}

p {
	text-indent: 1em;
	text-align: justify;
	line-height: 150%;
	margin: 0px;
}

a {
	color: #FFE38C;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

table {
	font-size: 1em;
}

td, th {
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

#footer a {
	font-weight: bold;
}

.tisk {
	display: none;
}

/* MENU */

#menu UL {
	margin: 20px;
	padding: 0px;
	list-style: none;
	text-align: left;
	line-height: 150%;
}

#menu UL LI {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu UL LI span {
	color: white;
	font-weight: bold;
}

.errors {
  padding-top:10px;
  padding-bottom: 10px;
  padding-left: 25px;
  background-color: Maroon;
  text-align: left;
}

.notices {
  padding-top:10px;
  padding-bottom: 10px;
  padding-left: 25px;
  text-align: left;
  background-color: #ccccff;
  color: black;
}

#thumbs {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 80px;
  text-align:left;
}

#images {
  height: 500px;
  width: 400px;
}

