/*
** Copyright 2007 ASCON Group. All rights reserved. 
*/

body {
	margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
	background-color: #000000;
	background-image: url('../img/body/bcg.png');
	background-repeat: repeat-x;
	background-position: top;
}

/* Rich Text Editor default settings */
p {margin: 0px;}
body, p, div, td, li {font-size: 11px; font-family: Tahoma, Verdana, Arial, Helvetica; color: #FFFFFF; }
/* end of: Rich Text Editor default settings */

/* basic settings */
form {margin: 0px;}
img.link {border:0px;}
img.border { border: 1px solid #BEB7B2; }
img.icon { vertical-align: middle; width: 16px; height: 16px; border: 0px; margin-left: 3px; margin-right: 3px; }
img.icon_24 { vertical-align: middle; width: 24px; height: 24px; border: 0px; margin-left: 3px; margin-right: 3px; }
hr {
	width: 100%;
	background-color: #D9DBDC;
  border-width: 0px;
  height: 1px;
  color: #D9DBDC;
} 
a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 11px;
	text-decoration: underline;	
}
a:visited { color: #FFFFFF; text-decoration: underline; }
a:hover { color: #333234; text-decoration: underline; }

ul {margin-left: 15px; margin-top: 8px; margin-bottom: 0px; }
ol {margin-left: 25px; margin-top: 8px; margin-bottom: 0px; }
li { margin-bottom: 5px; }
ul li {list-style-type: square; }
/* end of: basic settings */

/* layout */

body {
	text-align: center; /* center page, IE */
	margin-top: 20px;	
}

div#center {
	width: 700px;
	margin: auto; /* required by Mozilla */
	position: relative;	 /* nutne, aby se od totoho rodicovskeho prvku pocitalo odsazeni div#main_top_gallery_floating, viz: http://www.jakpsatweb.cz/css/css-pozicovani.html */
}

div#container_size {
	width: 700px;
}

div#container_bcg_top {
	width: 700px;
	height: 7px;
	clear: both;
	background-position: bottom left;
	background-image: url('../img/container/bcg_top.png');
	background-repeat: no-repeat;
	font-size: 0px;
}

div#container_bcg_left {
	width: 700px;
	float: left;
	background-image: url('../img/container/bcg_left.png');
	background-repeat: repeat-y;
	font-size: 0px;
}
div#container_bcg_right {
	width: 700px;	
	float: right;
	background-position: right;	
	background-image: url('../img/container/bcg_right.png');
	background-repeat: repeat-y;
	font-size: 0px;
}
div#container_main {
	margin-left: 6px; /* container_bcg_left width */
	margin-right: 6px; /* container_bcg_right width */
	vertical-align: top;
	background-color: #3F3E41;
	font-size: 0px;
}
div#container_bcg_bottom {
	width: 700px;
	height: 48px;
	clear: both;
	background-image: url('../img/container/bcg_bottom.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
}

div#main_top {
	width: 688px; height: 430px;
}

div#main_top_left {
	width: 430px; height: 430px;
	float: left;
	font-size: 0px;
}
div#main_top_right {
	height: 430px;
	/* width: 258px; zpusobuje chybu IE 7 (nezobrazi se panel galerie) !!!!! zmensit !!!!! */
	width: 248px;
	float: right;
	text-align: left;
}
div#main_middle_line {
	width: 688px;
	height: 7px;
	background-color: #FFFFFF;
	font-size: 0px;
}
div#main_bottom {
	width: 688px;
	clear: both;
	background-color: #C31967;
	background-image: url('../img/main_bottom/bcg.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}
div#main_top_floating {
	clear: both;
	position: absolute;
	z-index: 1;
	width: 670px;
	top: 360px; left: 20px;
	text-align: left;
}
table#main_top_gallery_floating {
	float: left;
	margin: 0px;
}
table#main_top_gallery_floating td {
	width: 64px; height: 64px;
	text-align: center;
	vertical-align: middle;
	background-image: url('../img/gallery/bcg_preview_cross.gif');
}
table#main_top_gallery_floating td a {
	width: 64px; height: 64px;
	display:block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
table#main_top_gallery_floating a:hover {
	/* http://wellstyled.com/css-nopreload-rollovers.html */
	background-position: -64px 0;
}
table#main_top_gallery_floating a:active {
	/* http://wellstyled.com/css-nopreload-rollovers.html */
	background-position: -128px 0;
}
table#main_top_gallery_floating a.gallery_preview_selected {
	/* http://wellstyled.com/css-nopreload-rollovers.html */
	background-position: -128px 0;
}
table#main_top_gallery_floating td.galerry-prev-0 { background-color: #999999; }
table#main_top_gallery_floating td.galerry-prev-0 a {
	background-image: url('../img/gallery/bcg_gallery_0.gif');
}
table#main_top_gallery_floating td.galerry-prev-1 { background-color: #8C8C8C; }
table#main_top_gallery_floating td.galerry-prev-1 a {
	background-image: url('../img/gallery/bcg_gallery_1.gif');
}
table#main_top_gallery_floating td.galerry-prev-2 { background-color: #7F7F7F; }
table#main_top_gallery_floating td.galerry-prev-2 a {
	background-image: url('../img/gallery/bcg_gallery_2.gif');
}
table#main_top_gallery_floating td.galerry-prev-3 { background-color: #727272; }
table#main_top_gallery_floating td.galerry-prev-3 a {
	background-image: url('../img/gallery/bcg_gallery_3.gif');
}
table#main_top_gallery_floating td.galerry-prev-4 {	background-color: #666666; }
table#main_top_gallery_floating td.galerry-prev-4 a {
	background-image: url('../img/gallery/bcg_gallery_4.gif');
}
table#main_top_gallery_floating td.galerry-prev-5 { background-color: #4C4C4C; }
table#main_top_gallery_floating td.galerry-prev-5 a {
	background-image: url('../img/gallery/bcg_gallery_5.gif');
}
table#main_top_gallery_floating td.galerry-prev-6 {	background-color: #3F3F3F; }
table#main_top_gallery_floating td.galerry-prev-6 a {
	background-image: url('../img/gallery/bcg_gallery_6.gif');
}
table#main_top_gallery_floating td.galerry-prev-7 { background-color: #333333; }
table#main_top_gallery_floating td.galerry-prev-7 a {
	background-image: url('../img/gallery/bcg_gallery_7.gif');
}
table#main_top_gallery_floating td.galerry-prev-8 {	background-color: #262626; }
table#main_top_gallery_floating td.galerry-prev-8 a {
	background-image: url('../img/gallery/bcg_gallery_8.gif');
}
table#main_top_gallery_floating td.galerry-prev-9 { background-color: #191919; }
table#main_top_gallery_floating td.galerry-prev-9 a {
	background-image: url('../img/gallery/bcg_gallery_9.gif');
}

div.ico_camera {
	margin: 0px;
	float: left;
}
a.ico_camera {
}
img.ico_camera {
	width: 22px; height: 22px;
	margin: 0px;
	border: 0px;
	vertical-align: middle;
	cursor: hand; cursor: pointer;
}

img.gallery_preview {
	width: 54px; height: 54px;
	border: 0px;
	margin: 5px;
}

hr.clearer {
	 /* http://www.pixy.cz/pixylophone/2003_12_archiv.html#1071056082 */
	 clear: both;
   height: 1px;
   border: none;
   margin: -1em 0 0 0;
   visibility: hidden;
}
div.padding_main_content {
	width: 328px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 30px;
	margin-right: 330px;
	text-align: left;
}
/* end of: layout */

/* main_top_left (selected gallery image) */
img.gallery { width: 430px; height: 430px; border: 0px; padding: 0px; margin: 0px; }
/* end of: main_top_left (selected gallery image) */

/* main_top_right */
div.gallery_articles_list {
	padding-left: 5px;
	padding-top: 15px;
}
img.ico_gallery_category { width: 19px; height: 28px; border: 0px; margin-right: 5px; vertical-align: top; position: relative; top: -3px; }
img.ico_gallery_article { width: 19px; height: 19px; border: 0px; margin-right: 5px; vertical-align: middle;  position: relative; top: -3px; }
img.ico_gallery_article_selected { width: 19px; height: 19px; border: 0px; margin-right: 5px; vertical-align: middle; position: relative; top: -3px;  }


a.gallery_article_list {
	color: #9F9C9B;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	text-transform: uppercase;	
	text-decoration: none;
}
a.gallery_article_list:visited {color: #9F9C9B; text-decoration: none;}
a.gallery_article_list:hover {color: #E4E4E4; text-decoration: none; }

a.gallery_article_list_selected {
	color: #E4E4E4;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a.gallery_article_list_selected:visited {color: #E4E4E4; text-decoration: none;}
a.gallery_article_list_selected:hover {color: #FFFFFF; text-decoration: none;}

div.gallery_category {
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: top;
}

div.gallery_article {
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 30px;
}
div.gallery_article_title {
	color: #E8E8E8;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Tahoma, Arial, Helvetica;
	padding-bottom: 8px;
}
div.gallery_article_text {
	color: #C3C3C3;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
div.gallery_article_photo_descr {
	margin-top: 8px;
	color: #9F9C9B;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
/* end of: main_top_right */


/* articles */
h1.title_article, h2.title_article {
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 10px;
}
div.text {
	text-align: justify;
	color: #F1D9E4;	
}
/* end of: articles */

/* categories */

a.category {
	color: #3F3E41;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	line-height: 150%;
}
a.category:visited {color: #3F3E41; text-decoration: none;}
a.category:hover {color: #FFFFFF; text-decoration: none;}

a.category_selected {
	color: #84A21D; 
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	line-height: 150%;
}
a.category_selected:visited {color: #84A21D; text-decoration: none;}
a.category_selected:hover {color: #84A21D; text-decoration: none;}

h1.category, h2.category {
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #84A21D;
	margin: 0px;
	margin-bottom: 10px;
}

div.categories {
	padding-bottom: 15px;
}

div.category_tree_container {
	padding-bottom: 6px;
	border-bottom: 1px solid #BFBFBF;
	margin-bottom: 10px;
}
img.icon_category_tree { vertical-align: middle; width: 16px; height: 16px; border: 0px; margin-left: 0px; margin-right: 6px; }
img.icon_subcat { vertical-align: middle; width: 16px; height: 16px; border: 0px; margin: 0px; margin-right: 2px;}

div.category_tree {
	color: #3F3E41;
	height: 19px; 
	font-size: 11px; font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	margin-bottom: 3px;
}
a.category_tree {
	color: #3F3E41;
	font-size: 11px; font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	text-decoration:none;
}
a.category_tree:visited { color: #3F3E41; text-decoration:none;}
a.category_tree:hover { color: #3F3E41; text-decoration:underline;}
/* end of: categories */

/* pictures, photos */
div.picture_description {
	color: #5B5B5B; background-color: #FFFCD9; border: 1px solid #DF2484; margin-top: 2px;
	font-family: Tahoma, Arial, Helvetica; font-size: 11px;
}
img.article {
	border: 5px solid #FFFFFF;
	/* width: 54px; */
	/* height: 40px; */
	height: 54px;
}

/* end of: pictures, photos */

/* attachments */
.article_attachments { 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333333; font-weight: bold; 
}
a.attachment_name {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-weight: bold; color: #333333; 
	text-decoration: none;
}
a.attachment_name:visited {
	color: #333333; 
	text-decoration: none;
}
a.attachment_name:hover {
	color: #191919;
	text-decoration: underline;
}

.attachment_mimetype  {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #AD9E9D; 
}
/* end of: attachments */

/* table articles list */
table.articles_list {
	width: 100%;
	vertical-align: top;
}
table.articles_list td.arrow {
	width: 10px;
	vertical-align: top;
}
img.article_arrow {
	vertical-align: middle;
}
table.articles_list td.link {
	vertical-align: top; 
}
table.articles_list td.bottom_space {
	height: 6px; font-size: 6px;
	border-bottom: 1px solid #BFBFBF;
}
table.articles_list td.top_space {
	height: 6px; font-size: 6px;
	border-top: 1px solid #236906;
}

a.article_select {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.article_select:visited { color: #FFFFFF; text-decoration: none; }
a.article_select:hover { color: #FFFFFF;	text-decoration: underline; }

a.article_selected {
	color: #84A21D;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.article_selected:visited { color: #84A21D; text-decoration: none; }
a.article_selected:hover { color: #84A21D;	text-decoration: underline; }

/* end of: table articles list */

/* sitemap */
table.sitemap {
	width: 100%;
	border-collapse: collapse;
}
tr.sitemap_color_1 td { border-bottom: 1px solid #A0B8D3; }
tr.sitemap_color_2 td { border-bottom: 1px solid #A0B8D3; background-color: #ECF5FF; }
tr.sitemap_color_3 td { border-bottom: 1px solid #A0B8D3; background-color: #F2F9FF; }

a.category_sitemap {
	color: #113872;
	font-size: 11px; 
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;	
}
a.category_sitemap:visited {color: #113872; text-decoration: none;}
a.category_sitemap:hover {color: #113872; text-decoration: underline;}

a.article_sitemap {
	color: #585856;
	font-size: 11px; 
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;	
}
a.article_sitemap:visited {color: #585856; text-decoration: none;}
a.article_sitemap:hover {color: #585856; text-decoration: underline;}

a.article_sitemap_2 {
	color: #585856;
	font-size: 11px;
	font-weight: bold;	
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;	
}
a.article_sitemap_2:visited {color: #585856; text-decoration: none;}
a.article_sitemap_2:hover {color: #585856; text-decoration: underline;}

img.icon_articles_switch { vertical-align: middle; width: 16px; height: 16px; border: 0px; cursor: hand; cursor: pointer; }

/* end of: sitemap */

/* email style antispam */
.email_antispam {
	border-bottom: 1px dotted #262626;
	cursor: help;
	unicode-bidi:bidi-override; direction: rtl;
}
/* end of: email style antispam */

/* powered */
div.powered {
	padding-top: 10px;
	padding-left: 10px;
	color: #676767;
	font-family: Tahoma, Arial, Verdana; font-size: 10px;
}
img.powered { vertical-align: middle; border: 0px; margin-left: 1px; margin-right: 1px; width: 16px; height: 16px; text-decoration: none; }
a.powered {
	color: #676767;
	font-family: Tahoma, Arial, Verdana; font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.powered:visited {
	color: #676767; text-decoration: none;
}
a.powered:hover {
	color: #676767; text-decoration: underline;
}
/* end of: powered */


