body	{
	font-family: 'Trebuchet MS', Verdana,'Arial CE','Helvetica CE', Arial, helvetica, sans-serif;
	color: black;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
  text-align: center;
  background: url("../img/bcg_main.gif") repeat-x #f4f5ed;
}

.body2 {
	font-family: 'Trebuchet MS', Verdana,'Arial CE','Helvetica CE', Arial, helvetica, sans-serif;
	color: black;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
  text-align: center;
  background: white;
  padding: 15px 15px 15px 15px;
}

.body3 {
	font-family: 'Trebuchet MS', Verdana,'Arial CE','Helvetica CE', Arial, helvetica, sans-serif;
	color: black;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
  text-align: left;
  background: white;
  padding: 15px 15px 15px 15px;
}

/* --- odkazy (rozsireno o ikonky typu souboru) --- */

a 				{color: #364d90; text-decoration: none; font-weight: bold;}
a:hover 	{color: #ff2d03; text-decoration: underline;}

a.mail 				{background: url(../img/ico_mailanchor.gif) no-repeat right 0em; padding-right: 18px;}
a.out				{background: url(../img/ico_outanchor.gif) no-repeat left 0em; padding-left: 12px;}
a.out_right			{background: url(../img/ico_outanchor.gif) no-repeat right 0em; padding-right: 12px;}
a.print 			{background: url(../img/ico_print.gif) no-repeat left 0em; padding-left: 18px;}
a.favourites 			{background: url(../img/ico_favourites.gif) no-repeat left 0em; padding-left: 18px;}
a.map 				{background: url(../img/ico_map.gif) no-repeat left 0em; padding-left: 18px;}
a.rss 				{background: url(../img/ico_rss.gif) no-repeat left 0em; padding-left: 18px;}

/* --- ikonky souboru --- */
.ai 				{background: url(../img/ico/ai.png) no-repeat left; padding-left: 20px;}
.avi 				{background: url(../img/ico/avi.png) no-repeat left; padding-left: 20px;}
.bmp 				{background: url(../img/ico/bmp.png) no-repeat left; padding-left: 20px;}
.cdr				{background: url(../img/ico/cdr.png) no-repeat left; padding-left: 20px;}
.doc				{background: url(../img/ico/doc.png) no-repeat left; padding-left: 20px;}
.dxf				{background: url(../img/ico/dxf.png) no-repeat left; padding-left: 20px;}
.gif 				{background: url(../img/ico/gif.png) no-repeat left; padding-left: 20px;}
.html 			{background: url(../img/ico/html.png) no-repeat left;	padding-left: 20px;}
.jpg 				{background: url(../img/ico/jpg.png) no-repeat left; padding-left: 20px;}
.mp3 				{background: url(../img/ico/mp3.png) no-repeat left; padding-left: 20px;}
.pdf 				{background: url(../img/ico/pdf.png) no-repeat left; padding-left: 20px;}
.png 				{background: url(../img/ico/png.png) no-repeat left; padding-left: 20px;}
.ppt 				{background: url(../img/ico/ppt.png) no-repeat left; padding-left: 20px;}
.psd 				{background: url(../img/ico/psd.png) no-repeat left; padding-left: 20px;}
.qt 				{background: url(../img/ico/qt.png) no-repeat left; padding-left: 20px;}
.ra 				{background: url(../img/ico/ra.png) no-repeat left; padding-left: 20px;}
.rtf 				{background: url(../img/ico/rtf.png) no-repeat left; padding-left: 20px;}
.swf 				{background: url(../img/ico/swf.png) no-repeat left; padding-left: 20px;}
.tif 				{background: url(../img/ico/tif.png) no-repeat left; padding-left: 20px;}
.txt 				{background: url(../img/ico/txt.png) no-repeat left; padding-left: 20px;}
.xls 				{background: url(../img/ico/xls.png) no-repeat left; padding-left: 20px;}
.zip				{background: url(../img/ico/zip.png) no-repeat left; padding-left: 20px;}
.unknown, file			{background: url(../img/ico/unknown.png) no-repeat left; padding-left: 20px;}

/* --- lightbox --- */

#lightbox	{
	background-color: #eeeeee;
	padding: 10px 10px 5px 10px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
}

#lightboxDetails	{
	font-size: 1em;
	padding-top: 0.4em;
}	

#lightboxCaption	{float: left;}
#keyboardMsg		{float: right;}
#closeButton		{top: 5px; right: 5px;}

#lightbox img		{border: none; clear: both;} 
#overlay img		{border: none;}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

/* --- zakladni html prvky ---*/
em, i				   {font-style: normal;}
p 				     {text-align: justify; margin: 0px; line-height: 1.3em; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}
code 				   {font-size: 140%; font-weight: bold;}
hr					   {color: #d2700b; height: 1px; margin: 5px 0px 5px 0px; border: 0px; padding: 0px 0px 0px 0px; background: #d2700b;}
.bad           {color: red; font-weight: bold;}
.div-bad {
        padding: 10px;
        border: 3px solid red;
        margin: 0px 0px 15px 0px;
        background: white;
        color: black;
        float: left;
        width: 690px;
}

.div-bad2 {
        padding: 7px;
        border: 3px solid red;
        margin: 0px 0px 15px 0px;
        background: white;
        color: black;
}

.div-good2 {
        padding: 7px;
        border: 3px solid green;
        margin: 0px 0px 15px 0px;
        background: white;
        color: black;
}


.bila         {color: white;}

/* --- seznamy --- */





ul ol li			{color: white; list-style-type: none; margin: 0px; padding: 0px; text-align: left;}

.menu1				  {font-size: 11px; font-weight: bold; color: #ffffff; list-style-type: none; margin: 0px; padding: 0px 0px 0px 0px;}
.menu1 li			  {font-size: 11px; font-weight: bold; color: #ffffff; text-align: left; float: left; margin: 0px 0px 0px 0px; }
.menu1 a:link	  {font-size: 11px; font-weight: bold; color: #ffffff; }
.menu1 a				{font-size: 11px; font-weight: bold; color: #ffffff; display: block; margin: 0px;  padding: 0px 6px 0px 7px; text-align: left; text-decoration: none;}
.menu1 a:hover	{font-size: 11px; font-weight: bold; color: #ffffff; text-decoration: underline;}

.podmenu				  {font-size: 10px; color: #c26515; list-style-type: none; margin: 0px 0px 0px 0px; width: 150px; padding: 1px 1px 1px 1px; position: absolute; visibility: hidden; border: 1px solid #c26515; background: white;}
.podmenu li			  {font-size: 10px; color: #c26515; text-align: left; float: left; width: 150px;}
.podmenu a:link	  {font-size: 10px; color: #c26515; }
.podmenu a				{font-size: 10px; color: #c26515; display: block; width: 140px; padding: 3px 5px 3px 5px; margin: 0px; float: left; text-align: left;}
.podmenu a:hover	{font-size: 10px; color: #ffffff; background: url("../img/bcg_podmenu.jpg") repeat-x #c26613; text-decoration: underline;}

.pravemenu        {font-size: 11px; font-weight: bold; color: #ffffff; list-style-type: none; margin: 2px 0px 2px 0px; padding: 2px 0px 2px 0px; float: left;}
.pravemenu li		  {font-size: 11px; font-weight: bold; color: #ffffff; text-align: left; margin: 2px 5px 2px 5px; }

.separator      {background: url("../img/separator.gif") left no-repeat;}
.border-bottom  {border-bottom: 1px dotted #c26515;}
.menu1 .selected       {text-decoration: underline;}


/* --- obrazky --- */
img 				{border: 0px;}
img.border 	{padding: 2px; border: 1px solid #7f7f7f;}
.bordernone {border: 0px;} 
img.icon		{vertical-align: -3px; margin: 0px 3px 0px 1px;}
img.toleft	{margin-right: 10px;}
img.toright {margin-left: 10px;}

/* --- horni a dolni indexy --- */
sub, sup 		{vertical-align: baseline; position: relative;}
sub 				{top: 0.4em;}
sup 				{bottom: 0.4em;}

/* --- tabulky --- */
table.nice			{width: 440px;}
table.nice tr td 		{padding: 2px;	font-size: 1em; border: 1px solid #dddddd;}
table.nice tr td.item		{background: url('../img/bcg_th.gif') repeat-x top left #dfdfdf; font-weight: bold; width: 330px;}
table.nice tr th		{background: url('../img/bcg_th.gif') repeat-x top left #dfdfdf; font-weight: bold;}
table.list			{width: 610px;}
table.list tr th		{background: #eeeeee; border-bottom: 2px solid #e1e1e1; padding: 5px 2px 5px 2px;}
table.list tr td		{border-bottom: 1px solid #e1e1e1; padding: 3px 2px 3px 2px;}

table {
  cellspacing: 0px;
  cellpadding: 0px;
  border-collapse: collapse;
}

/* --- hlavicky --- */
h1				{padding: 0px 0px 5px 0px;	margin: 0px 0px 10px 0px;	font-size: 1.5em; color: #364d90; font-weight: bold;}
h2				{padding: 0px 0px 5px 0px;	margin: 0px 0px 5px 0px;	font-size: 1.3em; color: #364d90; font-weight: bold;}
h3				{padding: 0px 0px 3px 0px;	margin: 0px 0px 0px 0px;  font-size: 1.2em; color: #364d90; font-weight: bold;}  
h4				{padding: 0px 0px 3px 0px;	margin: 0px 0px 0px 0px;	font-size: 1.1em; color: #364d90; font-weight: bold;}
h5				{padding: 0px 0px 3px 0px;	margin: 0px 0px 0px 0px;	font-size: 1em; color: #364d90; font-weight: bold;} 

/* --- formulare --- */
textarea, input, select			{border: 1px solid #fca694; font-family: 'Trebuchet MS', Verdana,'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif; color: #000000; font-size: 0.95em; padding: 2px 2px 2px 2px; margin-bottom: 2px;}
label				{font-size: 0.85em; font-weight: bold;}
form        {padding: 0px; margin: 0px;}
table {
  cellspacing: 0px;
  cellpadding: 0px;
  border-collapse: collapse;
}

/* --- globalni tridy --- */
.clear			{clear: both;}
.smaller		{font-size: 0.85em;}
.small 			{font-size: 0.8em;}
.gray 			{color: #666666;}
.blue 			{color: #004080;}
.red			{color: #9f0000;}
.green			{color: #008000;}
.right 			{text-align: right;}
.center			{text-align: center;}
.left			{text-align: left;}
.block			{text-align: justify;}
.toleft			{display: block; float: left;	text-align: left;}
.toright		{display: block; float: right; text-align: left;}
.nomargin		{margin: 0px;}
.error			{display: block; color: #000000; font-weight: bold; text-align: center; margin-bottom: 10px; background: #d0d0d0; padding: 2px 0px 2px 0px; border: 1px solid #999999;}
.error a		{color: #000000;}
.hidden			{display: none;}
.border			{display: block; border: 1px dotted #b1b1b1; padding: 10px 3px 10px 3px;}
.bold			{font-weight: bold; font-size: 1em;}
.halfrow		{position: relative; top: 3px;}
.underline		{text-decoration: underline;}
.odsazeni-top {margin-top: 3px;}
.odsazeni-top3 {margin-top: 4px;}
.odsazeni-top2 {padding-top: 4px;}
.odsazeni-bottom {padding-bottom: 10px;}
.odsazeni-bottom2 {margin-bottom: 5px;}
.odsazeni-top-bottom {padding: 8px 0px 8px 0px;}
.odsazeni-left {margin-left: 5px;}
.odsazeni-left2 {margin-left: 15px;}
.odsazeni-right {margin-right: 10px;}

.big {font-size: 1.5em;}

/* --- layout webu --- */

#div-main {
      	margin: auto;
	      width: 960px;
        text-align: left;
}

#div-top1 {
        width: 930px;
        height: 26px;
        padding: 8px 15px 0px 15px;
        background: url("../img/bcg_top1.jpg") no-repeat;
        float: left;
}

#div-top2 {
        width: 960px;
        height: 128px;
        background: url("../img/bcg_top2.jpg") no-repeat;
        float: left;
}

#img-dt {
        width: 480px;
        height: 128px;
        float: left;
}

#div-top2-innertop {
        width: 455px;
        height: 35px;
        padding: 25px 15px 0px 0px;
        float: right;
}

#div-top2-innerbottom {
        width: 471px;
        height: 61px;
        float: right;
}

#div-menu1 {
        width: 686px;
        height: 22px;
        padding: 7px 0px 0px 3px; 
        color: white;
        background: url("../img/bcg_menu1.jpg") no-repeat;
        float: left;
}

#div-menu2 {
        width: 267px;
        height: 22px;
        padding: 7px 0px 0px 3px; 
        color: white;
        background: url("../img/bcg_menu2.jpg") no-repeat;
        float: left;
        margin: 0px 0px 0px 1px;
}

#div-main-top {
        width: 960px;
        height: 7px;
        background: url("../img/bcg_main_top.gif") no-repeat;
        font-size: 1px;
        float: left;
        margin: 10px 0px 0px 0px;
}

#div-main-middle {
        width: 920px;
        background: url("../img/bcg_main_middle.gif") repeat-y;
        float: left;
        padding: 13px 20px 13px 20px;
}

#div-main-middle a {
        text-decoration: underline;
}

#div-main-middle a:hover {
        text-decoration: underline;
        color: #ff2d03;
}

#div-main-middle .left {
        width: 720px;
        float: left;
        overflow: hidden;
}

#div-main-middle .right {
        width: 180px;
        text-align: left;
        float: right;
        background: #f4f5ed;
        padding: 0px 0px 0px 0px;
}


#div-main-bottom {
        width: 880px;
        height: 20px;
        background: url("../img/bcg_main_bottom.gif") no-repeat;
        float: left;
        padding: 5px 40px 0px 40px;
        font-size: 11px;
        color: black;
}

.div-nadpis1 {
        width: 330px;
        height: 18px;
        padding: 2px 10px 10px 10px;
        text-align: right;
        float: left;
        background: url("../img/bcg_nadpis1.gif") no-repeat;
}

.div-nadpis1 .right_title {
        color: #484943;
        font-size: 12px;
        font-weight: bold;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        text-align: right;
        
}

.div-nadpis2 {
        width: 160px;
        height: 18px;
        padding: 2px 10px 0px 10px;
        text-align: right;
        float: left;
        background: url("../img/bcg_nadpis2.gif") no-repeat;
}

.div-nadpis2 .right_title {
        color: #484943;
        font-size: 12px;
        font-weight: bold;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        text-align: right;
        
}

.right_article_title {
	line-height: 1.1em;
}



.div-nadpis3 {
        width: 700px;
        height: 18px;
        padding: 2px 10px 20px 10px;
        text-align: right;
        float: left;
        background: url("../img/bcg_nadpis3.gif") no-repeat;
}

.div-nadpis3 h2 {
        color: #484943;
        font-size: 12px;
        font-weight: bold;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        text-align: right;
        
}


.div-nadpis4 {
        width: 700px;
        height: 18px;
        padding: 2px 10px 10px 10px;
        text-align: right;
        float: left;
        background: url("../img/bcg_nadpis3.gif") no-repeat;
}

.div-nadpis4 h2 {
        color: #484943;
        font-size: 12px;
        font-weight: bold;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        text-align: right;
        
}

.div-img {
        width: 100px;
        float: left;
        padding: 0px 15px 10px 0px;
}

.sm-img {
        width: 100px;
        border: 1px solid #b3b5a7;
}

.div-hr-dots {
        width: 720px;
        height: 3px;
        background: #f4f5ed;
        margin: 7px 0px 7px 0px;
        clear: both;
        font-size: 1px;
}

.p-zapati {
        color: #b4b7a6;
        font-size: 0.9em;
        float: right;
        text-align: right;
}

.p-zapati2 {
        color: black;
        font-size: 0.8em;
        float: right;
        text-align: right;
}

.ico-menu1 {
        border: none;
        padding: 0px 6px 0px 0px;
        float: left;
        color: #888e88;
}

.p-menu1 {
        float: left;
        padding: 7px 10px 0px 0px;
        color: gray;
        font-size: 11px;
        cursor: pointer;

}

.p-menu1:hover {
        text-decoration: underline;
        color: #888e88;
}

.cistic {
        clear: both;
        font-size: 1px;
        height: 6px;
}

.div-odrazka {
        width: 720px;
        float: left;
        margin: 0px 0px 2px 0px;
}

.div-odrazka2 {
        width: 675px;
        float: left;
        padding: 0px 0px 0px 45px;
        margin: 0px 0px 2px 0px;
        font-size: 0.9em;
}

.td1 {
        width: 180px;
        padding: 6px 10px 2px 10px;
        background: white;
        color: #c26613; 
        vertical-align: top;
        text-align: right;
}

.td2 {
        width: 480px;
        padding: 2px 10px 2px 10px;
        background: white;
        color: #c26613;
        text-align: left;
}

.input1 {
        font-size: 12px;
        color: black;
        width: 460px;
        border: 1px solid #fca694;
}

.input1_1 {
        font-size: 12px;
        color: black;
        width: 460px;
        border: 1px solid #fca694;
        background: #efb180;
}

.input2 {
        font-size: 12px;
        color: black;
        width: 460px;
}

.input2_1 {
        font-size: 12px;
        color: black;
        width: 460px;
        background: #efb180;
}

.input3 {
        font-size: 12px;
        color: black;
        width: 460px;
        height: 150px;
}

.input4 {
        font-size: 12px;
        color: black;
        width: 460px;
}

.input5 {
        font-size: 12px;
        color: black;
        width: 250px;
        border: 1px solid #fca694;
        float: left;
}

.input6 {
        font-size: 12px;
        color: black;
        width: 70px;
        border: 1px solid #fca694;
        margin: 0px 0px 0px 10px;
        float: left;
}

.input7 {
        font-size: 12px;
        color: black;
        width: 150px;
        border: 1px solid #fca694;
}

.submit {
        font-size: 12px;
        color: white;
        padding: 2px 10px 2px 10px;
        margin: 0px 0px 0px 0px;
        background: url("../img/bcg_podmenu.jpg") repeat-x #c26613;
        border: none;
        cursor: pointer;
}

.submit2 {
        font-size: 12px;
        color: white;
        padding: 1px 10px 1px 10px;
        margin: 0px 0px 0px 0px;
        background: url("../img/bcg_podmenu.jpg") repeat-x #c26613;
        border: none;
        cursor: pointer;
}


.submit:hover {
        text-decoration: underline;
}

.bigger {
        font-size: 1.1em;
}

.div-tisk {
        width: 600px;
        float: left;
        text-align: left;
        color: gray;
        font-size: 0.9em;
}

.div-tisk span {
        float: left;
        padding: 1px 0px 0px 5px; 
        cursor: pointer;
}

.div-tisk img {
        float: left;
        padding: 1px 0px 0px 0px;
        cursor: pointer;
}

.div-tisk .img2 {
        padding: 3px 5px 0px 0px; 
}

.a-submit		{
        color: #364d90; 
        text-decoration: none; 
        font-weight: bold;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        background: none;
        text-align: left;
        border: none;
        cursor: pointer;
}

.a-submit:hover		{
        text-decoration: underline; 
        color: #ff2d03;
}

.div-inzerat p {
        font-size: 0.9em;
        text-align: justify;
}

.div-cisla-stranek {
        width: 150px;
        float: right;
        text-align: right;
        font-size: 0.9em;
}

.div-cisla-stranek input {
        border: none;
}

.table-fotogalerie-dodavatele td {
        width: 110px;
}

.div-dodavatele1 {
        font-size: 0.9em;
        color: black;
        border: none;
}

.div-dodavatele2 {
        font-size: 0.9em;
        color: black;
        border: 2px solid #c86814;
        padding: 10px 10px 10px 10px;
}

.div-dodavatele3 {
        font-size: 0.9em;
        color: black;
        border: 2px solid #c86814;
        background: #e1e3d6;
        padding: 10px 10px 10px 10px;
}

.div-mezera {
        height: 25px;
        font-size: 3px;
}

.submit-top {
        font-size: 10px;
        color: black;
        padding: 0px 10px 0px 10px;
        margin: 0px 0px 0px 0px;
        background: url("../img/bcg_tlacitko2.gif") repeat-x gray;
        border: none;
        cursor: pointer;
        height: 19px;
        font-weight: bold;
        float: left;
}

.submit-top:hover {
        text-decoration: underline;
}

.input-top {
        width: 150px;
        font-size: 10px;
        color: gray;
        border: 1px solid gray;
        margin: 0px 10px 0px 0px;
        float: left;
        padding: 1px 3px 1px 3px;
        height: 15px;
}

.select-top {
        width: 150px;
        font-size: 10px;
        color: gray;
        border: 1px solid gray;
        margin: 0px 10px 0px 0px;
        float: left;
        padding: 1px 3px 1px 3px;
        height: 19px;
}

.div-pravalista-inner {
        font-size: 0.9em;
        float: left;
        padding: 10px 10px 10px 10px;
        width: 160px;
        text-align: left;
}

.div-pravalista-inner p {
        text-align: left;
}


.div-pravalista-inner a {
        font-size: 12px;
}

.a-vice-zde {
        color: #364d90;
}

.div-index {
        width: 360px;
        float: left;
}

.div-index-left {
        width: 350px;
        float: left; 
        margin: 0px 0px 20px 0px;
}

.div-index-right {
        width: 350px;
        float: right;
        margin: 0px 0px 20px 0px;        
}

.div-index-inner {
        font-size: 0.9em;
        width: 350px;
        float: left;
        padding: 0px 0px 15px 0px;
}

.div-index-inner2 {
        width: 350px;
        float: right;
        text-align: right;
        margin: 0px 0px 10px 0px;
}

.tlacitko {
        color: white;
        font-weight: bold;
        font-size: 11px;
        text-align: left;
        border: none;
        width: 155px;
        height: 20px;
        padding: 0px 0px 0px 15px;
        margin: 0px 0px 0px 0px;
        background: url("../img/bcg_tlacitko.gif") no-repeat;
        cursor: pointer;
}

.width200 {
        width: 200px;
}

.table-dodavatele {
        margin: 5px 0px 5px 0px;
}

.td-dodavatele1 {
        padding: 2px 3px 2px 3px;
        border: 1px dotted #364d90;
        font-weight: bold;
        color: white;
        background: #364d90;
        text-align: right;
        width: 110px;
        font-size: 11px;
}

.td-dodavatele2 {
        padding: 2px 3px 2px 3px;
        border: 1px dotted #364d90;
        color: #364d90;
        background: white;
        text-align: left;
        font-size: 11px;
        width: 150px;
}

.p-zalozka1 {
        width: 104px;
        height: 29px;
        text-align: center;
        display: block;
        background: url("../img/bcg_zalozka1.jpg") no-repeat #b4b5a5;
        float: left;
        padding: 15px 3px 0px 3px;
        color: #484943;
        font-size: 12px;
        font-weight: bold;
        margin: 0px 0px 0px 0px;    
        cursor: pointer;
}

.p-zalozka1:hover {
        text-decoration: underline;
}

.p-zalozka2 {
        width: 104px;
        height: 26px;
        text-align: center;
        display: block;
        background: url("../img/bcg_zalozka2.jpg") no-repeat #dfe1d6;
        float: left;
        padding: 18px 3px 0px 3px;
        color: #aaaaaa;
        font-size: 12px;
        font-weight: bold;
        margin: 0px 0px 0px 0px;    
        cursor: pointer;
}

.p-zalozka2:hover {
        text-decoration: underline;
}

.div-zalozka-main {
        width: 350px;
        padding: 0px 0px 0px 0px;
        background: url("../img/bcg_zalozka_middle.gif") repeat-y;
        float: left;
        margin: 0px 0px 10px 0px;
}

.div-zalozka-main-inner {
        width: 350px;
        padding: 0px 0px 0px 0px;
        background: url("../img/bcg_zalozka_main.jpg") no-repeat;
        float: left;
        font-size: 0.9em;
}


.div-zalozka-bottom {
        width: 350px;
        height: 6px;
        background: url("../img/bcg_zalozka_bottom.gif") no-repeat;
        float: left;
        font-size: 1px;
}

#zalozka1-main {
        width: 310px;
        padding: 15px 20px 9px 20px;
        float: left;
}

#zalozka2-main {
        width: 310px;
        padding: 15px 20px 9px 20px;
        float: left;
        display: none;
}

#zalozka3-main {
        width: 310px;
        padding: 15px 20px 9px 20px;
        float: left;
        display: none;
}

#div-horizontalni-reklama-top {
        width: 720px;
        float: left;
        margin: 0px 0px 15px 0px;
}


#div-horizontalni-reklama-bottom {
        width: 720px;
        float: left;
        margin: 15px 0px 0px 0px;
}

.submit-index {
        font-size: 12px;
        color: white;
        padding: 2px 10px 2px 10px;
        margin: 0px 0px 5px 0px;
        background: url("../img/bcg_podmenu.jpg") repeat-x #c26613;
        border: none;
        cursor: pointer;
        width: 450px;
}

.td1-prihlaseni {
        padding: 0px 5px 3px 0px;
        text-align: right;
}

.td2-prihlaseni {
        padding: 0px 0px 3px 0px;
        text-align: right;
}

.input-prihlaseni {
        border: 1px solid #fca694; 
        font-family: 'Trebuchet MS', Verdana,'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif; 
        color: #000000; 
        font-size: 0.95em; 
        padding: 2px 2px 2px 2px; 
        margin-bottom: 2px;
        width: 110px;
}

.submit-prihlaseni {
        font-size: 12px;
        color: white;
        padding: 1px 0px 1px 0px;
        margin: 0px 0px 0px 0px;
        background: url("../img/bcg_podmenu.jpg") repeat-x #c26613;
        border: none;
        cursor: pointer;
        width: 114px;
}

.submit-prihlaseni:hover {
        text-decoration: underline;
}

.div-radek {
        width: 720px;
        float: left;
        padding: 0px 0px 3px 0px;
}

.div-sloupec1 {
        width: 200px;
        text-align: right;
        float: left;
        color: #c26613; 
}

.div-sloupec2 {
        width: 510px;
        text-align: left;
        float: right;
        color: #c26613; 
}

.div-sloupec2 img {
        border: 1px dotted #fca694;
        padding: 1px 1px 1px 1px;
}

.img-rss {
        float: left;
        margin: 1px 5px 0px 0px;
        padding: 0px 0px 0px 10px;
}

.submit-anketa {
      color: black;
      border: none;
      background: none;
      cursor: pointer;
      font-size: 0.9em;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      text-align: left;
      float: left;
      width: 130px;
}

.submit-anketa:hover {
      text-decoration: underline;
}

.submit-anketa-gray {
      color: #aaaaaa;
      border: none;
      background: none;
      cursor: not-allowed;
      font-size: 0.9em;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      text-align: left;
      float: left;   
      width: 130px;   
}

.div-odpoved {
      width: 160px;
      float: left;
}

.div-hlasy {
      color: black;
      font-size: 0.8em;
      float: left;
      width: 130px;
      background: #eeeeee;
      
}

.div-procenta {
      color: red;
      font-size: 0.9em;
      float: right;
      width: 20px;
      font-weight: bold;
      text-align: right;
      padding: 0px;
      margin: 0px;
}

.div-datum {
      float: left;
      padding: 3px 0px 0px 8px;
      font-size: 10px;
}

.td1-newsletter {
      text-align: right;
      padding: 1px 2px 1px 2px;
}

.td2-newsletter {
      text-align: left;
      padding: 1px 2px 1px 2px;
}

.input-newsletter {
      width: 90px;
}

.submit-newsletter {
        font-size: 12px;
        color: white;
        padding: 1px 0px 1px 0px;
        margin: 0px 0px 0px 0px;
        background: url("../img/bcg_podmenu.jpg") repeat-x #c26613;
        border: none;
        cursor: pointer;
        width: 95px;
}
/*ALIEN*/
.cleaner {
    border:none;
    margin:0;
    padding:0;
    height:0;
    line-height:0;
    font-size:0;
    line-height:0;
    clear:both;
}
/***** DISCUSSION *****/
.discussion_item {
	border-top: 1px solid #ddd;
	padding: 5px 0 7px 0;
	
}
.discussion_name {
	font-weight: bold;
	padding-bottom: 7px;
}
.discussion_date {
	font-weight: normal;
	color: #aaa;
	font-size: 0.9em;
	padding-left: 5px;
}
.discussion_text {
}
.discu_ta {
	height: 130px;
}
/***** END DISCUSSION *****/
/***** HOMEPAGE *****/
.new_articles {
}
.new_articles hr {
	background-color: #e2e3dc;
}
a.more, a.more:visited, a.more:hover {
	white-space: nowrap;
	font-weight: normal;
}
.main_news {
	margin-bottom: 30px;
}
.new_articles h3 a, .new_articles h3 a:visited, .new_articles h3 a:hover,
.new_articles h2 a, .new_articles h2 a:visited, .new_articles h2 a:hover,
.new_articles h2, .new_articles h3 {
	/*font-weight: normal;*/
}
.main_news_img {
	float: left;
	width: 400px;
	overflow: hidden;
}
/*.main_news_img img {
	width: 400px;
}*/
.main_news_content {
	float: left;
	width: 320px;
}
.main_news_content_in {
	padding-left: 20px;
}
.main_news_content h2 {
	font-size: 20px;
}
.main_news_short {
	margin-bottom: 20px;
}
.main_news_short_item {
	width: 33.3%;
	float: left;
}
.main_news_short_item_in {
	padding-right: 10px;
}
.main_news_short_img {
	height: 115px;
	overflow: hidden;
	margin-bottom: 7px;
}
.main_news_short_content h3 {
	height: 60px;
	margin-bottom: 5px;
	overflow: hidden;
}
.main_news_short_content_in {
	height: 76px;
	overflow: hidden;
}
.section {
	width: 50%;
	float: left;
	margin: 15px 0px 15px 0px;
}
.section_in {
	padding: 0px 0px 0px 15px;
}
.section_title {
	color: #f97505;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.section_title a, .section_title a:visited, .section_title a:hover {
	color: #f97505;
	font-weight: normal;
}
.section_img {
	float: left;
	width: 100px;
	height: 80px;
	overflow: hidden;
}
.section_text {
	float: left;
	width: 237px;
}
.section_text_in {
	padding-left: 10px;
}
.section h3 {
	font-size: 1em;
}
.section h3.nart {
	padding-bottom: 5px;
}
.section h3.nart a, .section h3.nart a:visited, .section h3.nart a:hover {
/*	font-weight: normal;*/
}
.main_article {
	margin-bottom: 7px;
}
.main_article h3 {
	font-size: 1.2em;
	height: 43px;
	margin-bottom: 3px;
}
.section_advert {
	padding: 10px 0px;
}
/***** END HOMEPAGE *****/
/*END ALIEN*/
