/**
*
* Soubor s CSS styly specifickými pro aplikaci
*
* @package		slModules
* @subpackage	core-simple
* @version		$Id$
* @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;
	color: #000;
	margin: 0;
	padding: 0;
	background: #33860b;
}

a { color: #24849c; }
a:hover { color: #003c4b; }

#main_box {
	width: 850px;
	margin: 2em auto;
	position: relative;
}

#main_box_inner {
	border: 1px solid #000;
	background: #fff;
}

#header_box {
}

#header {
	height: 87px;
	position: relative;
}

#logo {
	display: block;
	width: 370px;
	height: 81px;
	background: url(../../images/layout/logo.png) no-repeat 5px 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*** HLAVNI MENU ****/

#main_menu {
	position: absolute;
	top: 85px;
	left: 1em;
	background: transparent url(../../images/layout/menu-left-side.png) no-repeat 0 100%;
	text-transform: uppercase;
	width: 835px;
	height: 35px;
	font-size: 92%;
}

#main_menu_box {
	background: transparent url(../../images/layout/menu-shadow.png) repeat-x;
	margin-left: 3px;
}

#main_menu_list {
	margin: 0;
	padding: 0;
	height: 29px;
	padding-top: 5px;
	background: transparent url(../../images/layout/menu-bg.png) repeat-x 0 10px;
/*	border-bottom: 1px solid #cdcdcd;*/
	padding-bottom: 1px;
}

#main_menu li {
	list-style-type: none;
	margin: 0;
	float: left;
	background: transparent url(../../images/layout/separator.png) no-repeat 0 55%;
}

#main_menu li.no_separator {
	background: none;
}

#main_menu a {
	display: block;
	text-decoration: none;
	line-height: 34px;
	color: #000;
	padding: 0 .8em;
}

/*** opatlání, aby to fungovalo i v IE6 */
* html #main_menu_list {	overflow: hidden; }
* html #main_menu a { width: 1%;}

#main_menu a:hover {
	color: #33860b;
}

#main_menu_list li.selected {
	background: transparent url(../../images/layout/folder-left-side.png) no-repeat;
}

#main_menu_list .selected a {
	background: transparent url(../../images/layout/folder-right-side.png) no-repeat 100% 0;
}

/*** OBSAH ****/

#content {
	margin: 4em 0 1em 0;
	padding: 0;
	float:left;
	width: 100%;
	margin-right: -100%;
}

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

#intext {
	margin-left: 215px;
	padding-right: 215px;
	min-height: 400px;
}


* html #text  {
	height: 400px;
}

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

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

h1 {
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
}

h3, h4 {
	font-size: 1.1em;
}

#title_news {
	margin: 0 0 .5em 0;
	font-size: 1.3em;
	color: #666;
 	font-weight: normal;
}

/*** PŘEHLED ČLÁNKŮ  *****/

.articles {
}

.article_date {
	color: #666;
}

.article_preview {
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: 2px dotted #eee;
}

.article_preview p {
	margin: 0;
}

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

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

.news {
	border-bottom: 3px solid #eee;
	margin-right: .5em;
	padding-bottom: 1em;
	margin-bottom: .5em;
}

.news p {
	margin: 0;
}

.news h3 {
	margin: 0;
	font-size: 1.05em;
}

.news_perex {
	clear: left;
}

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

#left_column {
	width: 190px;
	float: left;
	margin: 4em 0 1em 0;
	padding-left: 1em;
	border-right: 3px solid #eee;
}

#left_menu {
	margin: 0 0 1em 0;
	padding: 0;
}

.menu_list {
	margin: 0;
	position: relative;

}

.menu_list li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu_list span {
	display: block;
	background: url(../../images/layout/red-arrow.png) no-repeat 0 .7em;
	}

.menu_list a {
	display: block;
	text-decoration: none;
	padding: .3em 0 .3em 1em;
	color: #0a556d;
	margin-right: 6px;
	border-bottom: 1px solid #dfdfdf;
	background: url(../../images/layout/gray-arrow.png) no-repeat 0 .7em;
}

.menu_list a.selected {
	font-weight: bold;
	background: url(../../images/layout/red-arrow.png) no-repeat 0 .7em;
}

.menu_list a:hover {
	background: transparent;
}

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

li.submenu_holder {
	background: none;
}

li.image_menu {
	background: none;
}

li.image_menu a, li.image_menu img {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

/*** PRAVÝ SLOUPEC ****/

#right_column {
	width: 190px;
	float: right;;
	margin: 4em 0 1em 1em;
}

/*** PATICKA ***/

#footer {
	margin: 0 .3em;
	padding: .25em 1em;
	border-top: 4px solid #ccc;
}

#bottomlinks {
	background: #33860b;
	color: #eee;
	padding: .25em 1em;
}

#bottomlinks a {
	color: #eee;
}

#corner{
	position: absolute;
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	background:  url(../../images/layout/top-left-corner.png) no-repeat 0 0;
}

#homepage_link {
	display: block;
	position: absolute;
	width : 250px;
	height: 30px;
	top: 20px;
	left: 10px;
}

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

.files_table {
	border: 1px solid #eee;
	clear: both;
}

.files_table td {
	background: #fffbf2;
	padding: .1em .6em;
}

.files_table th {
	background: #fffbf2;
}

.files_table .even td {
	background: #f4f2ff;
}

.return_link {
	margin: 1em 0;
}

#top_banner {
	position: absolute;
	top: 10px;
	right: 10px;
}

.right_column_banner a {
	display: block;
	margin-bottom: .5em;
}

