* {
    margin: 0;
    padding: 0;
}
a {
    color: #AA4249;
    text-decoration: none;
}
a:hover {
    color: #534684;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #F2F4F2;
}

h1 {
	margin-bottom:15px;
	color: black;
	border-bottom: 1px dotted black;
	margin-right: 30px;
}
h2 {
	margin-top: 20px;
	font-size: 1.5em;
	padding-left: 5px;
}
h3 {
	padding-left: 5px;
	padding-top: 5px;
}

.note { color: #7F7F7F; font-style: italic; }
.req { color: red; }
.error {  color: red !important; }
.center { text-align: center !important; }
.vat {  vertical-align: top !important; }
.vam {  vertical-align: middle !important; }
.ico { border: 0px;}
.noscreen { display:none !important; }
.t-right { text-align:right !important; }
.ab { position:relative; top:5px; }
.ab2 { position:relative; top:2px; }
.mpointer { cursor:pointer;}
.w50 { width: 50px; }
.w90 { width: 90px;}
.w140 { width: 140px;}
.w150 { width: 150px;}
.w220 { width: 220px;}
.w300 {  width: 300px;}
.w420 { width: 420px;}
.pr10 {padding-right: 10px;}
.bb {border-bottom: 1px dotted black;}
.bt {border-top: 1px dotted black;}
.f-left {float: left !important;}
.f-right {float: right !important;}

.clearfix { display: block; }
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.drobky {
    font-size: 0.8em;
}
.drobky a, .drobky a:hover {
    color: #E86323;
    border: 0px;
}


#all {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 970px;
}
#top {
	width: 970px;
	height: 120px;
	background: #F2F4F2;
}
.top_img {
	position:relative;
	top: -20px;
	left: 20px;
}

#menu {
	border: 0px solid black;
	width: 250px; 
	float:left;
	margin-top: 0px;
	
}
#menu ul {
	line-height: 1.4em;
	padding-left: 0px;
	padding-top: 0px;
	list-style-type: none;
}

#menu ul li a {
	color: black;
	border-left: 8px solid #7F7F7F;
	border-bottom: 1px dotted #7F7F7F;
	padding: 10px;
	background: #D5DED3;
	width:255px;
	display:block;
}
.active {
	background: #E7EBE6 !important;
	border-left: 8px solid #ADADAD !important;
}


#menu ul li a:hover{
	text-decoration: none;
	background:#DED3D9;
	border-left: 8px solid #986880;
}

#wrapper {
	margin-top:10px;
	width: 970px;
	margin-bottom:10px;
	border: 0px solid black;
	background: url("bg.jpg")  repeat-y scroll 0 0 !important;
}

#content {
    padding-left: 30px;
    padding-top: 20px;
    margin-left: 295px; 
    padding-bottom: 30px;
    width: 645px;	 
    background: #D5DED3;
}

#footer {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    font-size: 0.8em;   
    background: #D5DED3;
}

.address {
	background: url("icons/home.png")  no-repeat scroll 0 0 !important;
	padding-left: 50px;
	padding-top: 10px;
	font-size: 1.2em;
}

.phone {
	background: url("icons/phone.png")  no-repeat scroll 0 0 !important;
	margin-top: 10px;
	padding-left: 50px;
	padding-top: 10px;
	font-size: 1.2em;
	height: 38px;
}

.email {
	background: url("icons/email.png")  no-repeat scroll 0 0 !important;
	padding-left: 50px;
	padding-top: 10px;
	font-size: 1.2em;
	height: 48px;
}

input,textarea,select {
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.info_box {
	margin-top: 10px;
	margin-right: 30px;
	padding: 0px 10px 5px 5px;
	border: 1px solid #B9BEB9;
	box-shadow: 0 0 6px #A09B9B;
	background: #F5F6F9;
}

.info_box p {
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 15px 15px 15px 15px;
	margin: 15px 10px 10px 10px;
	color: #333;
	border-radius: 0;
	border-bottom: 0px;
	background: none;
	padding: 0px 8px; 
	text-align: justify;
	font-style: italic;   
}

.book {
	width: 618px;
	margin-bottom: 25px;
	padding:0px;
	float:left;
	font-size: 0.8em;
	cursor: default;	
}

.book_title {
	width: 618px;
	padding-bottom: 5px;
	border-bottom: 1px dotted black;
}
.book_date {
	float: right;
	padding-right: 8px;	
	font-weight: normal;
	font-size: 0.9em !important;
	
}
.book_content {
	color: #4A4848;
	padding-top: 7px;
}
.book_content_blocked {
	color: #A9A89E;
	font-style: italic;
	padding: 15px 0px 15px 5px;
}

.book_number {
	color: #7F7F7F;
	padding: 2px 4px 2px 4px;
	background: #EDEDED;	
	border: 1px solid #BCBCBC;
}

.book_response {
	margin: 10px;
	color: gray;
	font-style: italic;
	background: url("icons/sub.gif") no-repeat;
	padding-left: 15px;
}

.guestbook_form {
	padding-top: 20px;
	padding-bottom: 50px;
	font-size: 0.9em;
	margin: auto;
}

.e_box {
	color: black;
	padding-top: 10px;
	font-style: italic;
	font-size: 0.9em;
	width: 618px;
}

.new_topic {
	margin: 10px 0px;
	float: left;
	border: 1px solid #999999 !important;
	padding: 4px 7px;
	background: #F8F8F8;
}

/* NOVINKY */

.news_full p {
    font-size: 1em;
    line-height: 1.3em;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    color: #333;
    border-radius: 0;
    border-bottom: 0px;
    background: none;
    padding: 0px 25px 0px 0px;   
}
.news_title {
	font-size: 1.3em;
	font-weight: bold;
	width:613px;
	margin-top: 0px;
	height: 25px;
	padding-top: 8px;
	border-bottom: 1px solid #BAC2B9;
}

.news_date {
	float: right;
	padding-right: 0px;	
	font-weight: normal;
	font-style: italic;
	color: gray;
	font-size: 0.8em !important;
}
.news_full {
	width: 645px;
	top:5px;
	margin-bottom: 0px;
	float:left;
	font-size: 0.8em;
	background: #D5DED3;
}
.delay {
	height:50px;
}
.signature {
	height:50px;
	text-align:right !important;
	padding-right: 100px;
	padding-top: 30px;
}
.news_full ul {
	padding-top: 10px;
	margin-left: 15px;
	color: #333;
}

.news_full ul li {
	list-style-type: square;	
}

/* STRANKOVANI */
.strankovani { padding:10px 25px 23px 0px !important; float: right; margin:0; }
.strankovani p { padding:0; margin:0; }
.strankovani a { background:#f8f8f8; border:1px solid #cfcfcf; color:#575757; padding:4px 7px; text-decoration:none; font-size:0.95em; font-weight:normal; }
.strankovani a.active, .strankovani a.active:hover { background:#999999; border:1px solid #999999 !important; text-decoration:none; }
.strankovani a:hover { background:#C9C9C9; border:1px solid #888888; }
.strankovani a, .strankovani strong { margin:0 1px; }
.strankovani a.sipky { font-size:1.4em; border: 1px solid #CFCFCF; padding:0 7px; position:relative; top:2px; }
.strankovani a.sipky:hover { background:#C9C9C9; border:0; border:1px solid #888888;}


p {
	color: #333333;
}
table {
	margin-top: 20px;
}
table tr td {
	
	vertical-align: top;
	padding-right: 5px;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.3em;
}


.ancestry_banner {
	position:relative;
	left: 70px;
}



.small_foto {
	width: 180px;
	min-height: 155px;
	background: black;
	border: 2px solid #7F7F7F;
	padding: 5px;
	display: block;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 0.7em;
	color: whitesmoke;
	text-align: center;
}
.small_foto .zoom {
	display: block;
	position:relative;
	top: -30px;
	left: 230px;
	z-index: 100;
}

.small_foto:hover {
	border: 2px solid red;
}

.foto_gallery {
	display:inline;
	float:left;
	/*border: 1px solid black;*/

/*	background: black;*/
	color: white;
	position:relative;
	width:185px;
	height:185px;
	text-align: center;
	margin: 5px;
}
.foto {
	display:inline;
	float:left;
	border: 1px solid black;
	margin: 5px;
	background: black;
	color: white;
	position:relative;
	width:185px;
	height:185px;
	text-align: center;
}
.foto_title {
	position:relative;
	text-align: left;
	padding-left: 5px;
}

/*.bottom {
	width:190px;
	height:145px;
	display: table-cell; 
	vertical-align: bottom; 
	width: 100%; 
	position: static;
	margin:auto;
}*/
.foto_gallery img {
	border: 1px solid black;
}

