/*  Main Layout  */
body {
  margin: 0;
  padding: 0;
  font-size: 80%;
  text-align: center;
  font-family: Trebuchet MS;
}

h2 {
  text-align: center;
  margin-top: 0;
  color: #003366;
}

a img{
  text-decoration: none;
}

.center{
text-align:center;
}

h3 {
  text-align: center;
  margin-top: 0;
}

a {text-decoration: none;
  color:#003366;
}
a:hover{
  text-decoration: underline;
}
strong {
  color: #1d1d1d;
}

#header {
  background: #FFFFFF;
}

#container {
  margin: 0 auto;
  background: #FFFFFF;
  width: 61.2em;
  text-align: left;
}

#footer {
  background-color: #003366;
  color: white;
  font-size: 0.8em;
}

#footer a{
color: white;
text-decoration: underline;
}


#mainContent {
  border-left: 2px solid #003366;
  margin: 0 0 0 13.5em;
  min-height: 30em;
}

#mainContent p {
  padding-left: 1em;
 /*text-align: justify;*/
}

.italic {
  font-style: italic;
  font-size: 0.8em;
}
/*  End Main Layout  */


/*  Menu Styles */
#menu1{
  font-size: 12pt;
}

#menu ul {
  margin-left:11em;
  padding-left: 0;
  margin-bottom: 0.5em;
}

#menu ul li {
  display: inline;
  margin-right:1.2em;
  font-weight: bold;
}

#menu ul li#last {
  margin-right: 0;
}

#menu ul li a:link {
	text-decoration: none;
	color: black;
}

#menu ul li a:hover {
	text-decoration: none;
/*  text-decoration: underline;
*/

  color: #003366;

}

#menu ul li a:visited {
	text-decoration: none;
	color: black;
}

#menu ul li a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #003366;
}
/*  End Menu Styles */


/* Actualities Styles */
#actual {
  margin-right: 2em;
  padding: 0 0.5em;
  width: 12em;
  height: 30em;
  float: left;
}

#actual .nadpis {
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}

#actual .datum {
  color:#525252;
  font-size: 0.7em;
  font-style: italic;
}

#actual p.text {
  font-size: 1em;
  text-align: left;
}

#actual .odkaz {
  font-size: 0.8em;
}
/*  End Actualities Styles */


/* Gallery Styles */
.gallery {
  margin-left: 2em;
}

.gallery img {
  margin-left: 2em;
  margin-bottom: 1em;
}
/*  End Gallery Styles */


/* Prize List Styles */
#prizeList table{
  width:100%;
}
#prizeList td {
  width: 7em;
}

#prizeList th {
  border-bottom: #003366 solid 0.2em;
  font-size: 1.1em;
}

#prizeList tr.sudy {
  background-color: #003366;
  color: white;
}

#prizeList tr {
  background-color: white;
  font-weight: bold;
}
/*  End Prize List Styles */






/*  registration form Styles */
#button {
  text-align: center;
}
#table-reservation{
width:100%;
}
/*  End registration form Styles */



/* Admin Styles */
#login {
  background-color: #003366;
}

#center_login {
  background-color: white;
}

#center_login td{
  font-size: 1em;
  font-weight: bold;
}

#adminView {
  background-color: #003366;
}

#adminView a {
  color: #FF6600;
}

#adminView h1 {
  color: #FFFFFF;
  font-size: 1.3em;
  
}

#adminView th {
  background-color: #D9CEC1;
  border-bottom: 2px solid black;
  font-size: 15px;
}

a#unlog {
 color: white;
 text-decoration: none;
 font-weight: bold;
}
/* End Admin Styles */



