html, body {
	background-color: #d5d5d5;
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#container {
	width: 850px;
	background-color: #efeeec;
	margin: 0 auto;
}

div#header {
	width: 850px;
	height: 80px;
	background-color: white;
	margin-bottom: 8px;
	float: none;
	clear: both;
}

div#logo {
	width: 300px;
	height: 80px;
	line-height: 80px;
	color: #ff4e00;
	float: left;
	background-image: url(../images/logo.gif);
}

div#logo a {
	width: 300px;
	height: 80px;
	display: block;
}

div#login {
	float: right;
	width: 320px;
	height: 50px;
	background-color: #ff4e00;
	margin-top: 15px;
	color: white;
	line-height: 50px;
	text-align: right;
	position: relative;
	padding-right: 50px;
}

div#login form label {
	margin-right: 5px;
	margin-left: 15px;
}

div#login form input {
  margin-top: 0px;
  _margin-top: 15px;
	border: 0px;
	background-color: white;
	color: #343434;
	width: 110px;
}

div#login form input.login-submit {
	border: 0px;
	width: 31px;
	height: 20px;
	background-color: #ff4e00;
	color: #ffffff;
	margin-left: 5px;
	margin-top: 0px;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 1px 1px 1px;
	position: absolute;
	top: 13px;
	right: 10px;
}

div#login-addts {
	float: right;
	width: 120px;
	height: 42px;
	background-color: #ff4e00;
	margin-top: 15px;
	margin-left: 8px;
	color: white;
	line-height: 16px;
	text-align: left;
	padding-top: 8px;
	padding-left: 14px;
	position: relative;
}

div#login-addts a {
  color: #ffffff; 
  text-decoration: none; 
}

div#login-addts a:hover {
  text-decoration: underline;
}

/* logged */

div#logged {
	float: right;
	width: 420px;
	height: 50px;
	background-color: #ff4e00;
	margin-top: 15px;
	color: white;
	line-height: 50px;
	text-align: left;
	padding-left: 0px;
	padding-right: 15px;
}

div#logged span.nick {
	margin-left: 15px;
	font-size: 10px; 
  color: #ffffff;
	border: 0px;
	font-weight: bold;
	padding: 5px 6px 4px 24px; background-position: 4px 3px; background-image: url(../images/icons/icon_user.gif); background-repeat: no-repeat;
}

div#logged a.settings {
  color: #fff; 
  text-decoration: none; 
  padding: 5px 6px 5px 24px; 
  background-position: 4px 3px; 
  background-image: url(../images/icons/icon_settings.gif); 
  background-repeat: no-repeat; 
  margin-left: 5px;
  margin-right: 5px;
}

div#logged a.logout {
  color: #fff; 
  text-decoration: none; 
  padding: 5px 6px 5px 24px; 
  background-position: 4px 3px; 
  background-image: url(../images/icons/icon_padlock.gif); 
  background-repeat: no-repeat; 
  margin-left: 0px;
  margin-right: 0px;
}

div#logged a.admin {
  color: #fff; 
  text-decoration: none; 
  padding: 5px 6px 5px 24px; 
  background-position: 4px 3px; 
  background-image: url(../images/icons/page_wizard.gif); 
  background-repeat: no-repeat; 
  margin-left: 5px;
  margin-right: 0px;
}

div#logged a:hover {background-color: #ffffff; text-decoration: none; color: #555555;}

/* menu */

div#menu {
	width: 200px;
	float: left;
	margin-right: 8px;
}


div.clear {
	clear: both;
	float: none;
}

div.blok {
	width: 200px;
	background-color: #ff9600;
	margin-bottom: 8px;
	padding-top: 15px;
	padding-bottom: 15px;
}

div.blok h3 {
	color: white;
	font-size: 11px;
	background-image: url(../images/menu-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
}

div#menu ul {
	margin-left: 45px;
	margin-top: 15px;
	line-height: 16px;
}

div#menu ul li {
	list-style: none;
	color: #373737;
}

div#menu ul li a {
	color: #373737;
	text-decoration: none;
   font-weight: normal;
}

div#menu ul li a:hover {
	color: #0b0b0b;
	text-decoration: underline;
}

/* obsah */

div#obsah {
  width: 434px;
  float: left;
  margin-right: 0px;
}

div#obsah p {
  margin-bottom: 12px;
}

div.content a {
  color: #555;
  text-decoration: underline;
}

div.content a:hover {
	color: #0b0b0b;
	text-decoration: underline;
}

div.content {
	width: 394px;
	background-color: white;
	margin-bottom: 8px;
	margin-right: -8px;
	float: none;
	clear: both;
	padding: 15px 20px 0px 20px;
	_padding: 15px 28px 0px 20px;
	font-size: 11px;
	line-height: 15px;
}


div.stats {
  width: 394px;
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-bottom: 1px;
  height: 30px;
  line-height: 30px;
  float: none;
  clear: both;
  font-size: 10px; 
  color: #9d9d9d;
}

div.stats span.date {
	margin-left: 2px;
	font-size: 10px; 
  color: #9d9d9d;
	border: 0px;
	padding: 5px 6px 4px 24px; background-position: 4px 3px; background-image: url(../images/icons/date.gif); background-repeat: no-repeat;
}

div.stats a.comments {
  color: #555; 
  text-decoration: none; 
  padding: 5px 6px 5px 24px; 
  background-position: 4px 3px; 
  background-image: url(../images/icons/comment.gif); 
  background-repeat: no-repeat; 
  margin-left: 30px;
}

div.stats a.full-view {
  color: #555; 
  text-decoration: none; 
  padding: 5px 6px 5px 24px; 
  background-position: 4px 3px; 
  background-image: url(../images/icons/page_next.gif); 
  background-repeat: no-repeat; 
  margin-left: 50px; 
  margin-right: 0px;
}

div.stats a:hover {background-color: #525252; text-decoration: none; color: white;}

div.content h2 {
  margin-bottom: 20px;
  font-size: 14px;
  color: #525252;
}

div.content h2 a {
  color: #525252;
  text-decoration: none;
}

div.content h2 a:hover {
  text-decoration: underline;
  color: #373737; 
}

div.content h3 {
  margin-bottom: 15px;
  margin-top: 0px;
  font-size: 12px;
  color: #525252;
}

/* right menu */

div.banner-dc {
	width: 200px;
	height: 49px;
	background-color: #3e3e3e;
	margin-bottom: 8px;
	float: right;
}

div.banner-dc a {
  display: block;
  width: 200px;
  height: 49px;
  background-image: url(../images/dc-banner1.gif);
}


div.blok-right {
	width: 200px;
	background-color: #ff9600;
	margin-bottom: 8px;
	padding-top: 15px;
	padding-bottom: 0px;
	float: right;
}

div.blok-right h3 {
	color: white;
	font-size: 11px;
	background-image: url(../images/menu-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
}

div.blok-right ul {
	margin-left: 45px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 16px;
}

div.blok-right ul li {
	list-style: none;
	color: #373737;
}

div.blok-right ul li a {
	color: #373737;
	text-decoration: none;
   font-weight: normal;
}

div.blok-right ul li a:hover {
	color: #0b0b0b;
	text-decoration: underline;
}

div.blok-right ul {margin: 0 0 0 0; padding: 5px 0 5px 10px; list-style: none; border-top: 1px dotted silver;}
div.blok-right ul li {margin: 0 0 0 0; padding: 5px 5px 5px 5px; list-style: none; line-height: 12px; border-bottom: 1px dotted silver;}
div.blok-right ul li:hover {background-color: #EAEAEA; padding: 5px 4px 5px 4px; border-left: 1px dotted silver; border-right: 1px dotted silver;}
div.blok-right ul li a {color: #3F3F3F; text-decoration: none;}
div.blok-right ul li a:hover {text-decoration: none; color: black;}
div.blok-right ul li div.tema {color: #ffffff;} 


/* footer */

div#footer {
  width: 805px; 
  height: 50px; 
  line-height: 50px;
  color: white;
  background-color: #414141;
  background-image: url(../images/menu-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	font-size: 10px;
}

div#copy {float: left;}

div#mre {float: right; padding-right: 20px;}
div#mre a {color: #ff00c0; text-decoration: none; font-weight: bold;}
div#mre a:hover {text-decoration: underline; color: #E600C0;}

/* forum */

div.forum-form {margin-left: 0px; background-color: #FFFFFF; padding: 5px 20px 5px 20px; margin-top: 10px; margin-bottom: 20px;}
div.forum-form label {display: block; font-size: 11px; font-weight: bold; color: #5a676e;}
div.forum-form input {width: 350px; font-size: 12px; border: 1px solid #B3B5B4; margin-top: 3px;}
div.forum-form p.info {font-size: 12px; font-weight: bold; margin-bottom: 30px;}
div.forum-form input.submit {width: 70px; background-color: white;}
div.forum-form textarea {width: 350px; height: 180px; font-size: 12px; border: 1px solid #B3B5B4;}

div.forum-form div.mail-notif {font-weight: bold; border-top: 1px dotted silver; line-height: 17px; border-bottom: 1px dotted silver; padding-top: 5px; padding-bottom: 5px; font-size: 10px; color: #454641; margin-top: 15px; margin-bottom: 15px; padding-right: 0px; margin-right: 38px;}
div.forum-form div.mail-notif input.checkbox {margin-left: 5px; border: 0px; width: 14px; float: left; margin-right: 5px; margin-top: 2px; _margin-top: -1px;}

/* ----- Hack only for IE 7 ----- */
*+html forum-form div.mail-notif input.checkbox {
   margin-top: 5px;
   
} 


div.forum-form p img.smile {border: 0px;}

/* forum prispevky */

div.forum-prispevky {border: 0px solid #CBD9E0; margin-left: 0px; background-color: #FFFFFF; padding: 0 0 0 0; margin-top: 10px; margin-bottom: 15px;}
div.forum-prispevky p {color: #392D2F; line-height: 16px; margin-top: 10px;}

div.forum-prispevok {color: #7F80B1; background-color: #FAFAFA; padding: 10px 10px 10px 10px; border-bottom: 3px double #CBD9E0;}
div.forum-prispevok-second {color: #7F80B1; background-color: #F0F2F4; padding: 10px 10px 10px 10px;  border-bottom: 3px double #CBD9E0;}

div.forum-prispevky a.user {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/icon_user.gif); background-repeat: no-repeat; color: #3980C1; text-decoration: none; font-size: 11px; font-weight: bold;}
div.forum-prispevky a.user:hover {background-color: #D6E7A8; text-decoration: none; color: black;}

div.forum-prispevky a.delete-reply {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/comment_delete.gif); background-repeat: no-repeat; color: #3980C1; text-decoration: none; font-size: 11px; font-weight: bold;}
div.forum-prispevky a.delete-reply:hover {background-color: #D6E7A8; text-decoration: none; color: black;}

div.forum-prispevky strong.datum {font-size: 11px; margin-right: 5px; font-weight: normal;}

div.forum-prispevky img.noborder {padding-bottom: 0px; margin-bottom: -3px; padding-left: 2px; padding-right: 2px;}

table.zoznam {border: 0px solid #CBD9E0;}
table.zoznam thead th {padding: 5px; background-color: #ffffff; color: #39647D; font-weight: bold; font-size: 10px; text-align: left;}
table.zoznam tr td {padding: 5px 5px 5px 7px; color: #7F80B1; font-size: 10px; font-weight: normal;}
table.zoznam tr td.second {padding: 5px 5px 5px 7px; color: #7F80B1; background-color: #F0F2F4;}

table.zoznam tr td.pot {padding: 5px 5px 5px 7px; color: #7F80B1; background-color: #F2FFD0; font-size: 10px; font-weight: normal;}
table.zoznam tr td.pot-second {padding: 5px 5px 5px 7px; color: #7F80B1; background-color: #E5FFB3;}

table.zoznam tr td.red {background-color: red;}

table.zoznam tr td.imp {padding: 5px 5px 5px 7px; color: #7F80B1; background-color: #fffecb;}
table.zoznam tr td.imp2 {padding: 5px 5px 5px 7px; color: #7F80B1; background-color: #faf9af;}
table.zoznam a {color: #3980C1; text-decoration: none; font-size: 10px; font-weight: bold;}
table.zoznam a:hover {text-decoration: underline;}
table.zoznam tr td strong {color: #3980C1; text-decoration: none; font-size: 10px; font-weight: bold;}

table.zoznam tr td a.topic {color: #165D9E; text-decoration: none; font-size: 10px; font-weight: normal; background-image: url(../images/icons/list_comments.gif); background-repeat: no-repeat; padding-left: 20px; padding-bottom: 2px;}
table.zoznam tr td a.topic:hover {text-decoration: underline;}

table.zoznam tr td a.topic-important {color: #165D9E; text-decoration: none; font-size: 10px; font-weight: bold; background-image: url(../images/icons/list_errors.gif); background-repeat: no-repeat; padding-left: 20px; padding-bottom: 2px;}
table.zoznam tr td a.topic-important:hover {text-decoration: underline;}

table.zoznam tr td a.task {color: #165D9E; text-decoration: none; font-size: 10px; font-weight: bold; background-image: url(../images/icons/note.gif); background-repeat: no-repeat; padding-left: 20px; padding-bottom: 2px;}
table.zoznam tr td a.task:hover {text-decoration: underline;}

/* lista */

/* baaar */

div.bar {height: 30px; border: 1px solid #D6E7A8; line-height: 30px; background-color: #FFFFFF; text-align: right; padding-right: 15px; margin-top: 10px; margin-bottom: 15px; color: #666F4C;}
div.bar a {color: #7EB61D; font-size: 10px; font-weight: bold; text-decoration: none;}
div.bar a:hover {text-decoration: underline; color: black;}

div.bar a.new-topic {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/page_new.gif); background-repeat: no-repeat;}
div.bar a.new-topic:hover {background-color: #D6E7A8; text-decoration: none;}

div.bar a.back {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/action_back.gif); background-repeat: no-repeat;}
div.bar a.back:hover {background-color: #D6E7A8; text-decoration: none;}

div.bar a.new-task {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/note_new.gif); background-repeat: no-repeat;}
div.bar a.new-task:hover {background-color: #D6E7A8; text-decoration: none;}

div.bar a.check-task {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/ckeck-task.gif); background-repeat: no-repeat;}
div.bar a.check-task:hover {background-color: #D6E7A8; text-decoration: none;}

div.bar a.new-reply {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/comment_new.gif); background-repeat: no-repeat;}
div.bar a.new-reply:hover {background-color: #D6E7A8; text-decoration: none;}

div.bar a.delete-topic {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/comment_delete.gif); background-repeat: no-repeat;}
div.bar a.delete-topic:hover {background-color: #D6E7A8; text-decoration: none;}

div.bar a.user {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/icon_user.gif); background-repeat: no-repeat;}
div.bar a.user:hover {background-color: #D6E7A8; text-decoration: none;}

div.bar a.logout {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/icon_padlock.gif); background-repeat: no-repeat;}
div.bar a.logout:hover {background-color: #D6E7A8; text-decoration: none;}

div.bar a.source {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/icon_world.gif); background-repeat: no-repeat;}
div.bar a.source:hover {background-color: #D6E7A8; text-decoration: none;}

div.bar a.print {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/action_print.gif); background-repeat: no-repeat;}
div.bar a.print:hover {background-color: #D6E7A8; text-decoration: none;}

div.bar a.go {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/action_go.gif); background-repeat: no-repeat;}
div.bar a.go:hover {background-color: #D6E7A8; text-decoration: none;}

/* bar dc */

div.bar-dc {border: 1px solid #D6E7A8; line-height: 30px; background-color: #FFFFFF; text-align: left; padding-right: 15px; padding-left: 15px; margin-top: 10px; margin-bottom: 15px; color: #666F4C;}
div.bar-dc a {color: #7EB61D; font-size: 10px; font-weight: bold; text-decoration: none;}
div.bar-dc a:hover {text-decoration: underline; color: black;}

div.bar-dc a.user-add {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/icon_user-add.gif); background-repeat: no-repeat;}
div.bar-dc a.user-add:hover {background-color: #D6E7A8; text-decoration: none;}

div.bar-dc a.user-remove {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/icon_user-remove.gif); background-repeat: no-repeat;}
div.bar-dc a.user-remove:hover {background-color: #D6E7A8; text-decoration: none;}

div.bar-dc a.users-detail {padding: 5px 6px 4px 24px; background-position: 4px center; background-image: url(../images/icons/list_users.gif); background-repeat: no-repeat;}
div.bar-dc a.users-detail:hover {background-color: #D6E7A8; text-decoration: none;}

/* ------ */

div.blok-form {
	width: 240px;
	background-color: #F3F3F5;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

div.blok-form h3 {
	color: #616061;
	font-size: 12px;
}


div.blok-form form {border: 0px solid #CBD9E0; margin-left: 0px; background-color: #FFFFFF; padding: 5px 0px 5px 0px; margin-top: 10px; margin-bottom: 20px;}
div.blok-form label {display: block; font-size: 11px; font-weight: bold; color: #7B7B7A; width: 200px; height: 14px; line-height: 14px;}
div.blok-form input {width: 200px; font-size: 12px; border: 1px solid #B3B5B4; margin-top: 3px; margin-bottom: 5px;}
select.stredisko {width: 200px; border: 1px solid #B3B5B4;}
div.blok-form input.submit {width: 90px; background-color: white;}

div.blok-form div.mail-notif {font-weight: bold; border-top: 1px dotted silver; line-height: 11px; border-bottom: 1px dotted silver; padding-top: 5px; padding-bottom: 5px; font-size: 10px; color: #454641; margin-top: 15px; margin-bottom: 15px; padding-right: 0px; margin-right: 38px;}
div.blok-form div.mail-notif input.checkbox {border: 0px; width: 13px; display: block; float: left; margin-right: 10px; margin-top: 5px; _margin-top: 1px;}

/* ----- Hack only for IE 7 ----- */
*+html div.blok-form div.mail-notif input.checkbox {
   margin-top: 1px;
   
} 


.info {font-size: 10px; line-height: 12px; color: #454641; font-weight: normal; border: 1px solid #00B8FF; display: block; margin-bottom: 15px; padding: 5px 10px 6px 10px; background-color: #E4F2FF;}
.warning {font-size: 10px; line-height: 12px; color: #454641; font-weight: normal; border: 1px solid #FFE500; display: block; margin-bottom: 15px; padding: 5px 10px 6px 10px; background-color: #FFFFCF;}
.error {font-size: 10px; line-height: 12px; color: #454641; font-weight: normal; border: 1px solid #FF3E00; display: block; margin-bottom: 15px; padding: 5px 10px 6px 10px; background-color: #FFD9CB;}
.success {font-size: 10px; line-height: 12px; color: #454641; font-weight: normal; border: 1px solid #9DFF00; display: block; margin-bottom: 15px; padding: 5px 10px 6px 10px; background-color: #E3FFD4;}

div.all-link {background-color: #FFFFFF; color: white; height: 24px; line-height: 24px; margin: 5px 0 10px 0; padding: 0 0 0 20px; border: 1px solid #DADADA;}
div.all-link a {color: #555; padding: 5px 6px 4px 24px; background-position: 2px 4px; background-image: url(../images/icons/list_packages.gif); background-repeat: no-repeat; font-weight: bold; text-decoration: none;}
div.all-link a:hover {background-color: white; color: #0b0b0b; text-decoration: underline;}

div.old-version {height: 30px; line-height: 30px; background-color: #FFFFBA; border-bottom: 1px solid #FFE900;}
div.margin {width: 850px; margin: 0 auto;}
div.lista-text {float: left; color: #575C52;}
div.old-version a {display: block; height: 30px; color: #575C52; text-decoration: none; text-align: right; padding: 0px 25px 0px 0px; background-position: right center; background-image: url(../images/icons/action_go.gif); background-repeat: no-repeat;}

div#small-banners {margin-right: 13px; margin-top: 15px; padding-left: 13px; margin-bottom: 9px;}
div#small-banners img {border: 0px; width: 170px; border: 1px solid #fff; margin-bottom: 4px;}

div.comment-form {border: 0px; margin-left: 0px; background-color: #FFFFFF; padding: 5px 20px 5px 20px; margin-top: 10px; margin-bottom: 30px; font-family: Tahoma;}
div.comment-form label {display: block; font-size: 11px; font-weight: bold; color: #5a676e;}
div.comment-form input {width: 350px; font-size: 12px; border: 1px solid #B3B5B4; margin-top: 3px;}
div.comment-form p.info {font-size: 12px; font-weight: bold; margin-bottom: 30px;}
div.comment-form input.submit {width: 70px;}
div.comment-form textarea {width: 350px; height: 180px; font-size: 12px; border: 1px solid #B3B5B4;}
div.comment-form input.checkbox {float: left; width: 10px; margin-right: 8px; margin-top: 1px;}

#instrukcie {display: none; margin-top: 10px;}

/* dc */

.check {display: none;}
.potvrdenie {display: block; margin: 0px 0 -2px 0; padding: 0 0 0 0; width: 10px; height: 10px; border: 1px solid red;}
.popiska {color: #6AC300; font-weight: bold;}

img.toplist {width: 88px; height: 60px; padding: 15px; padding-left: 15px;}


/* galeria */

div.galeria
{
	background-color: #e7e7e7;
	padding: 10px 10px 8px 10px;
	border: 1px solid #cdcdcd;
}

div.obrazok img
{
	width: 100px;
	padding: 3px;
	background-color: white;
	border: 1px solid #ADADAD;
	margin: 0 0 0 0;
}

div.obrazok img:hover
{
	border: 1px solid #8F8F80;
}

div.obrazok a
{
	border: none;
}

