/**
 *  CSS STYLE
 */
 
body {
	background-color: white;
	color: rgb(111, 111, 111);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	background-color: inherit;
	color: rgb(115, 190, 30);
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 17px;
	color: black;
	background-color: inherit;
}
h3 {
	font-size: 11px;
	color: black;
	background-color: inherit;
	border-left: 13px solid rgb(255,137,11);
	padding-left: 7px;
	margin-top: 5px;
}
h4 {
    font-size: 12px;
}

form {
	margin: 0px;
	padding: 0px;
}

div#main {
	width: 800px;
}

/**
 *  HEADER 
 */
div#header {
	width: inherit;
	height: 147px;
}
div#header div#pasik {
	height: 18px;
	width: inherit;
	background-color: rgb(115, 190, 30);
	color: #FFF;
	text-align:right;
}
#pasik span { margin-right:10px; }
#pasik a { color:#FFF; }


div.spacer {
	width: 22px;
	height: 110px;
	float: left;
} 
div#header div#head {
	width: 778px;
	float: left;
}
div#header div#head div#logo {
	width: 148px;
	float: left;
}
div#header div#head div#mainimg {
	width: 630px;
	height: 110px;
	background-image: url("img/main_img.jpg");
	float: left;
}
div#header div#head div#mainimg div#menu_top {
	width: inherit;
	margin-top: 80px;
	margin-left: 20px;
}

/**
 *  horne menu 
 */
div#menu_top div.menu_item {
	float: left;
}
div#menu_top div.menu_item div.rect {
	float: left;
	margin-top: 2px;
}
div#menu_top div.menu_item div.text, div#menu_top div.menu_item div.text_last {
	float: left;
	margin-left: 6px;
	margin-right: 10px;
}
div#menu_top div.menu_item div.text_last {
	margin-right: 0px;
}
div#menu_top div.menu_item div.text a, div#menu_top div.menu_item div.text_last a  {
	font-weight: bold;
}

div#header div#head div#line {
	width: 740px;
	border-top: 1px dashed rgb(115, 190, 30);
	float: left;
	font-size: 0px;
}


/**
 *   LEFT SIDE
 */
div#left {
	width: 148px;
	float: left;
	margin-right: 17px;
}

div#left div#menu_left {
	margin-bottom: 15px;
}
div#left div#menu_left div.menu_item {
	border-bottom: 1px solid rgb(210, 234, 183);
	width: inherit;
	padding-top: 3px;
	padding-bottom: 3px;
}
div#left div#menu_left div.menu_item a {
	font-weight: bold;
}
div#left div#menu_left div.menu_item img {
	margin-right: 5px;
}


div#left div#flash {
    margin-top: 15px;
    float: left;
}


/**
 *   CONTENT - MIDDLE
 */
div#content {
	width: 413px;
	float: left;
	padding-left: 3px;
}
div#content div#status {
	font-size: 9px;
	margin-bottom: 5px;
}
div#content div#status a {
	color: rgb(111,111,111);
	background-color: white;
}
div#content div#status a:hover {
	color: rgb(115, 190, 30);
	background-color: white;
}

div#content div.teaser {
	width: inherit;
	float: left;
	margin-bottom: 18px;
}
div#content div.teaser div.arrow {
	float: left;
}
div#content div.teaser div.text {
	width: 398px;
	float: left;
}
div#content div.teaser div.text h2 {
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
div#content div.teaser div.text p.under {
    margin: 0px;
    padding: 0px;
}
div#content div.teaser div.text p {
	margin: 5px 0px 0px 0px;
}

div#content div#nav {
    width: 100%;
    float: left;
}
div.prev {
	float: left;
	margin-left: 10px;
}
div.next {
	float: right;
	margin-right: 10px;
}

div#content p.bodytext {
	/*ine-height: 18px;*/
	margin: 0px;
}
div#content p.bodytext strong {
	color: black;
	background-color: inherit;
}
div#content div.separator {
	width: inherit;
	border-top: 1px dashed rgb(115, 190, 30);
	font-size: 0px;
	margin: 15px 0px 20px 0px;
}
/*
div#content div#big {
	background-image: url("img/big_img.jpg");
	width: 412px;
	height: 170px;
}
div#content div#big div.text {
	float: left;
	margin-top: 120px;
	width: 305px;

}
div#content div#big div.text h2 {
	color: #FFFFFF;
	background-color: inherit;
	font-size: 18px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
div#content div#big div.link {
	float: left;
}
*/

div#content table {
    font-size: 10px;
}

div#content table tr {
    /*width: 150px;*/
}
div#content table tr td {
   /* width: 30px;*/
}

div#content div#article h1 {

}
div#content div#article div#top_article {
    width: 100%;
    height: auto;
    float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: justify;
	margin-bottom: 20px;
}
div#content div#article div#top_article div#image {
    float: left;
	margin-right: 10px;
/*	margin-bottom: 20px;*/
}
div#content div#article div#main_text {
	text-align: justify;
}
div#content div#article div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	margin: 20px 10px 20px 10px;
	background-color: inherit;
	color: rgb(115,190,30);
}

div#content div#formular {
    float: left;
    margin-top: 10px;
}
div#content div#formular div.popis {
    width: 20%;
    float: left;
    margin-bottom: 5px;
    
}
div#content div#formular div.input {
    width: 80%;
    float: left;
    margin-bottom: 5px;
}
div#content div#formular div.input input {
    width: 250px;
    font-size: 10px;
    color: rgb(111,111,111);
    background-color: white;
    border: 1px solid rgb(111,111,111);
}
div#content div#formular div.input textarea {
    width: 250px;
    height: 100px;
    color: rgb(111,111,111);
    background-color: white;
    border: 1px solid rgb(111,111,111);
}
div#content div#formular div.input input.button {
    width: 100px;
    color: white;
	background-color: rgb(115,190,30);
	border: 0px;
	cursor: pointer;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    
}

/**
 *   RIGHT SIDE
 */
div#right {
	width: 183px;
	float: right;
	margin-left: 13px;
}

/**
 *   BOTTOM
 */
div#bottom {
	width: 800px;
	height: 75px;
	background-color: rgb(219, 238, 197);
	margin-top: 20px;
	float: left;
	color: rgb(115, 190, 30);
   padding-right:25px;
}
div#bottom div#text_bottom {
	margin-left: 200px;
	margin-top: 20px;
}

/**
 *  OHLASY
 */
div#ohlasy {
	width: 180px;
	/*width: 100%;*/
	height: auto;
	background-color: rgb(242, 242, 242);
	color: rgb(111,111,111);
	padding-left: 2px;
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
}
div#ohlasy div.ohlas {
	float: left;
	width: inherit;
	height: auto;
	margin-bottom: 15px;
}
div#ohlasy div.ohlas div.arrow {
	float: left;
	width: 20px;
	height: 20px;
}
div#ohlasy div.ohlas div.ohlas_text {
	float: right;
	width: 155px;
}
div#ohlasy div.ohlas div.ohlas_text b {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#ohlasy div.ohlas div.ohlas_text span {
	font-size: 10px;
}
div#ohlasy div.ohlas div.ohlas_text p {
	margin: 3px 0px 0px 0px;
	padding: 0px;
}
div#ohlasy strong.nazor {
    margin-bottom: 5px;
    margin-left: 20px;
}

div#ohlasy p {
    margin: 10px;
    padding: 0px;
}

div#ohlasy ul {
    margin: 10px;
    margin-left: 25px;
    padding: 0px;
}
div#ohlasy ul li {
    margin: 0px;
    padding: 0px;
}

/**
 *  Email servis
 */
div#email_servis {
	/*height: 51px;*/
	color: rgb(111,111,111);
	background-color: rgb(233,233,233);
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 10px;
	float: left;
	padding-right:5px;

}

div#email_servis input.text {
	width: 102px;
	height: 20px;
	border: 1px solid rgb(207,207,207);
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(111,111,111);
	background-color: white;
	font-weight: normal;
	padding-left: 3px;
	float:left;
	margin-right:2px;
}

/*div#email_servis*/ input.button {
	width: 25px;
	height: 22px;
	color: white;
	background-color: rgb(115,190,30);
	border: 0px;
	cursor: pointer;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	padding: 0px;*/

  /*width:30px;*/
	margin: 0px;
	
}

/*
 *  LOGIN formular
 */
div.text1 {
	float: left;
	/*background-color: red;*/
	width: 40px;
	/*height: 30px;*/
	text-align: right;
	padding-top:5px;
}
div.polia1 {
	float: left;
	width: 90px;
	/*background-color: blue;*/
}
div.polia1 input {
	width: 80px;
	margin-left: 10px;
	border: 1px solid gray;
	margin-top: 3px;
}
div.polia1 input.vstup, div.polia1 input.odhlasit {
	margin-left: 39px;
	width: 51px;
	color: white;
	background-color: rgb(115,190,30);
	border: 0px;
	cursor: pointer;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
}

input.buttonzaregistruj {
	width:100px;
	height:25px;
	background-color:#73BD1E;
	border-style:none;
	/*font-family:arial;*/
	color:white;
	font-size:12px;
	font-weight:bold;
}


div.polia1 input.pole
{
/*	height:15px;*/
}


input.vstup {
    background-image: url("img/vstup.jpg");
    height: 21px;

}
/**
 *  ANKETA - frontpage
 */
div#anketa {
	width: 180px;
	border-left: 1px solid rgb(226,226,226);
}
div#anketa div#inner {
	margin-left: 18px;
}
div.element {
	margin-bottom: 15px;
}
div#anketa div#inner h4 {
	color: rgb(115, 190, 30);
	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
div.element div.per {
	color: red;
	background-color: rgb(115, 190, 30);
	height: 13px;
	float: left;
	margin-right: 5px;
}



/* 
 *  FORUM
 */

div.tx-chcforum-pi1-navPath {
	background-color: rgb(115,190,30);
	color: white;
	/*height: 25px;*/
	padding: 6px 0px 6px 5px;
}
div.tx-chcforum-pi1-navPath a {
	color: white;
	background-color: inherit;
	font-weight: bold;
}

table.tx-chcforum-pi1-Table {
	background-color: rgb(242,242,242);
	color: rgb(115, 190, 30);
	font-size: 11px;
}
table.tx-chcforum-pi1-Table thead {
	background-color: rgb(242, 242, 242);
	color: white;
}
td.tx-chcforum-pi1-catThreadCell, td.tx-chcforum-pi1-catPostCell {
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: black;
	background-color: white;
}
table.tx-chcforum-pi1-Table thead th {
	text-align: left;
	padding-left: 10px;
	border-top: 1px solid black;
	background-color: rgb(242, 242, 242);
	color: black;
	padding-right: 15px;
}
table.tx-chcforum-pi1-Table tbody {
	background-color: white;
	color: rgb(111, 111, 111);
}
table.tx-chcforum-pi1-Table tbody th {
	background-color: rgb(220, 220, 220);
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.tx-chcforum-pi1-catConferenceCell dt {
    font-weight: bold;
    margin-top: 5px;
    font-size: 14px;
    color: black;
    background-color: white;
}
td.tx-chcforum-pi1-catConferenceCell dd {
    margin-left: 0px;
}
td.tx-chcforum-pi1-catConferenceCell dd a {
    font-size: 11px;
}
td.tx-chcforum-pi1-catConferenceCell ul.list a {
    color: gray;
    background-color: white;
}
td.tx-chcforum-pi1-catConferenceCell strong.recnik {
    font-size: 12px;
    font-weight: bold;
}


/* prispevok */
div.author {
	background-color: rgb(242, 242, 242);
	color: black;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top: 1px solid black;
	
}
div.forum_text {
	padding: 3px 7px 0px 7px;
	text-align: justify;
}
div.edit {
	text-align: right;
	padding: 0px 10px 3px 0px;
}
div.edit a {
	color: black;
	background-color: inherit;
}
div.edit a:hover {
	text-decoration: none;
	color: rgb(115, 190, 30);
	background-color: inherit;
}


/* spodok fora */
div.tx-chcforum-pi1-pageLinksBtm {
	background-color: rgb(115, 190, 30);
	color: white;
	border-top: 1px solid black;
	text-align: right;
	padding: 5px 10px 5px 0px;
}
div.tx-chcforum-pi1-pageLinksBtm a {
	color: white;
	background-color: inherit;
}
div.tx-chcforum-pi1-linkUp {
	text-align: right;
	padding: 6px 10px 6px 0px;
}

/* post form */
div#formWhere {
	background-color: rgb(115, 190, 30);
	color: white;
	border-bottom: 1px solid black;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
}
form.tx-chcforum-pi1-postForm {
	background-color: rgb(242,242,242);
	color: rgb(115, 190, 30);
	width: 410px;
}
.tx-chcforum-pi1-postForm fieldset label {
	display: block;
	text-align: left;
	margin-top:4px;
	width: 60px;
	float: left;
	font-weight: bold;
	color: black;
	background-color: inherit;
	margin-left: 10px;
}
fieldset#formTop {
	margin-top: 8px;
}
.tx-chcforum-pi1-postForm fieldset#formTop div.input {
	width: 300px;
	height: 25px;
}
.tx-chcforum-pi1-postForm fieldset#formTop div.input input {
	width: 150px;
	margin-top: 4px;
}

fieldset#formBottom  {
	margin-top: 10px;
	padding: 5px;
}
fieldset#formBottom legend, fieldset#formTop legend {
	color: rgb(115, 190, 30);
	background-color: inherit;
	font-weight: bold;
	margin-bottom: 3px;
}
.tx-chcforum-pi1-postForm fieldset {
	border: 0px;
}
.tx-chcforum-pi1-postForm textarea {
	width: 100%;
	font-size:11px;
	border: 1px solid #BABABA;
}
div.tx-chcforum-pi1-formBtn {
	text-align: center;
	margin: 15px;
}
div.tx-chcforum-pi1-formBtn input {
	border: 0px;
	background-color: rgb(115, 190, 30);
	color: white;
	font-weight: bold;
	cursor: pointer;
	height: 21px;
	width: 113px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 8px;
	margin-left: 8px;
}

.tx-chcforum-pi1-postForm input.tx-chcforum-pi1-helpBox {
	width: 316px;
	margin: 5px 0px 5px 0px;
	padding: 3px;
	background-color: rgb(225, 225, 225);
	color: rgb(111, 111, 111);
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px; 
}
