#styl-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #E4E4E4;
}

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 79px;
	width: 980px;
	background-image: url(layout/logo.gif);
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

#header-menu a:link { text-decoration: none; color: #FFF; }
#header-menu a:visited { text-decoration: none; color: #FFF; }
#header-menu a:hover {text-decoration: none; color: #036; }
#header-menu a:active { text-decoration: none; color: #FFF; }
#header-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	height: 60px;
	width: 960px;
	padding-top: 60px;
	padding-right: 10px;
	text-align: right;
}

#styl-page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	text-align: center;
	margin: 0 auto;
	height: 560px;
	width: 980px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	vertical-align: top;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin: 0 auto;
	height: 20px;
	width: 980px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCCC;
	border-left-color: #CCC;
	color: #FFF;
	font-weight: bold;
	background-image: url(layout/bkg.gif);
	background-repeat: repeat-x;
}

#nadpis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-image: url(layout/bkg.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 220px;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-left: 5px;
	margin-right: 5px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #9CF;
}

ul {
	list-style-image: url(layout/arrow2.gif);
}

#footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	padding-top: 4px;
	padding-right: 10px;
	text-align: right;
}

#left-side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 540px;
	width: 230px;
	position: relative;
	float: left;
	margin: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	text-align: center;
}

#right-side a:link { text-decoration: none; color: #9CF; }
#right-side a:visited { text-decoration: none; color: #9CF; }
#right-side a:hover {text-decoration: none; color: #000; }
#right-side a:active { text-decoration: none; color: #9CF; }
#right-side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 540px;
	width: 715px;
	position: relative;
	float: left;
	margin: 10px 0px;
	text-align: left;
}

/***Lightbox***/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/lightbox/overlay.png", sizingMethod="scale");
}

/***MailForm***/

#mail {
  border: 1px #eee solid;
  background: #f7f7f7;
  width: 475px;
  padding: 10px 0 20px 0;
  font-size: 0.8em;
  margin: 0 auto;
  margin-top: 1em;
  text-align: left;
}

#mail-error {
  text-align: center;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #f33;
  padding: 0 10px;
}

#mail div.line {
  position: relative;
  padding: 0 10px;
}

#mail div.line span {
  position: absolute;
  top: 1px;
  width: 110px;
  text-align: right;
}

#mail input, #mail select, #mail textarea {
  width: 320px;
  position: relative;
  left: 120px;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
}

#mail input.button {
  width: 80px;
}
