body {
	background: white;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
	padding: 0px;
	font-size: 0.75em;
}

/*link*/
a:link {
  text-decoration: underline;
}
a:link, a:visited {	
  color: #2862D5;
}
a:visited {
  text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: underline;
  color: White;
  background: #628FE8;
}

img {
  border: 0px;
}

p {
  margin: 0px ;
  margin-top: 5px;
}

.hr hr {
	display: none;
}

div.hr {
	border-top: 1px solid #ADD8E6;
}
.clear {
  clear: both;
  display: block;
}

/*main*/

#main-o {
	border: none;
	border-width: 0px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
}
#main-c {
	/*border: 1px solid #FFE4B5;*/
	padding-top: 5px;
}

/*header*/
#header{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
  text-align: center;
}
#header h1 {
  margin: 0;
}
#header span {
}

/*menu*/
#menu-o {
  border: 0px none;
  margin: 0px;
  margin-bottom: 5px;
  text-align: center;
}
#menu-c {
  border: 1px solid #FFE4B5;
  background-color: #FFFFF0;
}

#menu-c ul {
  list-style : none;
	margin : 0;
	padding : 0;
}

#menu-c a {
  font-size: 120%;
  font-weight: bold;
  font-family: Georgia, serif;
  margin-top: 3px;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

#menu-c a, #menu-c a:visited {
  left: 0;
  top: 0;
  background-color: #FFFFF0;
  color: #333333;
}

#menu-c a:hover, #menu-c a:focus{
  background-color: #FFE4B5;
  color: #333333;
}

#menu-c a.active, #menu-c a.active:visited {
  background-color: #FFE4B5;
}

/*aftermenu*/
#aftermenu div{
  border: 1px solid #ADD8E6;
  background-color: #F0F4FB;
  text-align: center;
}

#aftermenu h2 {
  text-align: center;
  margin: 5px;
  font-size: 135%;
  color: #333333;
}

#aftermenu a {
  font-size: 120%;
  font-weight: bold;
  font-family: Georgia, serif;
  margin-top: 3px;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

#aftermenu a, #aftermenu a:visited {
  left: 0;
  top: 0;
  background-color: #F0F4FB;
  color: #333333;
}

#aftermenu a:hover, #aftermenu a:focus{
  background-color: #7198FF;
  color: #333333;
}

#aftermenu a.active, #aftermenu a.active:visited {
  background-color: #7198FF;
}
/*page*/
#page-o {
  margin: 0;
  padding: 0 ;
}

#page-c {
  padding-bottom: 20px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #ADD8E6;
  color: #333333;
}

#page-c h2, #page-c h3, #page-c h4, #page-c h5, #page-c h6 {
	margin: 0px;
	font-weight: bold;
	font-family: Georgia, serif;
}
#page-c h2 {
	font-size: 200%;
}

/*footer*/
#footer-o {
	clear: both;	
}
#footer-c {
  padding-top: 5px;
  text-align: center;
  font-size: 75%em;
  color: #444444;
}

/*aktuality*/

#aktuality-preview {
  border: 1px solid #FFE4B5;
  background-color: #FFFFF0;
  padding: 5px;
  padding-left: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}
#aktuality-preview a:link {
  text-decoration: underline;
  color: #434343;
}
#aktuality-preview a:hover, a:focus {
  text-decoration: underline;
  color: #434343;
  background-color: #FFE4B5;
}

#aktuality-preview a:visited {
  text-decoration: underline;
  color: #434343;
}

#aktuality-preview .aktualita {
  padding-bottom: 10px;
  /*border-bottom: 1px solid #FFE4B5;*/
}
#aktuality-preview h3 {
  font-size: 150%;
}

.date{
  font-family: "Courier New", Courier, monospace;
  color: #4A4A4A;
  margin-right: 15px;
}



/*photos*/
.photo-left, .photo-right, .photo-right-wide, .photo-left-wide {
  margin: 10px 0px 10px 0px;
  text-align: center;
  background: #F0F4FB;
  border: 1px solid #ADD8E6;
  padding-top: 3px;
  padding-bottom: 3px;
}

.photo-title {
  font-size: 100%;
}

.photo-desc {
  font-size: 90%;
  font-weight: bold;
}

.photo-info {
  font-size: 80%;
  font-weight: bold;
  text-align: center; 
}

/*galerie*/
.gallery-photo {
	margin: 0 5px 5px 0;
	text-align: center;
  background: #F0F4FB;
  border: 1px solid #ADD8E6;
  padding-top: 3px;
  padding-bottom: 3px;
	}
	
.gallery-photo-title {
	}
.gallery-photo-photo {
	margin:0 auto; padding:0;
	border: none;
	}
.gallery-preview {
  border: 1px solid #FFE4B5;
  background-color: #FFFFF0;
  padding: 5px;
  padding-left: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}
.gallery-preview a:link, .gallery-preview a:visited {
  text-decoration: underline;
  color: #434343;
}
.gallery-preview a:hover, .gallery-preview a:focus {
  text-decoration: underline;
  color: #434343;
  background-color: #FFE4B5;
}

/*seznamy*/
dl, ul {
  margin-top: 5px;
  margin-bottom: 5px ;
}

dt {
  display: compact;
}
dd {
  
}


