/********************** MAIN CONTAINER *************************/
body {
    padding: 0px;
    text-align: center;
    background-color: white;
    color: black;
    font-family: Tahoma;
    font-size: 13px;
}

a{
	text-decoration:none;
	color: #ec008c;
}

a:hover{
	/* text-decoration: underline; */ 
	text-decoration: none;
    font-weight: bold;
}



img {
    border: none;
}

#container {
    width: 1008px;
    margin-left: 8px;
    margin: auto;
    padding: 0px;
    background-color: white;
    padding-bottom: 3px;
    padding-top: 3px;
    position: relative;
}

h1 {
    color: #ec008c;
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    /*display: inline;*/
    padding: 0px;
    /*margin: 0px;*/
	margin-bottom: 30px;
}

h2 {
    color: #ec008c;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    letter-spacing: 4px;
}

h3 {
    color: #ec008c;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h4 {
    color: #ec008c;
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    display: inline;
    padding: 0px;
    margin: 0px;
}

ul {
    list-style-type: square;
}
/********************** TOP *************************/
#top {
    width: 1000px;
    height: 160px;
    float: left;
}

.top-cz {
    background-image: url("../images/layout/top_cz.jpg");
}

.top-eng {
    background-image: url("../images/layout/top_eng.jpg");
}

#top #logo {
    position: absolute;
    top: 35px;
    left: 40px;
    width: 120px;
    height: 87px;
    background-image: url("../images/layout/logo.gif");
}

#top #language {
    position: absolute;
    top: 109px;
    right: 43px;
    width: 60px;
    height: 50px;
    color: white;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bolder;
}

#top #language a {
    text-decoration: none;
    color: white;
}
/********************** MENU *************************/
#menu {
    width: 1003px;
    clear: both;
    padding: 0px;
    margin: auto;
    height: 115px;
    position: relative;
    top: -24px;
    left: 1px;
}

#menu .item {
    height: 115px;
    width: 138px;
    float: left;
    margin-right: 5px;
}

#menu .itemSelected {
    height: 94px;
    width: 74px;
    float: left;
}

#menu .item a, img {
    border: 0px;
    text-decoration: none;
}
/********************** CONTENT *************************/
#main {
    width: 1002px;
    margin-left: 4px;
    background-repeat: repeat;
    clear: both;
    position: relative;
    top: -15px;
}

#main #content {
	text-align:left;
	
}




#main #cross {
    float: right;
    background-image: url(../images/layout/cross.gif);
    width: 52px;
    height: 35px;
    margin-right: 7px;
    position: absolute;
    right: 0;
	z-index:2;
}

#main .vid {
    float: left;
    width: 137px;
    height: 129px;
    margin-right: 6px;
    margin-bottom: 7px;
    background-color: #b0a192;
	position:relative;
}

#main .videos a {
    text-decoration: none;
    color: white;
}

#main .vid .screen {
    float: left;
    background-color: grey;
    width: 137px;
    height: 102px;
	cursor: pointer;
}

#main .vid .corner {
    background-color: #ec008c;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

#main .vid .text {
    clear: both;
    float: left;
    background-color: #b0a192;
    color: white;
    width: 131px;
    height: 21px;
    text-align: left;
    margin-top: 3px;
    margin-left: 3px;
	font-size: 9px;
	font-style: italic;
}
/********************** RIGHT MENU *************************/
#main #rightMenu {
    float: right;
    background-color: #ec008c;
    width: 138px;
    height: 265px;
	height: 320px;
	height: auto;
    margin-right: 7px;
    color: white;
    font-size: 11px;
    position: absolute;
    right: 0px;
	z-index:2;
}

#main #rightMenu input {
    float: right;
    background-color: white;
    width: 126px;
    border: 1px solid white;
    height: 20px;
    border-top: 5px solid white;
    font-style: italic;
    color: black;
    margin: 0px;
    padding: 0px;
    line-height: 22px;
    font-weight: bold;
    padding-left: 10px;
}

#main #rightMenu .triangle {
    float: left;
    width: 17px;
    height: 38px;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/layout/triangle.gif);
}

#main #rightMenu .content {
    float: right;
    margin-right: 40px;
	margin-right: 10px;
    color: white;
    line-height: 30px;
    margin-top: 10px;
    height: 200px;
	height: auto;
	padding-bottom: 20px;
    text-align: right;
}

#main #rightMenu .search {
    float: left;
    margin: 10px;
    color: white;
    margin-top: 8px;
}

#main #rightMenu .icon {
    float: right;
    margin: 10px;
    border: 0px;
    padding: 0px;
    background-image: url(../images/layout/turnoff.gif);
    width: 20px;
    height: 20px;
    margin-right: 40px;
    margin-top: 5px;
}

#main #rightMenu a {
    color: white;
}

/**************** foot - page number + arrows ***************/
#bottom {
    width: 200px;
    margin: auto;
    text-align: center;
    color: #ec008c;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 30px;
}

#bottom img {
    margin-bottom: -4px;
}

#bottom a {
    text-decoration: none;
    color: #ec008c;
}
/**************** POP UP ***************/
#popup {
    width: 850px;
    height: 570px;
    border: 1px solid #b0a192;
    margin: 10px;
    float: left;
}

#popup h1 {
    display: inline;
    margin: 0px;
}

#popup #head {
    width: 830px;
    font-size: 18px;
    font-weight: bold;
    clear: both;
    text-align: left;
    margin: 10px;
    height: 40px;
    margin-bottom: 0px;
    margin-top: 20px;
}

#popup #head .x {
    float: right;
    height: 36px;
    width: 36px;
    background-image: url(../images/layout/x.gif);
    margin: 0px;
    padding: 0px;
	cursor: pointer;
}

#popup #play {
    background-color: #dcddde;
    width: 465px;
    height: 350px;
    margin: 10px;
    text-align: left;
    float: left;
    margin-top: 0px;
}

#popup #rightCol {
    float: right;
    width: 345px;
    height: 350px;
    margin: 10px;
    text-align: left;
    margin-top: 0px;
    color: #ec008c;
    font-size: 13px;
    font-weight: bold;
}

#popup #bot {
    clear: both;
    float: left;
    background-color: #b0a192;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 810px;
    height: 110px;
    padding: 10px;
}

#popup #rightCol .square {
    background-color: #b0a192;
    height: 15px;
    width: 15px;
    margin-right: 4px;
    margin-top: 2px;
}

#popup #rightCol #otazky {
    height: 200px;
    /*clip:rect(0,200,340,0);*/
    overflow-y: scroll;
}

#popup #rightCol #diskuze {
    margin-top: 10px;
    height: 140px;
    overflow-y: scroll;
}

#popup #rightCol #diskuze .comment {
    margin-top: 3px;
	margin-bottom: 3px;
}

#popup #rightCol #diskuze form {
    margin-top: 10px;
}

#popup #bot .square {
    background-color: white;
    height: 15px;
    width: 15px;
    margin-right: 4px;
    margin-top: 2px;
    line-height: 25px;
    margin-top: 5px;
}

#popup #rightCol .text {
    color: black;
    font-size: 13px;
}

#popup #rightCol .text2 {
    font-size: 13px;
    font-style: italic;
}

#popup #bot .text {
    color: black;
    font-size: 14px;
    font-weight: bolder;
}

#popup #bot .text2 {
    color: white;
    font-size: 14px;
	font-size: 12px;
}

#popup #bot .leftC {
    width: 505px;
    float: left;
}

#popup #bot .rightC {
    width: 305px;
    float: right;
}

#popup #bot .rightC h1 {
    margin-top: 10px;
}

#popup li {
    margin-bottom: 10px;
}

#popup .arr {
    font-weight: normal;
    font-size: 10px;
}

#popup #bot h2 {
    color: white;
    font-size: 18px;
	font-size: 13px;
    display: inline;
}

#popup #bot h4 {
    line-height: 26px;
}

#popup #head a {
    text-decoration: none;
    color: black;
}

#popup a {
    text-decoration: none;
    color: #ec008c;
}
/**************** MISCELANIOUS ***************/
.pink {
    color: #ec008c;
}

.tick {
    width: 20px;
    height: 20px;
    background-image: url("../images/layout/tick.gif");
    overflow: hidden;
    float: right;
    margin-top: 10px;
}

.turnOff {
    width: 20px;
    height: 20px;
    background-image: url("../images/layout/turnoff.gif");
    overflow: hidden;
    float: right;
    margin-top: -5px;
}

.tickSelected {
    width: 20px;
    height: 20px;
    background-image: url("../images/layout/tick_selected.gif");
    overflow: hidden;
    float: right;
    margin-top: 10px;
}

.turnOffSelected {
    width: 20px;
    height: 20px;
    background-image: url("../images/layout/turnoff_selected.gif");
    overflow: hidden;
    float: right;
    margin-top: -5px;
}

.title {
    color: #ec008c;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    vertical-align: baseline;
    float: left;
    margin-top: 6px;
    margin-left: 5px;
}

.square {
    width: 20px;
    height: 20px;
    background-color: #ec008c;
    overflow: hidden;
    float: left;
}

.break {
    clear: both;
}
/********************** FOOTER *************************/
#footer {
    padding-top: 20px;
    color: #A0A0A0;
    width: 844px;
	width:1000px;
    clear: both;
    margin: auto auto 15px;
}

#footer .left {
    text-align: left;
    float: left;
}

#footer .right {
    text-align: right;
}

#footer .right img {
    vertical-align: middle;
}

.news .article {
    width: 468px;
    height: auto;
    background-color: #000000;
}

.news .article .photo {
    width: 150px;
    height: auto;
    padding: 10px;
    float: left;
    text-align: center;
}

.news .article .text {
    width: 458px;
    _width: 295px;
    height: auto;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.news .article .text .title {
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

.news .article .text .title a:link, .news .article .text .title a:visited {
    color: #fccd25;
    text-decoration: none;
}

.news .article .text .title a:hover {
    color: #fccd25;
    text-decoration: underline;
}

.news .article .text .date {
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.news .body {
    padding: 8px;
}

.news .report {
    width: 468px;
    height: auto;
    margin-bottom: 4px;
}

.news .report .photo {
    width: 100px;
    height: 100px;
    background-color: #697174;
    padding: 5px;
    float: left;
    text-align: center;
    border-right: solid 5px #ffffff;
    margin-right: 5px;
    _margin-right: -4px;
}

.news .report .photo img {
    width: 100px;
    height: 100px;
}

.news .report .text {
    width: 458px;
    _width: 344px;
    height: 100px;
    _height: 103px;
    padding: 5px;
    background-color: #697174;
    color: #ffffff;
}

.news .report .odd .text {
    background-color: #EC008C;
}

.news .report .text .title {
    margin: 0px;
    padding: 0px;
}

.news .report .text .title a:link, .news .report .text .title a:visited {
    color: #fccd25;
    text-decoration: none;
}

.news .report .text .title a:hover {
    color: #fccd25;
    text-decoration: underline;
}

.news .report .text .date {
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.news .images {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px;
}

.news .images .thumb {
    float: left;
    width: 100px;
    height: 100px;
    border: solid 2px #697174;
    margin-right: 10px;
    margin-bottom: 10px;
}

.news .images .thumb img {
    width: 100px;
    height: 100px;
}
/************** Formulare **************/
legend, label, input, textarea, select {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

fieldset {
	border: none;
}

form div {
    margin-top: 5px;
    margin-bottom: 5px;
}

form legend {
    color: #EC008C;
    font-weight: bold;
}

form label {
    width: 30%;
	width: 45%;
    float: left;
}

form .requiredItem {
    font-weight: bold;
    color: #EC008C;
}

form input.button {
    cursor: pointer;
    font-size: 15px;
}

form .buttons {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
/************** Tabulky **************/
table {
    border: 1px solid #ec008c;
    padding: 0px;
    margin: 0px;
}

table td {
    padding: 4px;
    border: 1px solid #eccade;
}

table th {
    padding: 4px;
    background-color: #d7dae0;
    border: 1px solid #ec008c;
}

table tr.odd {
    background-color: #e8edf1;
    border: 1px solid #eccade;
}

table tr.even {
    background-color: #f4f7f9;
    border: 1px solid #ec83c1;
}

table td.label {
    font-style: italic;
    border: 1px solid #eccade;
}
/************** Hlasky **************/
.messageNotice {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: solid 2px #0d6f3c;
    color: #0d6f3c;
    font-weight: bold;
}

.messageWarning {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: solid 2px #ed569d;
    color: #ed569d;
    font-weight: bold;
}

.messageError {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: solid 2px #ed569d;
    color: #ed569d;
    font-weight: bold;
}



/************** Hodnoceni **************/

#popup #bot .rating_container {   
	
} 



/************** Zalozky **************/
.tabs {
	/*background: #181818 none repeat scroll 0%;
	border: 1px solid #222222;
	color: #111111;*/
	/*margin: 8px auto;*/
	padding: 15px 20px;
	width: 500px;
}

.tabs li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.tabs ul a {
	background: #444444 none repeat scroll 0%;
	background: #A0A0A0 none repeat scroll 0%;
	color: #FFFFFF;
	display: block;
	font-family: Verdana;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 1px 1px 1px 0pt;
	padding: 6px 10px;
	text-decoration: none !important;
}

.tabs ul a:hover {
	background: #111111 none repeat scroll 0%;
	color: #FFFFFF;
}

.tabs ul a.active {
	background: snow none repeat scroll 0%;
	background: #EC008C none repeat scroll 0%;
	border-bottom: 1px solid snow;
	color: #000000;
	color: #ffffff;
	cursor: default;
	margin-bottom: 0pt;
}

.tabs div.tab {
	/*background: snow none repeat scroll 0%;
	background: #A0A0A0 none repeat scroll 0%;*/
	border: 1px #A0A0A0 solid;
	clear: left;
	font-family: Georgia;
	font-size: 10pt;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 10px 10px 8px;
}

.tabs div.tab a {
	color: #000000;
	font-weight: bold;
}
