body {
	font: normal 12px verdana;
	background: black url(../images/backgrounds/blue.jpg) fixed center center;
  padding: 0;
	margin: 0px 0px 0px;
	text-align: center;
}

#basicFrame {
	width: 980px;
	height: auto;
	margin: auto;
	background-image: url(../images/backgrounds/blue.transparent.png);
}

/*menu*/

#nav, #nav ul { /* all lists */
  padding: 0;
	margin: 0;
	font: normal 11px verdana;
	list-style: none;
}

.menuHeader{  
    background-image: url(../images/headline_background_25.png);
    height: 25px;
    font: normal 17px verdana;
    color: white;
    text-align: center;
}

#nav a {
  text-align: left;
	text-decoration: none;
	color: white;
	padding-bottom: 3px;
	padding-top: 3px;
  display: block;
}

#nav li { /* all list items */
  float: left;
  position: relative;
	width: 196px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-image: url(../images/backgrounds/blue.transparent.png);
	left: 0px;
  top: 25px;
  width: 196px;
	display: none;
}

#nav li ul ul { /* third-and-above-level lists */
  position: absolute;
  background-image: url(../images/backgrounds/blue.transparent.png);
  width: 196px;
  top: 0px;
  left: 196px;
  display: none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.over ul ul, #nav li.over ul ul ul {
  display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.over ul, #nav li li.over ul, #nav li li li.over ul { /* lists nested under hovered list items */
 display: block;
}

a.menu:hover {
  font-weight: bold;
  background: #4A85B4;
}


/*Hlavička*/

#siteHeader {
  height: auto;
  width: auto;
  /*background-image: url(../images/banner.jpg);*/
	margin: 0;
	padding: 0;
	border: none;
}

#skin_selector {
  width: 400px;
  height: 23px;
  background-image: url(../images/headline_background_25.png);
  text-align: left;
  float:left;
}

#flags {
  width: 580px;
  height: 23px;
  background-image: url(../images/headline_background_25.png);
  text-align: right;
  float:left;
}

#flags a {
  position: relative;
  top: 1px;
  right: 5px;
}

.box 
{
  margin: auto;
  height:auto;
  width:auto;
  float:left;
  text-align: center;
}

.news_header {
  width: 500px;
  height: 17px;
  background-image: url(../images/headline_background_17.png);
  border: 1px solid black;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin: 20px 20px 0px;
}

.news_content {
  width: 500px;
  text-align: justify;
  background-image: url(../images/backgrounds/blue.light.transparent.png);
  border: 1px solid black;
  height: auto;
  color: black;
  margin: 0px 20px 0px;
}

.important_header {
  width: 380px;
  height: 17px;
  background-image: url(../images/headline_background_17.png);
  border: 1px solid black;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin: 20px 20px 0px;
}

.important_content {
  width: 380px;
  text-align: justify;
  background-image: url(../images/backgrounds/blue.light.transparent.png);
  border: 1px solid black;
  height: auto;
  color: black;
  margin: 0px 20px 0px;
}

/*Galerie - reference*/

.galleryImg{
  opacity:0.85;
  filter:alpha(opacity=85);
  margin: 3px;
  border: 1px solid black;
  height: auto;
  width: auto;
  text-align: center;
}

.galleryTable{
  font-size: 11px;
  width: 162px;
  text-align: center;
  border-collapse:collapse;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid black;
  display: inline-block;
  text-align: center;
  *display: inline;
  background-image: url(../images/backgrounds/blue.light.transparent.png);    
}


.refHeaderLeft {
  width: 330px;
  height: 17px;
  background-image: url(../images/headline_background_17.png);
  border: 1px solid black;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin: 20px 20px 0px;
}

.refContentLeft  {
  width: 330px;
  height: auto;
  text-align: justify;
  background-image: url(../images/backgrounds/blue.light.transparent.png);
  border: 1px solid black;
  color: black;
  margin: 0px 20px 0px;
}

.refHeaderRight {
  width: 550px;
  height: 17px;
  background-image: url(../images/headline_background_17.png);
  border: 1px solid black;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin: 20px 20px 0px;
}

.refContentRight  {
  width: 550px;
  height: auto;
  text-align: justify;
  background-image: url(../images/backgrounds/blue.light.transparent.png);
  border: 1px solid black;
  color: black;
  margin: 0px 20px 0px;
}

.generalContentHeader {
  width: 900px;
  height: 17px;
  background-image: url(../images/headline_background_17.png);
  border: 1px solid black;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin: 20px 40px 0px;
}

.generalContent {
  width: 900px;
  height: auto;
  text-align: justify;
  background-image: url(../images/backgrounds/blue.light.transparent.png);
  border: 1px solid black;
  color: black;
  margin: 0px 40px 0px;
}


p {
margin-top: 4px;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 4px;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  color: black;
  margin-top: 10px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 6px;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  color: black;
  margin-top: 6px;
  margin-left: 4px;
  margin-right: 6px;
  margin-bottom: 4px;
}

a {
  color: #00285E;
  text-decoration: underline;
  border: 0px;
}

hr {
  width: 99%;
  text-align: center;
  color: #1D4A8D;
  height: 1px;
  border: 1px;
  background-color: #1D4A8D;
}

.descTable{
  font-size: 10px;
  text-align: center;
}

.centered{
  text-align: center;
}

.normalTable {
  font-size: 11px;
  border: 0;
  margin-left: auto;
  margin-right: auto;
}

.decoratedTable {
  font-size: 12px;
  border: 2px solid black;
  border-collapse:collapse;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.decoratedTable td {
  border: 1px solid black;
  width: auto;
}

.decoratedTable th {
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-image: url(../images/backgrounds/blue.light.transparent.png);
  width: auto;
}

.highlightedTR {
  background-image: url(../images/backgrounds/blue.light.transparent.png);
}

.headerTR {
  border-bottom: 2px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-image: url(../images/backgrounds/blue.light.transparent.png);
}

.decoratedTableL {
  font-size: 12px;
  border: 1px solid black;
  /*border-bottom: 1px solid black;*/
  border-collapse:collapse;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.decoratedTableL td {
  /*border: 1px solid black;*/
  width: auto;
}

.decoratedTableL th {
  border-left: /*1px solid black*/0;
  border-right: /*1px solid black*/0;
  border-bottom: 1px solid black;
  background-image: url(../images/backgrounds/blue.light.transparent.png);
  width: auto;
}


.borderedImg {
  border: 1px solid black;
  width: auto;
  height: auto;
  text-align: center;
  /*margin-left: 20px;
  margin-right: 20px;*/
  margin-top: 10px;
  margin-bottom: 5px;  
}

.validityImg {
  margin-top: 10px;
  margin-bottom: 5px;
  border: 0;
}

#site_footer {
  width: 980px;
	height:  17px;
	margin: 40px 0px 0px 0px;
	background-image: url(../images/headline_background_17.png);
	color: white;
	font-weight: bold;
	display: inline-block;
}