@charset "utf-8";
/* CSS Document */
ul, li {
	padding: 0;
	margin: 0;
}

body {
  background-color: #886852;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

p,h1,h2,h3,h4 {
  text-align: left;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 0;
}

h1,h2,h3,h4 {
  font-family: "Times New Roman", Times, serif;
	line-height: normal;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

#site_head {
  width: 971px;
  height: 232px;
  background-image: url('../images/head.jpg');
  margin: 0px;
}

#site_head_menu  li {
  position: relative;
  top: 204px;
  list-style: none;
  display: block;
  float: left;
  padding-left: 50px;
  padding-right: 50px;
}

#site_head_menu  a {
  font-size: 14px;
  color: #4e2306;
  text-decoration: none;
  font-weight: bold;
}

#site_head_menu  a:hover {
  text-decoration: underline;
}

#site_body {
  width: 971px;
  background-image: url('../images/menubg.jpg');
  background-repeat: repeat-y;
  background-color: #dbeef6;
  margin: 0px;
}

#site_body_menu {
  float: left;
  width: 231px;
  background-image: url('../images/menutp.jpg');
  background-repeat: no-repeat;
  padding: 30px;
  padding-top: 20px;
  text-align: left;
}

#site_body_menu li {
    list-style:outside circle;
    line-height: 20px;
    margin-left: 18px;
}

#site_body_menu a {
  color: #4e2306;
  text-decoration: none;
}

#site_body_menu a:hover {
  text-decoration: underline;
}

#site_body_menu h1 {
	margin: 0;
	padding: 0;
}

#site_body_cnt {
  padding-right: 10px;
  float: left;
  width: 670px;
  text-align: left;
 /* border: 1px solid black;*/
}

/* Inline Gallery */
#site_body_cnt .igallery {
  background-image: url('../images/igallery_bg.png');
}

#site_body_cnt .igallery h1 {
  background-image: url('../images/igallery_top.png');
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #3bb567;
  padding-left: 34px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0;
}

#site_body_cnt .igallery .pictures {
  background-image: url('../images/igallery_btm.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-top: 12px;
  padding-left: 30px;
  padding-right: 50px;
  padding-bottom: 15px;

}

#site_body_cnt .igallery img {
  padding: 0;
  border: none;
  margin: 5px;
}

#site_body_cnt .igallery img.zoom {
  margin: 0;
  padding: 0;
}

#site_body_cnt .igallery span {
	display: block;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: bold;
}

#site_body_cnt .igallery .gallery_zoomb {
	background-color: #cae0d2;
	padding: 5px;
	margin-top: 0px;
	padding-top: 20px;
}

#site_body_cnt .igallery .pictures .dummy {
  clear: both;
  height: 10px;
}




h1.aktualno {
  display: block;
  background-image: url('../images/banner_aktualno.png');
  background-repeat: repeat-y;
  padding: 10px;
  padding-left: 20px;
  margin: 0px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  color: #4e2306;
  font-size: 36px;
}

h1.generic {
  display: block;
  background-image: url('../images/banner.png');
  background-repeat: repeat-y;
  padding: 10px;
  padding-left: 20px;
  margin: 0px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  color: #4e2306;
  font-size: 36px;
}

h1.mini { /*Used for discussion boards */
  display: block;
  background-image: url('../images/banner_forum.png');
  background-repeat: repeat-y;
  padding: 4px;
  padding-left: 20px;
  margin: 0px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  color: #4e2306;
  font-size: 22px;
}

#site_body_cnt div.content img.left, .img_holder_left
{
  border: 18px solid #b1d9c0;
  border-left: none;
  float: left;
}

#site_body_cnt div.content
{
  background-color: #b1d9c0;
  margin-bottom: 14px;
  padding-left: 18px;
}

#site_body_cnt div.info
{
  margin:18px;
  background-color: #b1d9c0;
  color: #4e2306;
  border: 1px solid #4e2306;
  padding: 5px;
}
  
	
#site_body_cnt div.doc_cnt
{
  margin: 18px;
}

#site_body_cnt div.content p.summary, div.gallery_summary
{
  display: block;
  width: 170px;
  font-weight: bold;
  color: #4e2306;
  margin-left: 0;
  margin-top: 18px;
  float: left;
  line-height: 18px;
}

#site_body_cnt a
{
    color: #4e2306;
}

div.gallery_summary
{
	float: none;
	margin-left: 18px;
	padding-bottom: 20px;
}

img.gallery_thumb
{
	margin-bottom: 3px;
	margin-left: 3px;
	border: none;
}

#site_body_cnt div.content p.summary a.read_more
{
  display: block;
  padding-top: 20px;
  color: #123747;
}

#site_body_cnt ul li
{
    list-style:disc inside;
    margin-left: 20px;
}

#site_body_cnt div.inner_body
{
    padding-left: 20px;
}

/* GALLERY */
#site_body_cnt img.left
{
    float: left;
}

#site_body_cnt div.gallery_c
{
    margin-left: 250px;
}

#site_body_cnt div.gallery
{
    float: left;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 80px;
    background-color: #b1d9c0;
    width: 570px;
}

#site_body_cnt div.gallery a img
{
    border: none;
}

#site_body_cnt div.dummy
{
  clear: both;
}

#site_footer {
  clear: both;
  width: 971px;
  height: 237px;
  background-image: url('../images/footer.jpg');
}

.site_footer_col {
  position: relative;
  top: 35px;
  float: left;
  width: 202px;
  padding: 20px;
  color: white;
  text-align: left;
}

.site_footer_col li,ul {
  list-style: square;
}

.site_footer_col a {
  color: white;
  text-decoration: none;
  
}

.site_footer_col a:hover {
  text-decoration: underline;
}

.site_footer_col h1 {
  position: relative;
  top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-left: 20px;
  line-height: normal;
}


div.last_update {
    font-style:italic;
    color: gray;
    font-size: 11px;
    text-align: right;
}

div.copyright {
    font-size: 11px;
    color: #fff;
    position: relative;
    top: -30px;
}
div.copyright a {color: #fff;}



/* BOARD */
table.board {
  width: 100%;
  border-collapse: collapse;
}

table.board a {
  text-decoration: none;
}

table.board a:hover {
  text-decoration: underline;
}

table.board tr {
  height: 20px;
}

table.board tr.row0 {
  background-color: #96d6f1;
}
table.board tr.row1 {
  background-color: #7bb3cb;
}

div.board_info {
  float: left;
  width: 150px;
  background-color: #96d6f1;
  padding: 10px;
  margin: 15px 10px 10px 0;
  text-align:right;
}

div.board_info span.author {
  font-size: 15px;
  font-weight: bold;
}

.response_form, .response {
  margin-right: 20px;
  width: 450px;
  float: right;
}

.response_form textarea {
  width: 100%;
  margin-bottom: 5px;
  height: 200px;
}

.response_form .error {
  color: red;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.thread_form table {
    width: 640px;
}
.thread_form textarea {
  width: 100%;
  height: 250px;
}

.thread_form input {
  width: 100%;
}

.thread_form .error {
  color: red;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 10px;
  display: block;
}

.thread_form label {
  margin-right: 10px;
}

#board_moderation_tools {
  background-color: #91b9a0;
  padding: 4px;
  font-family: Arial,Helvetica,sans-serif;
}
