@charset "utf-8";
.hr {
	width: 100%;
	height:1px;
	background-image:url(../images/1px.gif);
	margin-top: 10px;
}

#body {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	margin-top: 70px;
}
#left {
	height: 129px;
	width: 200px;
	float: left;
	margin-top: 107px;
	background-image: url(../images/logo.gif);
	}
.foot {
	clear: both;
	height: 0px;
}

#foto {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	color: #999;
}

#right {
	float: left;
	width: 640px;
}
#menu {
	width: 70px;
	float: left;
	margin-right: 35px;
	margin-left: 35px;
	padding-top: 5px;
}

#menu-box {
	width: 70px;
	height: 18px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	vertical-align: center;
}


#rightTop {
	height: 125px;
	float: left;
	width: 500px;
	background-image: url(../images/hlavicka.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#rightLine {
	height: 3px;
	margin-top: 43px;
	margin-bottom: 35px;
	background-color: #CCCCCC;
	margin-left: 40px;
	float: left;
	width: 620px;
}
#menuBottom {
	height: 20px;
	width: 85px;
	margin-left: 20px;
	float: left;
	background-repeat: no-repeat;
	margin-right: 20px;
	margin-top: 10px;
}
#rightBottom {
	float: left;
	width: 465px;
	padding-right: 25px;
	padding-left: 135px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #828282;
	text-decoration: none;
	padding-top: 3px;
}
#rightBottom p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #828282;
	text-decoration: none;
}
#rightBottom h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#rightBottom ed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
#rightBottom a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#rightBottom a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#rightBottom a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.divDoporucujeme {
	
	margin-left: 8px;
}
.newsItemBody {
	padding: 10px;
	width: 400px;
}

.newsItemHeader {
	width: 400px;
	font-weight: bold;
}

.newsItemTime {
	width: 400px;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
}

.newsItemMessage {
	width: 400px;
}

/* css menu */

.navigation a:link {
	height: 20px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #ccc;
    font-size:11px;
    text-decoration: none;
    font-weight: bold

	}
.navigation a:visited {
	height: 20px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #ccc;
    font-size:11px;
    text-decoration: none;
    font-weight: bold
	}
.navigation a:hover {
	height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size:11px;
	font-weight: bold
	}
.navigation a:active {
	height: 20px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #ccc;
    font-size:11px;
    font-weight: bold
	}
	
/* css pro JS */
	
#toggle-view {
	list-style:none;	
	font-family:arial;
	font-size:11px;
	margin:0;
	padding:0;
	width:100%;
	}
#toggle-view li {
	margin:10px;
	border-bottom:1px solid #ccc;
	position:relative;
	cursor:pointer;
	}
#toggle-view h3 {
	margin:0;
	font-size:14px;
	}
#toggle-view span {
	position:absolute;
	right:5px; top:0;
	color:#ccc;
	font-size:13px;
	}
#toggle-view pp {
	margin:5px 0;
	display:none;
	}

/* css starý katalog 2008 */

  .schovat  {
	display:none;
}
  .zobrazit {
	display:inline;
	width: 120px;
	float: right;
	text-align: right;
	cursor: Pointer;
}
.adminBody {
	position: fixed;
	width: 700px;
	background-color: #FFFFFF;
	text-align: center;
	z-index: 10;
	margin-left: -400px;
	overflow: auto;
	top: 40px;
	height: 90%;
	border-top-width: 1px;
	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-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}
.adminButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	cursor: Pointer;
}
.adminGallery {
	background-color: #FFFFFF;
	text-align: center;
	overflow: auto;
	padding-bottom: 20px;
	}
.adminText {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.adminCancel {
	text-align: right;
	position: fixed;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
	width: 680px;
	margin-left: -400px;
	top: 10px;
	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: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.adminCancelSpan {
	width: 20px;
	cursor: Pointer;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
