/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-03-27 01:00                                                    */
/* Last changed by: Josef Vondracek                                                     */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

body
{
	background: white;
	color: #858f94;
	font-size: 100%;
	font-family: "Arial", "Verdana", "Tahoma";
	font-family: Arial, Verdana, Tahoma;
	background: white url(images/background.jpg) no-repeat center top;
}

body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, input, select, textarea, sub, sup
{
	font-size: 100%;
	font-family: "Arial", "Verdana", "Tahoma";
	font-family: Arial, Verdana, Tahoma;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #72d4f6;
	text-decoration: underline;
}

a:hover
{
	/*text-decoration: none;*/
}

label
{
	cursor: pointer;
}

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

/*======================================================================================*/

#page
{
	width: 1000px;
	padding: 0 0 35px 0;
	margin: 0 auto;
	position: relative;
	display: block;
	overflow: visible;
	font-size: 70%;
}

.reklama{
text-align: center;
margin-bottom: 40px;
}
/*======================================================================================*/
/* TOP PANEL                                                                            */
/*======================================================================================*/

#topPanelHolder
{
	width: 1000px;
	height: 141px;
}

#topPanelHolder a
{
	width: 198px;
	height: 71px;
	display: block;
	position: absolute;
	left: 105px;
	top: 30px;
	z-index: 250;
	background: url(images/logo.png) no-repeat 0px 0px;
}

#topPanelHolder a.zemeCZ
{
	width: 30px;
	height: 23px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 250;
        background: none;
}

#topPanelHolder a.zemeSK
{
	width: 30px;
	height: 23px;
	display: block;
	position: absolute;
	left: 33px;
	top: 0px;
	z-index: 250;
        background: none;
}

#topPanelHolder a strong
{
	display: none;
}

#topPanelHolder h1
{
	display: none;
}

/*======================================================================================*/

#topPanel
{
	width: 609px;
	height: 140px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

/*======================================================================================*/

#topPanel ul
{
    width: 609px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2000;
	list-style: none;
}

#topPanel ul li
{
    width: 77px;
    height: 28px;
	margin: 0 19px 0 0;
	_margin: 0 19px 0 0;
	position: relative;
	display: block;
	float: left;
    text-align: center;
}

#topPanel ul li.i1 { width: 63px; }
#topPanel ul li.i2 { width: 77px; }
#topPanel ul li.i3 { width: 77px; }
#topPanel ul li.i4 { width: 108px; }
#topPanel ul li.i5 { width: 108px; }
#topPanel ul li.i6 { width: 63px; }

#topPanel ul li a
{
    width: 100%;
    height: 23px;
    padding: 5px 0 0 7px;
    _padding: 5px 0 0 0px;
    position: relative;
    display: block;
    background: url(images/menu-item.png) no-repeat 0 0;
	color: white;
	font-size: 100%;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

#topPanel ul li a strong
{
    _position: relative;
    _left: 5px;
}

#topPanel ul li a span.rs
{
    width: 7px;
    height: 28px;
    position: absolute;
    right: -7px;
    top: 0;
    background: url(images/menu-item-right.png) no-repeat 0 0;
}

#topPanel ul li a:hover,
#topPanel ul li.active a
{
    background-position: 0 -28px;
}

#topPanel ul li a:hover span.rs,
#topPanel ul li.active a span.rs
{
    background-position: 0 -28px;
}

#topPanel ul li.last
{
    margin: 0;
}

/*======================================================================================*/

#topPanel form
{
    width: 154px;
    height: 76px;
    position: absolute;
    right: 20px;
    top: 40px;
    display: block;
    background: url(images/form-background.png) no-repeat 0 0;
}

#topPanel form span
{
    height: 27px;
    position: absolute;
    left: 15px;
    display: block;
}

#topPanel form span input
{
    height: 22px;
    position: absolute;
    left: 8px;
    top: 0;
    padding: 4px 0 0 0;
    _padding: 8px 0 0 0;
    background: none;
    border: none;
    color: #3d91b1;
}

#topPanel form span.loginName
{
    width: 123px;
    top: 10px;
    background: url(images/login-name-background.png) no-repeat 0 0;
}

#topPanel form span.loginName input
{
    width: 107px;
}

#topPanel form span.loginPassword
{
    width: 87px;
    top: 40px;
    background: url(images/login-password-background.png) no-repeat 0 0;
}

#topPanel form span.loginPassword input
{
    width: 70px;
}

#topPanel form input.button
{
    width: 32px;
    height: 24px;
    padding: 0 0 0 0;
    position: absolute;
    left: 105px;
    top: 41px;
    display: block;
    border: none;
    background: url(images/login-button-background.png) no-repeat 0 0;
    color: White;
    text-transform: uppercase;
    text-align: center;
}

/*======================================================================================*/

#topPanel a.addFreeArticle
{
    width: 214px;
    height: 76px;
    position: absolute;
    left: -2px;
    top: 44px;
    display: block;
    background: url(images/free-article-background.png) no-repeat 0 0;
}
#topPanel a.addPayArticle
{
    width: 214px;
    height: 76px;
    position: absolute;
    left: 217px;
    top: 44px;
    display: block;
    background: url(images/chci.png) no-repeat 0 0;
}

#topPanel a.addFreeArticle strong
{
    display: none;
}
#topPanel a.addPayArticle strong
{
    display: none;
}


/*======================================================================================*/
/* CONTENT PANEL                                                                        */
/*======================================================================================*/

#contentPanel
{
	width: 1000px;
	padding: 10px 0 0 0;
	clear: both;
}

/*======================================================================================*/

#contentPanel #leftPanel
{
    width: 690px;
    padding: 35px 0 0 0;
    margin: 0;
    float: left;
    overflow: hidden;
}

/*======================================================================================*/

#contentPanel #rightPanel
{
    width: 299px;
    margin: 0;
    padding: 0 10px 0 0;
    float: right;
}

/*============================================*/

#contentPanel #rightPanel form
{
    width: 299px;
    height: 59px;
    position: relative;
    display: block;
    background: #dde8eb;
}

#contentPanel #rightPanel form span
{
    width: 188px;
    height: 34px;
    position: absolute;
    left: 24px;
    top: 14px;
    display: block;
    background: url(images/search-input.png) no-repeat 0 0;
}

#contentPanel #rightPanel form input
{
    border: none;
    background: none;
}

#contentPanel #rightPanel form input.text
{
    width: 170px;
    height: 25px;
    position: absolute;
    left: 7px;
    top: 5px;
    display: block;
}

#contentPanel #rightPanel form input.button
{
    width: 60px;
    height: 29px;
    position: absolute;
    left: 220px;
    top: 17px;
    display: block;
    background: url(images/search-button.png) no-repeat 0 0;
    color: White;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

/*============================================*/

#contentPanel #rightPanel .categories
{
    width: 255px;
    padding: 22px 22px 22px 22px;
    background: #ecf0f1;
}

#contentPanel #rightPanel .categories .column1
{
    width: 115px;
    padding: 0 25px 0 0;
    float: left;
}

#contentPanel #rightPanel .categories .column2
{
    width: 115px;
    float: left;
}

#contentPanel #rightPanel .categories h3
{
    padding: 0 0 6px 0;
    color: #54737d;
}

#contentPanel #rightPanel .categories ul
{
    list-style: none;
}

#contentPanel #rightPanel .categories ul li
{
    padding: 0 0 2px 0;
}

#contentPanel #rightPanel .categories ul a
{
    color: #2bbff1;
}

#contentPanel #rightPanel .categories ul a:hover
{
    
}

/*============================================*/

#contentPanel #rightPanel .tagCloud
{
    width: 269px;
    padding: 22px 15px 22px 15px;
    font-size: 90%;
    text-align: center;
}

#contentPanel #rightPanel .tagCloud a
{
    padding: 0 4px;
    line-height: 22px;
    color: #2bbff1;
    font-weight: bold;
    text-decoration: none;
}

#contentPanel #rightPanel .tagCloud a:hover
{
    text-decoration: underline;
}

#contentPanel #rightPanel .tagCloud a.size1 { font-size: 160%; }
#contentPanel #rightPanel .tagCloud a.size2 { font-size: 120%; }
#contentPanel #rightPanel .tagCloud a.size3 { font-size: 110%; }

/*============================================*/

#contentPanel #rightPanel .mostReaded
{
    width: 255px;
    padding: 22px 22px 22px 22px;
    background: #ecf0f1;
}

#contentPanel #rightPanel .mostReaded h3
{
    padding: 0 0 6px 0;
    color: #54737d;
}

#contentPanel #rightPanel .mostReaded ul
{
    list-style: none;
}

#contentPanel #rightPanel .mostReaded ul li
{
    padding: 0 0 2px 0;
}

#contentPanel #rightPanel .mostReaded ul li a
{
    color: #2bbff1;
}

#contentPanel #rightPanel .mostReaded ul li a:hover
{
    
}

/*============================================*/

#contentPanel #rightPanel .rightBox
{
    width: 187px;
    height: 502px;
    margin: 20px auto;
    border: 1px solid #dde8eb;
}

#contentPanel #rightPanel .rightBox2
{
    width: 255px;

    margin: 10px auto;

}
#contentPanel #rightPanel .rightBox2 p
{
text-align: justify;
width: 255px;
padding: 0px;
margin-bottom: 10px;

}
/*======================================================================================*/
/* BOTTOM PANEL                                                                         */
/*======================================================================================*/

#bottomPanel
{
    width: 100%;
    height: 195px;
    position: relative;
    clear: both;
    background: #b7d3dd;
}

#bottomPanel .content
{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#bottomPanel .content a.bottomLogo
{
    width: 160px;
    height: 58px;
    position: absolute;
    left: 90px;
    top: 70px;
    background: url(images/bottom-logo.png) no-repeat 0 0;
}

#bottomPanel .content a.bottomLogo strong
{
    display: none;
}

#bottomPanel .content p
{
    width: 168px;
    height: 31px;
    padding: 8px 0 0 20px;
    _padding: 4px 0 0 10px;
    position: absolute;
    left: 260px;
    _left: 270px;
    top: 85px;
    display: block;
    background: url(images/copyright-background.png) no-repeat 0 0;
    color: #83b7ca;
    font-size: 55%;
}

#bottomPanel .content p a
{
    color: #83b7ca;
    font-weight: bold;
    text-decoration: underline;
}

