* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Verdana;
	font-size: 13px;
	color: #363636;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 0px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #067600;
}

img {
	border: 1px solid black;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
   font-family: times new roman;
	width: 870px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #969696;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
   background: #3a91c8;
	display: block;
	float: left;
	width: 144px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #d7d7d7;
	text-decoration: none;
	text-align: center;
	font-size: 140%;
	color: #FFFFFF;
}

#menu .dvojriadok a {
	display: block;
	float: left;
	width: 144px;
	height: 58px;
	padding: 7px 0 0 0;
	background: #82BC2B;
	color: #FFFFFF;
}

#menu .dvojriadok a:hover {
	display: block;
	float: left;
	width: 144px;
	height: 58px;
	padding: 7px 0 0 0;
	background: #82BC2B;
	color: #FFFFFF;
}

#menu a:hover {
	background: #44aef1;
}

#menu .active a {
	background: #82BC2B;
	color: #FFFFFF;
}

/* Header */

#headerindex {
	width: 871px;
	height: 170px;
	margin: 0 auto;
	background: url() no-repeat;
}

#headerjozef {
	width: 871px;
	height: 170px;
	margin: 0 auto;
	background: url(images/headerjozef.jpg) no-repeat;
}

#headervierka {
	width: 871px;
	height: 170px;
	margin: 0 auto;
	background: url(images/headervierka.jpg) no-repeat;
}

#headerkatarina {
	width: 871px;
	height: 170px;
	margin: 0 auto;
	background: url(images/headerkatarina.jpg) no-repeat;
}

#headerzuzana {
	width: 871px;
	height: 170px;
	margin: 0 auto;
	background: url(images/headerzuzana.jpg) no-repeat;
}

#headerokolie {
	width: 871px;
	height: 170px;
	margin: 0 auto;
	background: url(images/headerokolie.jpg) no-repeat;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 880px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 660px;
	padding-top: 10px;
	line-height: 18px;
	text-align: justify;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 5px;
	color: #FFFFFF;
	background: #EDEBD5;
	text-align: center;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.bluebox {
	background: url(images/img05.gif) repeat-y;
	padding: 10px;
	line-height: 20px;
}

.bluebox img{
   border: 0;
}

.bluebox h2 {
	background: url(images/img06.gif) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	height: 10px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}

#footer a {
	color: #666666;
}

.right_top{
   float: right;
   margin-left: 10px;
   margin-top: 5px;
}

.divider7{
   height: 7px;
}

.fotogaleria{
   text-align: center;
}

   table{
      border: 1px solid #545454;
      width: 600px;
      border-collapse: collapse;
      margin: 0 auto 0 auto;
      text-align: center;
      background: #f6f6f6;
   }
   
   table td{
      padding: 5px;
      width: 20%;
   }
   
   .tmava{
   background: #e7e7e7;
   }
