body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blocquote, pre, form, fieldset, legend { margin: 0; padding: 0 }
sup, sub, code { line-height: 1em }
table, acronym, textarea { font-size: 1em }

body {
	font-family: verdana, "Geneva CE", lucida, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
   color: #000000;
}

table { line-height: 12pt }

/* basic elements */
p {
  margin: 15px 0;
}
a {
	color: #883C27;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
b, strong {
	color: #883C27;
}
h1, h2, h3, h4 {
	font-family: tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-weight: normal;
}
h1, h1 a {
	font-size: 16pt;
	color: #883C27;
}
h2, h2 a {
	font-family: verdana, "Geneva CE", lucida, sans-serif;
	font-size: 23px;
	color: #883C27;
	margin: 21px 0;
}
h3, h3 a {
	font-size: 19px;
	color: #883C27;
	margin: 18px 0;
}
h4, h4 a {
	font-weight: bold;
	font-size: 14px;
	color: #883C27;
	margin: 16px 0;
}
ul, ol {
  margin: 15px 0;
}
li {
  margin-left: 30px;
}
input, textarea, select {
  border: 1px solid #E0D5B1;
  font-family: verdana, "Geneva CE", lucida, sans-serif;
  font-size: 8pt;
  padding: 3px;
}

#content[id] input, #content[id] select {
  margin-bottom: 2px;
}

* html select, * html input.button {
  margin-top: 1px;
}

input.radio {
  border: none;
  vertical-align: top;
}

* html input.radio {
  vertical-align: middle;
}

fieldset {
  border: 1px solid #883C27;
  padding: 15px;
}
legend {
  color: #883C27;
  padding: 10px;
  font-weight: bold;
}
label {
  float: left;
  margin-right: 5px;
  text-align: right;
  margin-top: 2px;
}

* html label {
  margin-top: 3px;
  margin-right: 2px;
}

hr {
  height: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #d0d0d0;
}
blockquote {
  font-style: italic;
  color: gray;
}
img {
  border: 0;
}
/* common classes and id */
.img-shadow {
  float:left;
  background: url(/templates/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/templates/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 10px 10px !important;
  margin: 10px 0 0 5px;
}
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 0 solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  /*padding: 4px;*/
}
.arrow {
  font-size: 14pt;
  font-family: serif;
}
* html .arrow { font-size: 10pt }

.close {
  float: right;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-image: url(/templates/images/corner_x.png);
  background-repeat: no-repeat;
}
.checkbox {
  border: none;
  background-color: transparent;
}
.button {
  border: 1px solid #E0D5B1;
  font-weight: bold;
  background-color: #883C27;
  text-align: center;
  color: #FFFFFF;
  padding: 2px 2px 3px 2px;
}
.star {
  background-image: url(/templates/images/star.gif);
  height: 12px;
  vertical-align: middle;
}
table.images td {
  padding-left: 10px;
}
.params {
  list-style: none;
}
.params li {
  list-style: none;
}
.params li span {
  width: 150px;
  float: left;
  text-align: right;
  margin-right: 5px;
  font-weight: bold;
  vertical-align: middle;
}
.absmiddle {
  vertical-align: middle;
}
.evenRow{
  background-color: #F8EAC1;
}
.oddRow {
}
.highlightRow {
  background-color: #FFFF9B;
}
.alternator tr td {
  background-color: #f5f5f5;
  padding: 10px 10px 8px 10px;
  border-bottom: 3px double silver;
  color: silver;
}

* html .alternator tr td {
  padding-bottom: 10px;
}

.alternator tr td a {
  color: #0000cd;
}
#subs ul li a {
  font-weight: bold;
}
.artforum-disable {
  display: none;
}

/* navigator */
#navigator {
  font-size: 8pt;
  clear: both;
  margin: 15px 0;
}
#back {
  float: right;
}
#back a {
  text-decoration: none;
}

/* forum */
table td {
  vertical-align: top;
}
#forum_topic_related {
  padding: 10px;
  width: 100%;
}
#forum_topic_related h3 {
  padding: 0;
  margin: 0;
}
table.topic_list td {
  height: 18px;
}
table.topic_list img {
  margin: 0;
  padding: 0;
}
table.topic_list a {
  border: none;
}
table.topic_list a:hover {
  border: none;
  text-decoration: underline;
}
#stars-set input {
  width: 20px;
  border: none;
  background-color: transparent;
  vertical-align: middle;
}

/* registration */
#registration {
  text-align: center;
}
#registration div {
  width: 70%;
  text-align: left;
  margin: auto;
}
#registration div div {
  width: 100%;
}
#registration form label {
  width: 200px;
}
#registration_message {
  text-align: center;
  color: red;
}

/* website special */
#main {
  width: 968px;
  margin: 0 auto;
}

#header {
/*  position: relative;
	font-size: 8pt;
  height: 285px;
  background: url(/templates/images/head_back.png);*/
  
}

#header h1 {
  margin: 0;
  margin-bottom: 20px;
  border-bottom: 1px Solid Black;
  padding-bottom: 20px;
}

#header h1 a {
  /*display: block;
  position: absolute;
  left: 27px;
  top: 65px;
  width: 280px;
  height: 150px;
  font-size: 1px;
  text-indent: -1000px;*/
  text-decoration: none;
}

#header_image {
  display: none; /* print */
  position: absolute;
  top: 69px;
  right: 11px;
}

#search {
	display: none; /* print */
  position: absolute;
  top: 15px;
  left: 292px;
  color: #f0e2bc;
}

#search form {
  position: absolute;
  top: 8px;
  left: 36px;
}

#search input {
  position: absolute;
  top: 1px;
  border: 0;
}

#search input.text {
  width: 90px;
  height: 13px;
  color: #f0e2bc;
  background: #c38c42;
  padding: 2px 2px 0 2px;
}

#search input.button {
  left: 178px;
  padding: 0;
}

#top_links {
 display: none; /* print */
  position: absolute;
  top: 23px;
  right: 8px;
}

#top_links a {
  color: #f0e2bc;
  text-decoration: none;
  padding-left: 16px;
  margin-left: 2px;
}

#top_links a:hover {
  text-decoration: underline;
}

#top_left_links {
  display: none; /* print */
  position: absolute;
  top: 231px;
  left: 39px;
  text-align: center;
  line-height: 18px;
}

#top_left_links, #top_left_links a {
  color: #ffdf84;
  text-decoration: none;
}

#top_left_links a:hover {
  text-decoration: underline;
}
#main_menu {
	display: none; /* print */
}
#main_menu table {
  width: 100%;
  border-collapse: collapse;
}

#main_menu table td {
  padding: 0;
  margin: 0;
}

#main_menu table td.divider {
  width: 2px;
  background: url(/templates/images/main_menu_divider.png) no-repeat;
}

#main_menu a {
  display: block;
  height: 33px;
  text-align: center;
  color: #F0E2BC;
  font-size: 9pt;
	font-family: tahoma, "Lucida Grande CE", lucida, sans-serif;
  text-decoration: none;
  padding: 17px 9px 0 9px;
  margin: 0 4px;

  /*font: 8pt sans-serif;
  padding-top: 18px;
  height: 32px;*/
}

#main_menu a:hover {
  background: url(/templates/images/main_menu_back.png) 0 -50px repeat-x;
}

#submenu {
display: none; /* print */
  height: 23px;
  padding: 6px 2px 0 2px;
}

#submenu a {
  color: #3B1801;
  font-size: 8pt;
  text-decoration: none;
  background: url(/templates/images/menu_bullet.png) 0 2px no-repeat;
  padding-left: 17px;
  margin-left: 10px;
}

#submenu a:hover { text-decoration: underline }

#content_container {
  width: 946px;
  margin-left: 11px;
}

#content {
  margin: 17px 0;
}

#footer {
  border-top: 1px solid Black;
  padding-top: 20px;
  clear: both;
  width: 946px;
	font-size: 11px;
	line-height: 16px;
  text-align: left;
/*  background: url(/templates/images/footer_back.png) repeat-x;
  padding: 6px 0 17px 0;
  margin-left: 11px;*/
}

#footer table {
  border-collapse: collapse;
  margin-top: 24px;
}

#footer table td {
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

#footer a { color: #64593B; text-decoration: none }
#footer a:hover { text-decoration: underline }

#index {
  position: relative;
  /*background: url(/templates/images/index_back.png) repeat-y;*/
  margin-bottom: 17px;
}

#styri_sekcie img { vertical-align: bottom }

#styri_sekcie a {
	font-size: 8pt;
  color: #ffdf84;
  text-decoration: none;
}

#styri_sekcie a:hover {
  text-decoration: underline;
}

#index .column {
  float: left;
  width: 203px;
  padding: 14px 16px 0 16px;
  margin: 0 0 17px 2px;
}

#index .column div {
  margin-bottom: 14px;
}

#index .column h2 {
  margin: 0 0 15px 0;
}

#newsletter {
	font-size: 8pt;
  width: 203px;
  background: #EEE4C3;
  padding: 18px 16px 13px 16px;
  margin-bottom: 17px;
}

#newsletter form { margin-top: 17px }
#newsletter input.text { width: 195px }
#newsletter input.checkbox { position: relative; top: 2px; margin-left: 7px }
#newsletter input.button { width: 203px; margin: 14px 0 11px 0 }

#newsletter em { position: relative; left: 2px }

#left_menu {
  width: 203px;
  line-height: 20px;
  background: #EEE4C3;
  padding: 13px 16px;
  margin-bottom: 17px;
}

#left_menu a {
  font-size: 8pt;
  text-decoration: none;
  background: url(/templates/images/menu_bullet.png) 0 2px no-repeat;
  padding-left: 17px;
}

#left_menu a:hover { text-decoration: underline }


.clear { clear: both; height: 0; line-height: 0 }

.image-right { float: right; margin-bottom: 11px }

.pagination { margin: 15px 0 }
.pagination .current { font-weight: bold; text-decoration: none }
