/**
*
* Soubor s CSS styly specifickými pro aplikaci
*
* @package		slModules
* @subpackage	core-simple
* @version		$Id: document.css 4840 2008-09-05 11:04:50Z michal $
* @encoding		utf-8
* @author		Michal Kouďa <michal.kouda@e4you.cz>
* @copyright	(c) e4you spol. s r.o. 2002-2008, <design@e4you.cz>
*
* Obsah tohoto souboru je majetkem e4you spol. s r.o. Jeho kopírování,
* pozměňování, šíření a jakékoli další využití je možné výhradně
* se souhlasem e4you spol. s r.o.
*
*/

body {
	font-size: .75em;
	margin: 0;
	padding: 0;
	background: #9C9D9F;
}

a { color: #cfcf00;
	font-weight:bold;
 }

a:hover { color: #666;
	font-weight:bold;
 }

img {
	border-style:none;
}

#main_box {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	background: #fff;
}

#main_box_inner {
	padding: 0;
}

#header {
	background: #fff url(../../images/layout/header.png) no-repeat;
	height: 175px;
}

#logo {
	visibility: hidden;
}

/*** OBSAH ****/

#content {
	margin: 0 ;
	padding: 0;
	float:left;
	width: 100%;
	margin-right: -100%;
	background: #fff url(../../images/layout/doo.png) no-repeat 832px 0;
}


#text {
	float: left;
	width: 100%;
}

#intext {
	float:left;
	width:51em;
	padding: 0 15px 0 210px;

}

* html #intext {

}

#intext_wide {
	padding-left: 220px;
}

h1, h2, h3, h4 {
	margin: 0 0 .5em 0;
	font-size: 1.3em;
}

h2 a, h3 a, h4 a {
	color: #666;
}

h1 {
	font-size: 1.5em;
	color: #cfcf00;
}

h2 {
	font-size: 1.3em;
}

h3, h4 {
	font-size: 1.2em;
	margin: 0;
	color: #cfcf00;
}

#flash {
position:absolute;
left:0;
top:0;
z-index:2;
width: 1000px;
height:660px;
background-color:white;
}

.section_content {
	border-top: 2px dotted #cfcf00;
	border-right: 2px dotted #cfcf00;
	padding-right:5px;
}

.section_content p:hover{
	background-color: #eee;
}

.section_content table:hover{
	background-color: #eee;
}

.section_content ul li:hover{
	background-color: #eee;
}

.section_content table {
	padding:5px;
	margin-bottom:20px;
}

.section_content table td{
	vertical-align: top;
}

.section_content table:hover a, .section_content table:hover h4, .section_content p:hover a, #contacts td:hover a, {
	text-decoration: none;
	color:#8f9800;
}

#contacts:hover{
	text-decoration: none;
	background-color:#fff;
}

#contacts td:hover{
	background-color: #eee;
}



/*** PŘEHLED ČLÁNKŮ  *****/
.article_detail{
	border-top: 2px dotted #cfcf00;
	border-right: 2px dotted #cfcf00;
	padding:0;
	margin:0;
	padding-right:5px;
}

.article_detail p:hover{
	background-color: #eee;
}

.articles{
border-right: 2px dotted #cfcf00;
padding-right:5px;
}

.article_preview {
	margin-bottom: 1em;
}

.article_image {
	float: left;
	margin: 0 .5em .5em 0;
	color: #aaa;
	border: 1px solid #eee;
}

.article_image img {
	border: 1px solid #ddd;
}

.article_date {
	color: #666;
}

.perex{
	padding:0;
	margin:0;
}

.perex:hover{
	background-color: #eee;
}


/**** TOP MENU ****/

#top_menu {
	width: 810px;
	height:20px;
	float: left;
	margin-top: 122px;
	margin-left: 190px;
	margin-right: 0;
	_margin-left: 90px;
	overflow:hidden;
	color:#FFF;
	text-decoration: none;
	font-size: 14px;
}

#top_menu a{
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
}

#top_menu a .selected{
	color:#666;
	font-weight: bold;

}

#top_menu a:hover{
	color:#666;
	font-weight: bold;
}



/*** LEVE MENU *****/

#left_column {
	padding-top:1px;
	width: 170px;
	float: left;
	margin-top: 0;
	margin-left:0;
	font-size: 1.2em;
}

.menu_list {
	margin: 0;
	padding: 3px 0 0 0;
	background: #FFF url(../../images/layout/menu_top.png) no-repeat;
}

.menu_list li {
/*	display: inline;*/
	list-style-type: none;
	padding: 0 0 1px 0;
	margin: 0;
	width: 170px;
	border-bottom: 1px solid #FFF;
}

.menu_list a {
	display: block;
	width: 160px;
	height: 100%;
	position: relative;
	color: #FFF;
	padding:7px;
	font-weight: bold;
	text-decoration: none;

}

.menu_list a:hover {
	color: #FFF;
	background:transparent url(../../images/layout/menu_on.png) repeat-y;
	color:#666;
}

.menu_list li a span {
}

#left_menu .level_1 {
	border-top: 0;
	background: transparent url(../../images/layout/menu_on.png) repeat-y;
}

#left_menu .level_2 {
	background: transparent url(../../images/layout/menu_of.png) repeat-y;
}

#left_menu .level_2.selected {
	background: transparent url(../../images/layout/menu_on.png) repeat-y;
}

.submenu_list {
	margin: 0;
	padding: 0;
}

/*** PRAVÝ SLOUPEC ****/
#right_column {
	margin: 0 ;
	width: 150px;
	float: right;
	padding-top:2.5em;
	padding-right:1em;
	overflow:hidden;
	height:450px;
}

#right_column h2{
	color: #cfcf00;
	text-transform: uppercase;
}

.news {
border-bottom: 1px dotted #cfcf00;
padding-bottom:13px;

}

.news h3 a, .article_preview h3 a{
color: #cfcf00;
text-decoration: none;
}

.news p {
	margin: 0;
}

.news_perex {
/*	clear: left;*/
}

/*** PATICKA ***/

#footer {
	margin: 0 .3em 0 0;
	padding: .5em;
	font-size: .9em;
	color: #666;
	z-index:3;
}

#footer a {
}

#dbqueries {
	color: #666;
}

#homepage_link {
	display: block;
	position: absolute;
	width : 135px;
	height: 130px;
	top: 0px;
	left: 865px;
}

#top_homepage_link {
	display: block;
	position: absolute;
	width : 170px;
	height: 130px;
	top: 0px;
	left: 0px;
}

.article_preview .files_table {
	clear: none;
	margin-bottom: 1em;
}

.files_table {
	clear: both;
}

.files_table td {
	padding: .1em .6em;
}

.files_table tr th{
text-align:left;
color: #cfcf00;
}

.files_table .even td {
}

.return_link {
	margin: 1em 0;
}


/*** GALERIE ***/
.gallery {
	width: 100%;
}

.gallery_item {
	float: left;
	padding: .5em;
	height: 180px;
/* 	width: 150px; */
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: center;
}

.gallery_item  img {
	border: 4px solid #fff;
	margin-bottom: .2em;
}

/** Kompaktní galerie */

.compact_gallery {
	width: 460px;
	background: #eee;
	border: 1px solid #ccc;
	margin: 0 auto;

}

#compact_gallery_full_size {
	width: 420px;
	height: 300px;
	background: #ccc;
	margin: 10px auto;
	text-align: center;
	overflow: hidden
}

#compact_gallery_main_image {
	width: 420px;
}

#compact_gallery_preview {
	width: 420px;
	background: #fff;
	overflow: hidden;
	height: 36px;
	padding: 2px 0;
	margin: 10px auto;
	position: relative;
}

#compact_gallery_thumbs {
	position: absolute;
	height: 40px;
	width: 	5000px;
	padding-left:25px
}

#compact_gallery_thumbs img {
	width:50px;
	margin-right: 4px;
}

.compact_gallery_arrow {
	position: absolute;
	width: 25px;
	height: 53px;
	padding-top: 7px;
	background: #fff;
	text-align: center;
}

#compact_gallery_left {
	top: 0;
	left: 0;
}

#compact_gallery_right {
	top: 0;
	right: 0;
}

.compact_gallery_item {
	float: left;
}


#language_selector {
	width: 180px;
	height: 30px;
	position: absolute;
	top: 137px;
	left: 13px;

}


#searchbox input {
	width: 100px;
}

/** ta flash na titulce */
#homepage_flash {
	position: absolute;
	top: 0;
}

#skip_intro {
	text-align: center;
	font-weight: bold;
	z-index:3;
	position:absolute;
	left:450px;
	top:60px;
	font-size: 1.5em;


}

ul.doted {
list-style:url(../../images/layout/dot-small.png);
}

p.no_hover:hover{
background-color:transparent;
}
