body {
  background-color: #E6E6E6; 
  color: #000066;
  text-align: center;
  font-family : Arial, Helvetica, Sans-Serif;
  margin:0px;
  padding:0px;
  font-size:12px;
  
}

h1 {
  font-size: 19px;
  color: #999999;
  margin: 10px 0 10px 0
}
h2 { font-size:16px;}
h3 {}
p {padding:0; margin: 0 0 10px 0; }
a, a:visited { color: #000066; text-decoration:underline; }
a:hover { color: #000066; text-decoration:none; }	 

table {  border-collapse:collapse; font-size:12px;}
th, td { vertical-align:top; }


#main {	
  width: 770px; 
  margin-left:auto; 
  margin-right:auto; 
  position:relative;
	/*background-color: #21347F; */
}



#head {  background-color: #21347F; }
#head .header-image{
  background: url("/files/layout/hlavicka.jpg") top left no-repeat;
  height:111px;
}



#head .header-menu .lang {	padding:5px 0px 0px 10px;}
#head .header-menu .lang A,
#head .header-menu .lang A:visited {	color: #ffffff;	text-decoration: none;}
#head .header-menu .lang A:hover {	color: #FFCC99;	text-decoration: none;}

#page-content {
  background-color:#ffffff;
}
#page-content .center-table {
  width:100%;
}
#page-content .center-column { 
  padding:0 10px 10px 80px;
  height:140px;
}
#page-content .right-column {
  width:180px;
  border-left: 1px solid #CECECE;
  padding:0 10px 10px 10px;
}



#foot { font-size:10px; color:#ffffff; background-color: #21347F; padding:5px;}
#foot A,
#foot A:visited { color: #ffffff; text-decoration: none;}
#foot A:hover {	color: #FFCC99;	text-decoration: none;}

.clear { clear:both; }

.f-l { float:left; }

.f-r { float:right; }



/* vyveska */
table.vyveska {
  width: 453px;
  color:#ffffff;
}
table.vyveska a,
table.vyveska a:visited {  color: #FFE4AE; }
table.vyveska a:hover {  text-decoration:none;}
table.vyveska h2 { width:140px; font-size:16px;}
table.vyveska .td-r1 {
  background: url("/files/layout/rectangle-big-blue.jpg") top left no-repeat;
  width:221px;
  height:167px;
  padding:10px 20px 10px 10px;
}
table.vyveska .td-r2 {
  background: url("/files/layout/rectangle-small-blue.jpg") top left no-repeat;
  width:221px;
  height:137px;
  padding:10px 20px 10px 10px;
}



table.vyveska2 {
  width: 451px;
}
table.vyveska2 td {
  width: 451px;
  height:236px;
  background: url("/files/layout/rectangle-big-yellow.jpg") top left no-repeat;
  padding:20px 20px 10px 10px;
}




/* news */

h2.news-preview {
 color: #A9A9A9;
 font-size: 16px;
 margin:10px 0 10px 0;
}


.news-top {border:1px solid #CB8B8D; margin-bottom:10px;}
.news-top h2 {margin-top:0; font-size: 12px;}
.news-top .para {}
.news-top .date { font-size: 12px; color: #A9A9A9; text-align:right;}
.news-top a, .news-top a:visited  {}
.news-top a:hover { text-decoration:underline; }

.news-main {border:1px solid #455A94; margin-bottom:10px; }
.news-main h2 {margin-top:0; font-size: 12px; }
.news-main .para {}
.news-main .date { font-size: 12px; color: #A9A9A9; text-align:right;}
.news-main a, .news-main a:visited  {}
.news-main a:hover { text-decoration:underline; }

.news-normal {border:0px solid #D0D7E8; margin:0 0 10px 17px; }
.news-normal h2 {margin:0;  font-size: 12px;}
.news-normal .para {}
.news-normal .date { font-size: 12px; color: #A9A9A9; text-align:right; }
.news-normal a, .news-normal a:visited  { color: #000066; }
.news-normal a:hover { text-decoration:underline; color: #FFB722; }


.news-editorial {
  font-style:italic;
  margin:0 0 10px 0;
}


/* page - reference */
.reference-content img { }
.reference-content hr { clear:both; width:100%; }




