/* Default typeface */
a, b, p, table, small, body, td, ol, ul, menu, blockquote, div {
    font-family: Arial, Helvetica, sans-serif;
	color:	#555;
}
pre, tt, input, textarea {
    font-family: Courier, fixed;
}

body {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 10px;
	color: #2b3953;
	margin:0;
	padding:0;
  background-repeat: repeat-x;
  background-position: 0% 0%;
  background-color: #fbeee1;
  background-image: url("../images/bodytopbg.gif")
}

#zapati	{
 	background:url("../images/footbg.gif");
}

#layout {
	height:100%;
}
#layoutc {
	height:100%;
  background-repeat: repeat-y;
  background-position: 0% 0%;
  background-color: #ffffff;
  background-image: url("../images/bodycbg.gif")
}

.blokdole	{
	margin:0 0 9px 0;
	padding:3px 0 0 0;
	color:#999;
	font-weight: bold;
	font-size:10px;
}

.blokdole {
  margin: 10px 20px 0 20px;

}
#logo {
  position: absolute;
  top: 35px;
  width: 87px;
  height: 90px;
}
#logoblok {
  top: 93px;
  width: 87px;
  height: 40px;
  margin: 0 0 0 25px;
  padding: 0;
}


/* Link appearance */
a:link, a:visited { text-decoration: underline }
a:active, a:hover { text-decoration: underline }
a:hover { color: #fe9000 }

/* Folder table (text) */
td.foldertext {
    color: #555;        padding-top: 0px;
                           padding-bottom: 1px;
    font-size: .75em;      padding-left: 3px;
    text-align: center;      padding-right: 3px;
}

/* Folder table (thumbnails) */
td.folderthumbs {
    color: #555;        padding-top: 2px;
                           padding-bottom: 2px;
    font-size: .8em;       padding-left: 4px;
    text-align: center;    padding-right: 4px;
}

/* Image table */
td.image {
    color: #555;          padding-top: 2px;
                             padding-bottom: 2px;
    font-size: .7em;         padding-left: 4px;
    text-align: center;      padding-right: 4px;
}

/* Description table */
td.desc {
    // background-color: #fe9000;
    color: #000000;          padding-top: 4px;
                             padding-bottom: 3px;
    font-size: 1em;         padding-left: 4px;
    text-align: center;      padding-right: 4px;
    font-weight: bold;
}

.inactivelink {
    color: #999999;
}

img.imagethumb {
    border: 0;
}